@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

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

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

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

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

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

.container{
  width: 100%;
  max-width: 100%;
}

@media (min-width: 640px){
}

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

.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: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

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

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

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

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

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

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

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

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

.inset-10{
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 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-13{
  top: 6.5rem;
  right: 6.5rem;
  bottom: 6.5rem;
  left: 6.5rem;
}

.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.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

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

.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\.375{
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

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

.inset-1\.25{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.-inset-10{
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -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-13{
  top: -6.5rem;
  right: -6.5rem;
  bottom: -6.5rem;
  left: -6.5rem;
}

.-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.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

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

.-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\.375{
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

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

.-inset-1\.25{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.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: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.25rem;
  right: 0.25rem;
}

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

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

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

.inset-x-0\.375{
  left: 0.375rem;
  right: 0.375rem;
}

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

.inset-x-1\.25{
  left: 1.25rem;
  right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-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.25rem;
  right: -0.25rem;
}

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

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

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

.-inset-x-0\.375{
  left: -0.375rem;
  right: -0.375rem;
}

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

.-inset-x-1\.25{
  left: -1.25rem;
  right: -1.25rem;
}

.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: 0;
  bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.25rem;
  bottom: 0.25rem;
}

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

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

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

.inset-y-0\.375{
  top: 0.375rem;
  bottom: 0.375rem;
}

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

.inset-y-1\.25{
  top: 1.25rem;
  bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-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.25rem;
  bottom: -0.25rem;
}

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

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

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

.-inset-y-0\.375{
  top: -0.375rem;
  bottom: -0.375rem;
}

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

.-inset-y-1\.25{
  top: -1.25rem;
  bottom: -1.25rem;
}

.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: 0;
}

.top-1{
  top: 0.5rem;
}

.top-2{
  top: 1rem;
}

.top-3{
  top: 1.5rem;
}

.top-4{
  top: 2rem;
}

.top-5{
  top: 1.25rem;
}

.top-6{
  top: 3rem;
}

.top-7{
  top: 1.75rem;
}

.top-8{
  top: 4rem;
}

.top-9{
  top: 4.5rem;
}

.top-10{
  top: 5rem;
}

.top-11{
  top: 2.75rem;
}

.top-12{
  top: 3rem;
}

.top-13{
  top: 6.5rem;
}

.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.25rem;
}

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

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

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

.top-0\.375{
  top: 0.375rem;
}

.top-0\.75{
  top: 0.75rem;
}

.top-1\.25{
  top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-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.25rem;
}

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

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

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

.-top-0\.375{
  top: -0.375rem;
}

.-top-0\.75{
  top: -0.75rem;
}

.-top-1\.25{
  top: -1.25rem;
}

.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: 0;
}

.right-1{
  right: 0.5rem;
}

.right-2{
  right: 1rem;
}

.right-3{
  right: 1.5rem;
}

.right-4{
  right: 2rem;
}

.right-5{
  right: 1.25rem;
}

.right-6{
  right: 3rem;
}

.right-7{
  right: 1.75rem;
}

.right-8{
  right: 4rem;
}

.right-9{
  right: 4.5rem;
}

.right-10{
  right: 5rem;
}

.right-11{
  right: 2.75rem;
}

.right-12{
  right: 3rem;
}

.right-13{
  right: 6.5rem;
}

.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.25rem;
}

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

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

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

.right-0\.375{
  right: 0.375rem;
}

.right-0\.75{
  right: 0.75rem;
}

.right-1\.25{
  right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-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.25rem;
}

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

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

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

.-right-0\.375{
  right: -0.375rem;
}

.-right-0\.75{
  right: -0.75rem;
}

.-right-1\.25{
  right: -1.25rem;
}

.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: 0;
}

.bottom-1{
  bottom: 0.5rem;
}

.bottom-2{
  bottom: 1rem;
}

.bottom-3{
  bottom: 1.5rem;
}

.bottom-4{
  bottom: 2rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-6{
  bottom: 3rem;
}

.bottom-7{
  bottom: 1.75rem;
}

.bottom-8{
  bottom: 4rem;
}

.bottom-9{
  bottom: 4.5rem;
}

.bottom-10{
  bottom: 5rem;
}

.bottom-11{
  bottom: 2.75rem;
}

.bottom-12{
  bottom: 3rem;
}

.bottom-13{
  bottom: 6.5rem;
}

.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.25rem;
}

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

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

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

.bottom-0\.375{
  bottom: 0.375rem;
}

.bottom-0\.75{
  bottom: 0.75rem;
}

.bottom-1\.25{
  bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-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.25rem;
}

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

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

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

.-bottom-0\.375{
  bottom: -0.375rem;
}

.-bottom-0\.75{
  bottom: -0.75rem;
}

.-bottom-1\.25{
  bottom: -1.25rem;
}

.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: 0;
}

.left-1{
  left: 0.5rem;
}

.left-2{
  left: 1rem;
}

.left-3{
  left: 1.5rem;
}

.left-4{
  left: 2rem;
}

.left-5{
  left: 1.25rem;
}

.left-6{
  left: 3rem;
}

.left-7{
  left: 1.75rem;
}

.left-8{
  left: 4rem;
}

.left-9{
  left: 4.5rem;
}

.left-10{
  left: 5rem;
}

.left-11{
  left: 2.75rem;
}

.left-12{
  left: 3rem;
}

.left-13{
  left: 6.5rem;
}

.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.25rem;
}

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

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

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

.left-0\.375{
  left: 0.375rem;
}

.left-0\.75{
  left: 0.75rem;
}

.left-1\.25{
  left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-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.25rem;
}

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

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

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

.-left-0\.375{
  left: -0.375rem;
}

.-left-0\.75{
  left: -0.75rem;
}

.-left-1\.25{
  left: -1.25rem;
}

.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: 0;
}

.m-1{
  margin: 0.5rem;
}

.m-2{
  margin: 1rem;
}

.m-3{
  margin: 1.5rem;
}

.m-4{
  margin: 2rem;
}

.m-5{
  margin: 1.25rem;
}

.m-6{
  margin: 3rem;
}

.m-7{
  margin: 1.75rem;
}

.m-8{
  margin: 4rem;
}

.m-9{
  margin: 4.5rem;
}

.m-10{
  margin: 5rem;
}

.m-11{
  margin: 2.75rem;
}

.m-12{
  margin: 3rem;
}

.m-13{
  margin: 6.5rem;
}

.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.25rem;
}

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

.m-2\.5{
  margin: 0.625rem;
}

.m-3\.5{
  margin: 0.875rem;
}

.m-0\.375{
  margin: 0.375rem;
}

.m-0\.75{
  margin: 0.75rem;
}

.m-1\.25{
  margin: 1.25rem;
}

.-m-1{
  margin: -0.5rem;
}

.-m-2{
  margin: -1rem;
}

.-m-3{
  margin: -1.5rem;
}

.-m-4{
  margin: -2rem;
}

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

.-m-6{
  margin: -3rem;
}

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

.-m-8{
  margin: -4rem;
}

.-m-9{
  margin: -4.5rem;
}

.-m-10{
  margin: -5rem;
}

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

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

.-m-13{
  margin: -6.5rem;
}

.-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.25rem;
}

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

.-m-2\.5{
  margin: -0.625rem;
}

.-m-3\.5{
  margin: -0.875rem;
}

.-m-0\.375{
  margin: -0.375rem;
}

.-m-0\.75{
  margin: -0.75rem;
}

.-m-1\.25{
  margin: -1.25rem;
}

.mx-0{
  margin-left: 0;
  margin-right: 0;
}

.mx-1{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-3{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-4{
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6{
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-8{
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-9{
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.mx-10{
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-13{
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.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.25rem;
  margin-right: 0.25rem;
}

.mx-1\.5{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

.mx-0\.375{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-0\.75{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-1\.25{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.-mx-1{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-2{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-3{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-4{
  margin-left: -2rem;
  margin-right: -2rem;
}

.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-6{
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mx-7{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mx-8{
  margin-left: -4rem;
  margin-right: -4rem;
}

.-mx-9{
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.-mx-10{
  margin-left: -5rem;
  margin-right: -5rem;
}

.-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mx-13{
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

.-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.25rem;
  margin-right: -0.25rem;
}

.-mx-1\.5{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

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

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

.-mx-0\.375{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-mx-0\.75{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-1\.25{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.my-0{
  margin-top: 0;
  margin-bottom: 0;
}

.my-1{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-3{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-4{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-9{
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.my-10{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-13{
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.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.25rem;
  margin-bottom: 0.25rem;
}

.my-1\.5{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.my-0\.375{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-0\.75{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-1\.25{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.-my-1{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-my-2{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-3{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-my-4{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-my-6{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-my-8{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-my-9{
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.-my-10{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-my-13{
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

.-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.25rem;
  margin-bottom: -0.25rem;
}

.-my-1\.5{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

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

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

.-my-0\.375{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-my-0\.75{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-my-1\.25{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.mt-0{
  margin-top: 0;
}

.mt-1{
  margin-top: 0.5rem;
}

.mt-2{
  margin-top: 1rem;
}

.mt-3{
  margin-top: 1.5rem;
}

.mt-4{
  margin-top: 2rem;
}

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

.mt-6{
  margin-top: 3rem;
}

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

.mt-8{
  margin-top: 4rem;
}

.mt-9{
  margin-top: 4.5rem;
}

.mt-10{
  margin-top: 5rem;
}

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

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

.mt-13{
  margin-top: 6.5rem;
}

.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.25rem;
}

.mt-1\.5{
  margin-top: 1.5rem;
}

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

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

.mt-0\.375{
  margin-top: 0.375rem;
}

.mt-0\.75{
  margin-top: 0.75rem;
}

.mt-1\.25{
  margin-top: 1.25rem;
}

.-mt-1{
  margin-top: -0.5rem;
}

.-mt-2{
  margin-top: -1rem;
}

.-mt-3{
  margin-top: -1.5rem;
}

.-mt-4{
  margin-top: -2rem;
}

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

.-mt-6{
  margin-top: -3rem;
}

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

.-mt-8{
  margin-top: -4rem;
}

.-mt-9{
  margin-top: -4.5rem;
}

.-mt-10{
  margin-top: -5rem;
}

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

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

.-mt-13{
  margin-top: -6.5rem;
}

.-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.25rem;
}

.-mt-1\.5{
  margin-top: -1.5rem;
}

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

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

.-mt-0\.375{
  margin-top: -0.375rem;
}

.-mt-0\.75{
  margin-top: -0.75rem;
}

.-mt-1\.25{
  margin-top: -1.25rem;
}

.mr-0{
  margin-right: 0;
}

.mr-1{
  margin-right: 0.5rem;
}

.mr-2{
  margin-right: 1rem;
}

.mr-3{
  margin-right: 1.5rem;
}

.mr-4{
  margin-right: 2rem;
}

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

.mr-6{
  margin-right: 3rem;
}

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

.mr-8{
  margin-right: 4rem;
}

.mr-9{
  margin-right: 4.5rem;
}

.mr-10{
  margin-right: 5rem;
}

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

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

.mr-13{
  margin-right: 6.5rem;
}

.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.25rem;
}

.mr-1\.5{
  margin-right: 1.5rem;
}

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

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

.mr-0\.375{
  margin-right: 0.375rem;
}

.mr-0\.75{
  margin-right: 0.75rem;
}

.mr-1\.25{
  margin-right: 1.25rem;
}

.-mr-1{
  margin-right: -0.5rem;
}

.-mr-2{
  margin-right: -1rem;
}

.-mr-3{
  margin-right: -1.5rem;
}

.-mr-4{
  margin-right: -2rem;
}

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

.-mr-6{
  margin-right: -3rem;
}

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

.-mr-8{
  margin-right: -4rem;
}

.-mr-9{
  margin-right: -4.5rem;
}

.-mr-10{
  margin-right: -5rem;
}

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

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

.-mr-13{
  margin-right: -6.5rem;
}

.-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.25rem;
}

.-mr-1\.5{
  margin-right: -1.5rem;
}

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

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

.-mr-0\.375{
  margin-right: -0.375rem;
}

.-mr-0\.75{
  margin-right: -0.75rem;
}

.-mr-1\.25{
  margin-right: -1.25rem;
}

.mb-0{
  margin-bottom: 0;
}

.mb-1{
  margin-bottom: 0.5rem;
}

.mb-2{
  margin-bottom: 1rem;
}

.mb-3{
  margin-bottom: 1.5rem;
}

.mb-4{
  margin-bottom: 2rem;
}

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

.mb-6{
  margin-bottom: 3rem;
}

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

.mb-8{
  margin-bottom: 4rem;
}

.mb-9{
  margin-bottom: 4.5rem;
}

.mb-10{
  margin-bottom: 5rem;
}

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

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

.mb-13{
  margin-bottom: 6.5rem;
}

.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.25rem;
}

.mb-1\.5{
  margin-bottom: 1.5rem;
}

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

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

.mb-0\.375{
  margin-bottom: 0.375rem;
}

.mb-0\.75{
  margin-bottom: 0.75rem;
}

.mb-1\.25{
  margin-bottom: 1.25rem;
}

.-mb-1{
  margin-bottom: -0.5rem;
}

.-mb-2{
  margin-bottom: -1rem;
}

.-mb-3{
  margin-bottom: -1.5rem;
}

.-mb-4{
  margin-bottom: -2rem;
}

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

.-mb-6{
  margin-bottom: -3rem;
}

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

.-mb-8{
  margin-bottom: -4rem;
}

.-mb-9{
  margin-bottom: -4.5rem;
}

.-mb-10{
  margin-bottom: -5rem;
}

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

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

.-mb-13{
  margin-bottom: -6.5rem;
}

.-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.25rem;
}

.-mb-1\.5{
  margin-bottom: -1.5rem;
}

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

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

.-mb-0\.375{
  margin-bottom: -0.375rem;
}

.-mb-0\.75{
  margin-bottom: -0.75rem;
}

.-mb-1\.25{
  margin-bottom: -1.25rem;
}

.ml-0{
  margin-left: 0;
}

.ml-1{
  margin-left: 0.5rem;
}

.ml-2{
  margin-left: 1rem;
}

.ml-3{
  margin-left: 1.5rem;
}

.ml-4{
  margin-left: 2rem;
}

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

.ml-6{
  margin-left: 3rem;
}

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

.ml-8{
  margin-left: 4rem;
}

.ml-9{
  margin-left: 4.5rem;
}

.ml-10{
  margin-left: 5rem;
}

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

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

.ml-13{
  margin-left: 6.5rem;
}

.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.25rem;
}

.ml-1\.5{
  margin-left: 1.5rem;
}

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

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

.ml-0\.375{
  margin-left: 0.375rem;
}

.ml-0\.75{
  margin-left: 0.75rem;
}

.ml-1\.25{
  margin-left: 1.25rem;
}

.-ml-1{
  margin-left: -0.5rem;
}

.-ml-2{
  margin-left: -1rem;
}

.-ml-3{
  margin-left: -1.5rem;
}

.-ml-4{
  margin-left: -2rem;
}

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

.-ml-6{
  margin-left: -3rem;
}

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

.-ml-8{
  margin-left: -4rem;
}

.-ml-9{
  margin-left: -4.5rem;
}

.-ml-10{
  margin-left: -5rem;
}

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

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

.-ml-13{
  margin-left: -6.5rem;
}

.-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.25rem;
}

.-ml-1\.5{
  margin-left: -1.5rem;
}

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

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

.-ml-0\.375{
  margin-left: -0.375rem;
}

.-ml-0\.75{
  margin-left: -0.75rem;
}

.-ml-1\.25{
  margin-left: -1.25rem;
}

.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: 0;
}

.h-1{
  height: 0.5rem;
}

.h-2{
  height: 1rem;
}

.h-3{
  height: 1.5rem;
}

.h-4{
  height: 2rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 3rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 4rem;
}

.h-9{
  height: 4.5rem;
}

.h-10{
  height: 5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-13{
  height: 6.5rem;
}

.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.25rem;
}

.h-1\.5{
  height: 1.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-0\.375{
  height: 0.375rem;
}

.h-0\.75{
  height: 0.75rem;
}

.h-1\.25{
  height: 1.25rem;
}

.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: 0;
}

.max-h-1{
  max-height: 0.5rem;
}

.max-h-2{
  max-height: 1rem;
}

.max-h-3{
  max-height: 1.5rem;
}

.max-h-4{
  max-height: 2rem;
}

.max-h-5{
  max-height: 1.25rem;
}

.max-h-6{
  max-height: 3rem;
}

.max-h-7{
  max-height: 1.75rem;
}

.max-h-8{
  max-height: 4rem;
}

.max-h-9{
  max-height: 4.5rem;
}

.max-h-10{
  max-height: 5rem;
}

.max-h-11{
  max-height: 2.75rem;
}

.max-h-12{
  max-height: 3rem;
}

.max-h-13{
  max-height: 6.5rem;
}

.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.25rem;
}

.max-h-1\.5{
  max-height: 1.5rem;
}

.max-h-2\.5{
  max-height: 0.625rem;
}

.max-h-3\.5{
  max-height: 0.875rem;
}

.max-h-0\.375{
  max-height: 0.375rem;
}

.max-h-0\.75{
  max-height: 0.75rem;
}

.max-h-1\.25{
  max-height: 1.25rem;
}

.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: 0;
}

.w-1{
  width: 0.5rem;
}

.w-2{
  width: 1rem;
}

.w-3{
  width: 1.5rem;
}

.w-4{
  width: 2rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 3rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 4rem;
}

.w-9{
  width: 4.5rem;
}

.w-10{
  width: 5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-13{
  width: 6.5rem;
}

.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.25rem;
}

.w-1\.5{
  width: 1.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-0\.375{
  width: 0.375rem;
}

.w-0\.75{
  width: 0.75rem;
}

.w-1\.25{
  width: 1.25rem;
}

.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-sm-md{
  max-width: 768px;
}

.max-w-screen-md{
  max-width: 1024px;
}

.max-w-screen-lg{
  max-width: 1440px;
}

.max-w-screen-xl{
  max-width: 1920px;
}

.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: 0;
}

.translate-x-1{
  --tw-translate-x: 0.5rem;
}

.translate-x-2{
  --tw-translate-x: 1rem;
}

.translate-x-3{
  --tw-translate-x: 1.5rem;
}

.translate-x-4{
  --tw-translate-x: 2rem;
}

.translate-x-5{
  --tw-translate-x: 1.25rem;
}

.translate-x-6{
  --tw-translate-x: 3rem;
}

.translate-x-7{
  --tw-translate-x: 1.75rem;
}

.translate-x-8{
  --tw-translate-x: 4rem;
}

.translate-x-9{
  --tw-translate-x: 4.5rem;
}

.translate-x-10{
  --tw-translate-x: 5rem;
}

.translate-x-11{
  --tw-translate-x: 2.75rem;
}

.translate-x-12{
  --tw-translate-x: 3rem;
}

.translate-x-13{
  --tw-translate-x: 6.5rem;
}

.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.25rem;
}

.translate-x-1\.5{
  --tw-translate-x: 1.5rem;
}

.translate-x-2\.5{
  --tw-translate-x: 0.625rem;
}

.translate-x-3\.5{
  --tw-translate-x: 0.875rem;
}

.translate-x-0\.375{
  --tw-translate-x: 0.375rem;
}

.translate-x-0\.75{
  --tw-translate-x: 0.75rem;
}

.translate-x-1\.25{
  --tw-translate-x: 1.25rem;
}

.-translate-x-1{
  --tw-translate-x: -0.5rem;
}

.-translate-x-2{
  --tw-translate-x: -1rem;
}

.-translate-x-3{
  --tw-translate-x: -1.5rem;
}

.-translate-x-4{
  --tw-translate-x: -2rem;
}

.-translate-x-5{
  --tw-translate-x: -1.25rem;
}

.-translate-x-6{
  --tw-translate-x: -3rem;
}

.-translate-x-7{
  --tw-translate-x: -1.75rem;
}

.-translate-x-8{
  --tw-translate-x: -4rem;
}

.-translate-x-9{
  --tw-translate-x: -4.5rem;
}

.-translate-x-10{
  --tw-translate-x: -5rem;
}

.-translate-x-11{
  --tw-translate-x: -2.75rem;
}

.-translate-x-12{
  --tw-translate-x: -3rem;
}

.-translate-x-13{
  --tw-translate-x: -6.5rem;
}

.-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.25rem;
}

.-translate-x-1\.5{
  --tw-translate-x: -1.5rem;
}

.-translate-x-2\.5{
  --tw-translate-x: -0.625rem;
}

.-translate-x-3\.5{
  --tw-translate-x: -0.875rem;
}

.-translate-x-0\.375{
  --tw-translate-x: -0.375rem;
}

.-translate-x-0\.75{
  --tw-translate-x: -0.75rem;
}

.-translate-x-1\.25{
  --tw-translate-x: -1.25rem;
}

.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: 0;
}

.translate-y-1{
  --tw-translate-y: 0.5rem;
}

.translate-y-2{
  --tw-translate-y: 1rem;
}

.translate-y-3{
  --tw-translate-y: 1.5rem;
}

.translate-y-4{
  --tw-translate-y: 2rem;
}

.translate-y-5{
  --tw-translate-y: 1.25rem;
}

.translate-y-6{
  --tw-translate-y: 3rem;
}

.translate-y-7{
  --tw-translate-y: 1.75rem;
}

.translate-y-8{
  --tw-translate-y: 4rem;
}

.translate-y-9{
  --tw-translate-y: 4.5rem;
}

.translate-y-10{
  --tw-translate-y: 5rem;
}

.translate-y-11{
  --tw-translate-y: 2.75rem;
}

.translate-y-12{
  --tw-translate-y: 3rem;
}

.translate-y-13{
  --tw-translate-y: 6.5rem;
}

.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.25rem;
}

.translate-y-1\.5{
  --tw-translate-y: 1.5rem;
}

.translate-y-2\.5{
  --tw-translate-y: 0.625rem;
}

.translate-y-3\.5{
  --tw-translate-y: 0.875rem;
}

.translate-y-0\.375{
  --tw-translate-y: 0.375rem;
}

.translate-y-0\.75{
  --tw-translate-y: 0.75rem;
}

.translate-y-1\.25{
  --tw-translate-y: 1.25rem;
}

.-translate-y-1{
  --tw-translate-y: -0.5rem;
}

.-translate-y-2{
  --tw-translate-y: -1rem;
}

.-translate-y-3{
  --tw-translate-y: -1.5rem;
}

.-translate-y-4{
  --tw-translate-y: -2rem;
}

.-translate-y-5{
  --tw-translate-y: -1.25rem;
}

.-translate-y-6{
  --tw-translate-y: -3rem;
}

.-translate-y-7{
  --tw-translate-y: -1.75rem;
}

.-translate-y-8{
  --tw-translate-y: -4rem;
}

.-translate-y-9{
  --tw-translate-y: -4.5rem;
}

.-translate-y-10{
  --tw-translate-y: -5rem;
}

.-translate-y-11{
  --tw-translate-y: -2.75rem;
}

.-translate-y-12{
  --tw-translate-y: -3rem;
}

.-translate-y-13{
  --tw-translate-y: -6.5rem;
}

.-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.25rem;
}

.-translate-y-1\.5{
  --tw-translate-y: -1.5rem;
}

.-translate-y-2\.5{
  --tw-translate-y: -0.625rem;
}

.-translate-y-3\.5{
  --tw-translate-y: -0.875rem;
}

.-translate-y-0\.375{
  --tw-translate-y: -0.375rem;
}

.-translate-y-0\.75{
  --tw-translate-y: -0.75rem;
}

.-translate-y-1\.25{
  --tw-translate-y: -1.25rem;
}

.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: 0;
}

.hover\:translate-x-1:hover{
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-2:hover{
  --tw-translate-x: 1rem;
}

.hover\:translate-x-3:hover{
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-4:hover{
  --tw-translate-x: 2rem;
}

.hover\:translate-x-5:hover{
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover{
  --tw-translate-x: 3rem;
}

.hover\:translate-x-7:hover{
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover{
  --tw-translate-x: 4rem;
}

.hover\:translate-x-9:hover{
  --tw-translate-x: 4.5rem;
}

.hover\:translate-x-10:hover{
  --tw-translate-x: 5rem;
}

.hover\:translate-x-11:hover{
  --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover{
  --tw-translate-x: 3rem;
}

.hover\:translate-x-13:hover{
  --tw-translate-x: 6.5rem;
}

.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.25rem;
}

.hover\:translate-x-1\.5:hover{
  --tw-translate-x: 1.5rem;
}

.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\.375:hover{
  --tw-translate-x: 0.375rem;
}

.hover\:translate-x-0\.75:hover{
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-1\.25:hover{
  --tw-translate-x: 1.25rem;
}

.hover\:-translate-x-1:hover{
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-2:hover{
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-3:hover{
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-4:hover{
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-5:hover{
  --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover{
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-7:hover{
  --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover{
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-9:hover{
  --tw-translate-x: -4.5rem;
}

.hover\:-translate-x-10:hover{
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-11:hover{
  --tw-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-13:hover{
  --tw-translate-x: -6.5rem;
}

.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.25rem;
}

.hover\:-translate-x-1\.5:hover{
  --tw-translate-x: -1.5rem;
}

.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\.375:hover{
  --tw-translate-x: -0.375rem;
}

.hover\:-translate-x-0\.75:hover{
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-1\.25:hover{
  --tw-translate-x: -1.25rem;
}

.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: 0;
}

.hover\:translate-y-1:hover{
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-2:hover{
  --tw-translate-y: 1rem;
}

.hover\:translate-y-3:hover{
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-4:hover{
  --tw-translate-y: 2rem;
}

.hover\:translate-y-5:hover{
  --tw-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover{
  --tw-translate-y: 3rem;
}

.hover\:translate-y-7:hover{
  --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover{
  --tw-translate-y: 4rem;
}

.hover\:translate-y-9:hover{
  --tw-translate-y: 4.5rem;
}

.hover\:translate-y-10:hover{
  --tw-translate-y: 5rem;
}

.hover\:translate-y-11:hover{
  --tw-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover{
  --tw-translate-y: 3rem;
}

.hover\:translate-y-13:hover{
  --tw-translate-y: 6.5rem;
}

.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.25rem;
}

.hover\:translate-y-1\.5:hover{
  --tw-translate-y: 1.5rem;
}

.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\.375:hover{
  --tw-translate-y: 0.375rem;
}

.hover\:translate-y-0\.75:hover{
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-1\.25:hover{
  --tw-translate-y: 1.25rem;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-3:hover{
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-4:hover{
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover{
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-7:hover{
  --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover{
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-9:hover{
  --tw-translate-y: -4.5rem;
}

.hover\:-translate-y-10:hover{
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-11:hover{
  --tw-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-13:hover{
  --tw-translate-y: -6.5rem;
}

.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.25rem;
}

.hover\:-translate-y-1\.5:hover{
  --tw-translate-y: -1.5rem;
}

.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\.375:hover{
  --tw-translate-y: -0.375rem;
}

.hover\:-translate-y-0\.75:hover{
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-1\.25:hover{
  --tw-translate-y: -1.25rem;
}

.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: 0;
}

.focus\:translate-x-1:focus{
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-2:focus{
  --tw-translate-x: 1rem;
}

.focus\:translate-x-3:focus{
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-4:focus{
  --tw-translate-x: 2rem;
}

.focus\:translate-x-5:focus{
  --tw-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus{
  --tw-translate-x: 3rem;
}

.focus\:translate-x-7:focus{
  --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus{
  --tw-translate-x: 4rem;
}

.focus\:translate-x-9:focus{
  --tw-translate-x: 4.5rem;
}

.focus\:translate-x-10:focus{
  --tw-translate-x: 5rem;
}

.focus\:translate-x-11:focus{
  --tw-translate-x: 2.75rem;
}

.focus\:translate-x-12:focus{
  --tw-translate-x: 3rem;
}

.focus\:translate-x-13:focus{
  --tw-translate-x: 6.5rem;
}

.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.25rem;
}

.focus\:translate-x-1\.5:focus{
  --tw-translate-x: 1.5rem;
}

.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\.375:focus{
  --tw-translate-x: 0.375rem;
}

.focus\:translate-x-0\.75:focus{
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-1\.25:focus{
  --tw-translate-x: 1.25rem;
}

.focus\:-translate-x-1:focus{
  --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-2:focus{
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-3:focus{
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-4:focus{
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-5:focus{
  --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus{
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-7:focus{
  --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus{
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-9:focus{
  --tw-translate-x: -4.5rem;
}

.focus\:-translate-x-10:focus{
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-11:focus{
  --tw-translate-x: -2.75rem;
}

.focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-13:focus{
  --tw-translate-x: -6.5rem;
}

.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.25rem;
}

.focus\:-translate-x-1\.5:focus{
  --tw-translate-x: -1.5rem;
}

.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\.375:focus{
  --tw-translate-x: -0.375rem;
}

.focus\:-translate-x-0\.75:focus{
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-1\.25:focus{
  --tw-translate-x: -1.25rem;
}

.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: 0;
}

.focus\:translate-y-1:focus{
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-2:focus{
  --tw-translate-y: 1rem;
}

.focus\:translate-y-3:focus{
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-4:focus{
  --tw-translate-y: 2rem;
}

.focus\:translate-y-5:focus{
  --tw-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus{
  --tw-translate-y: 3rem;
}

.focus\:translate-y-7:focus{
  --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus{
  --tw-translate-y: 4rem;
}

.focus\:translate-y-9:focus{
  --tw-translate-y: 4.5rem;
}

.focus\:translate-y-10:focus{
  --tw-translate-y: 5rem;
}

.focus\:translate-y-11:focus{
  --tw-translate-y: 2.75rem;
}

.focus\:translate-y-12:focus{
  --tw-translate-y: 3rem;
}

.focus\:translate-y-13:focus{
  --tw-translate-y: 6.5rem;
}

.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.25rem;
}

.focus\:translate-y-1\.5:focus{
  --tw-translate-y: 1.5rem;
}

.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\.375:focus{
  --tw-translate-y: 0.375rem;
}

.focus\:translate-y-0\.75:focus{
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-1\.25:focus{
  --tw-translate-y: 1.25rem;
}

.focus\:-translate-y-1:focus{
  --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-2:focus{
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-3:focus{
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-4:focus{
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-5:focus{
  --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus{
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-7:focus{
  --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus{
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-9:focus{
  --tw-translate-y: -4.5rem;
}

.focus\:-translate-y-10:focus{
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-11:focus{
  --tw-translate-y: -2.75rem;
}

.focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-13:focus{
  --tw-translate-y: -6.5rem;
}

.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.25rem;
}

.focus\:-translate-y-1\.5:focus{
  --tw-translate-y: -1.5rem;
}

.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\.375:focus{
  --tw-translate-y: -0.375rem;
}

.focus\:-translate-y-0\.75:focus{
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-1\.25:focus{
  --tw-translate-y: -1.25rem;
}

.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: 0;
}

.gap-1{
  gap: 0.5rem;
}

.gap-2{
  gap: 1rem;
}

.gap-3{
  gap: 1.5rem;
}

.gap-4{
  gap: 2rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 3rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 4rem;
}

.gap-9{
  gap: 4.5rem;
}

.gap-10{
  gap: 5rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-12{
  gap: 3rem;
}

.gap-13{
  gap: 6.5rem;
}

.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.25rem;
}

.gap-1\.5{
  gap: 1.5rem;
}

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

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

.gap-0\.375{
  gap: 0.375rem;
}

.gap-0\.75{
  gap: 0.75rem;
}

.gap-1\.25{
  gap: 1.25rem;
}

.gap-x-0{
  -moz-column-gap: 0;
       column-gap: 0;
}

.gap-x-1{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-3{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-4{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-9{
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}

.gap-x-10{
  -moz-column-gap: 5rem;
       column-gap: 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-13{
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
}

.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.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-3\.5{
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-0\.375{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-0\.75{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-1\.25{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-0{
  row-gap: 0;
}

.gap-y-1{
  row-gap: 0.5rem;
}

.gap-y-2{
  row-gap: 1rem;
}

.gap-y-3{
  row-gap: 1.5rem;
}

.gap-y-4{
  row-gap: 2rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-6{
  row-gap: 3rem;
}

.gap-y-7{
  row-gap: 1.75rem;
}

.gap-y-8{
  row-gap: 4rem;
}

.gap-y-9{
  row-gap: 4.5rem;
}

.gap-y-10{
  row-gap: 5rem;
}

.gap-y-11{
  row-gap: 2.75rem;
}

.gap-y-12{
  row-gap: 3rem;
}

.gap-y-13{
  row-gap: 6.5rem;
}

.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.25rem;
}

.gap-y-1\.5{
  row-gap: 1.5rem;
}

.gap-y-2\.5{
  row-gap: 0.625rem;
}

.gap-y-3\.5{
  row-gap: 0.875rem;
}

.gap-y-0\.375{
  row-gap: 0.375rem;
}

.gap-y-0\.75{
  row-gap: 0.75rem;
}

.gap-y-1\.25{
  row-gap: 1.25rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4.5rem * var(--tw-space-x-reverse));
  margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6.5rem * var(--tw-space-x-reverse));
  margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.-space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.-space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

.divide-petrol > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
}

.divide-graduation-00 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 254, var(--tw-divide-opacity));
}

.divide-graduation-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(75, 232, 250, var(--tw-divide-opacity));
}

.divide-graduation-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(3, 161, 178, var(--tw-divide-opacity));
}

.divide-graduation-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
}

.divide-graduation-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(1, 53, 59, var(--tw-divide-opacity));
}

.divide-purple-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(149, 35, 109, var(--tw-divide-opacity));
}

.divide-purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(123, 88, 174, var(--tw-divide-opacity));
}

.divide-purple-80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(123, 88, 174, 0.8);
}

.divide-purple-bright > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(131, 40, 115, var(--tw-divide-opacity));
}

.divide-ultramarine > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(62, 54, 137, var(--tw-divide-opacity));
}

.divide-accent-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
}

.divide-accent-red-toned > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
}

.divide-error-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(190, 0, 40, var(--tw-divide-opacity));
}

.divide-warning-yellow > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 235, 59, var(--tw-divide-opacity));
}

.divide-success-green > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(132, 189, 0, var(--tw-divide-opacity));
}

.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-black-80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0,0,0,.8);
}

.divide-neutrals-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(41, 51, 51, var(--tw-divide-opacity));
}

.divide-neutrals-00 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(242, 245, 245, var(--tw-divide-opacity));
}

.divide-neutrals-grey > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(178, 178, 178, var(--tw-divide-opacity));
}

.divide-grey > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
}

.divide-light-grey > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(230, 230, 230, 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-white-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255,255,255,0);
}

.divide-gradient-bw-start > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(231, 231, 231, 1);
}

.divide-gradient-bw-end > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(231, 231, 231, 0);
}

.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-0\.25{
  border-radius: 0.25rem;
}

.rounded{
  border-radius: 1rem;
}

.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-0\.25{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.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-0\.25{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.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-0\.25{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.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-0\.25{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.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-0\.25{
  border-top-left-radius: 0.25rem;
}

.rounded-tl{
  border-top-left-radius: 1rem;
}

.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-0\.25{
  border-top-right-radius: 0.25rem;
}

.rounded-tr{
  border-top-right-radius: 1rem;
}

.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-0\.25{
  border-bottom-right-radius: 0.25rem;
}

.rounded-br{
  border-bottom-right-radius: 1rem;
}

.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-0\.25{
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl{
  border-bottom-left-radius: 1rem;
}

.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-petrol{
  --tw-border-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-border-opacity));
}

.border-graduation-00{
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 254, var(--tw-border-opacity));
}

.border-graduation-25{
  --tw-border-opacity: 1;
  border-color: rgba(75, 232, 250, var(--tw-border-opacity));
}

.border-graduation-50{
  --tw-border-opacity: 1;
  border-color: rgba(3, 161, 178, var(--tw-border-opacity));
}

.border-graduation-75{
  --tw-border-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-border-opacity));
}

.border-graduation-100{
  --tw-border-opacity: 1;
  border-color: rgba(1, 53, 59, var(--tw-border-opacity));
}

.border-purple-dark{
  --tw-border-opacity: 1;
  border-color: rgba(149, 35, 109, var(--tw-border-opacity));
}

.border-purple{
  --tw-border-opacity: 1;
  border-color: rgba(123, 88, 174, var(--tw-border-opacity));
}

.border-purple-80{
  border-color: rgba(123, 88, 174, 0.8);
}

.border-purple-bright{
  --tw-border-opacity: 1;
  border-color: rgba(131, 40, 115, var(--tw-border-opacity));
}

.border-ultramarine{
  --tw-border-opacity: 1;
  border-color: rgba(62, 54, 137, var(--tw-border-opacity));
}

.border-accent-red{
  --tw-border-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-border-opacity));
}

.border-accent-red-toned{
  --tw-border-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-border-opacity));
}

.border-error-red{
  --tw-border-opacity: 1;
  border-color: rgba(190, 0, 40, var(--tw-border-opacity));
}

.border-warning-yellow{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 59, var(--tw-border-opacity));
}

.border-success-green{
  --tw-border-opacity: 1;
  border-color: rgba(132, 189, 0, var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-black-80{
  border-color: rgba(0,0,0,.8);
}

.border-neutrals-100{
  --tw-border-opacity: 1;
  border-color: rgba(41, 51, 51, var(--tw-border-opacity));
}

.border-neutrals-00{
  --tw-border-opacity: 1;
  border-color: rgba(242, 245, 245, var(--tw-border-opacity));
}

.border-neutrals-grey{
  --tw-border-opacity: 1;
  border-color: rgba(178, 178, 178, var(--tw-border-opacity));
}

.border-grey{
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
}

.border-light-grey{
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-white-transparent{
  border-color: rgba(255,255,255,0);
}

.border-gradient-bw-start{
  border-color: rgba(231, 231, 231, 1);
}

.border-gradient-bw-end{
  border-color: rgba(231, 231, 231, 0);
}

.group:hover .group-hover\:border-petrol{
  --tw-border-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-graduation-00{
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-graduation-25{
  --tw-border-opacity: 1;
  border-color: rgba(75, 232, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-graduation-50{
  --tw-border-opacity: 1;
  border-color: rgba(3, 161, 178, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-graduation-75{
  --tw-border-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-graduation-100{
  --tw-border-opacity: 1;
  border-color: rgba(1, 53, 59, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-dark{
  --tw-border-opacity: 1;
  border-color: rgba(149, 35, 109, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple{
  --tw-border-opacity: 1;
  border-color: rgba(123, 88, 174, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-80{
  border-color: rgba(123, 88, 174, 0.8);
}

.group:hover .group-hover\:border-purple-bright{
  --tw-border-opacity: 1;
  border-color: rgba(131, 40, 115, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-ultramarine{
  --tw-border-opacity: 1;
  border-color: rgba(62, 54, 137, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-accent-red{
  --tw-border-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-accent-red-toned{
  --tw-border-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-error-red{
  --tw-border-opacity: 1;
  border-color: rgba(190, 0, 40, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warning-yellow{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 59, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-success-green{
  --tw-border-opacity: 1;
  border-color: rgba(132, 189, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-80{
  border-color: rgba(0,0,0,.8);
}

.group:hover .group-hover\:border-neutrals-100{
  --tw-border-opacity: 1;
  border-color: rgba(41, 51, 51, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutrals-00{
  --tw-border-opacity: 1;
  border-color: rgba(242, 245, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutrals-grey{
  --tw-border-opacity: 1;
  border-color: rgba(178, 178, 178, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey{
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-light-grey{
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, 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-white-transparent{
  border-color: rgba(255,255,255,0);
}

.group:hover .group-hover\:border-gradient-bw-start{
  border-color: rgba(231, 231, 231, 1);
}

.group:hover .group-hover\:border-gradient-bw-end{
  border-color: rgba(231, 231, 231, 0);
}

.focus-within\:border-petrol:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-border-opacity));
}

.focus-within\:border-graduation-00:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 254, var(--tw-border-opacity));
}

.focus-within\:border-graduation-25:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(75, 232, 250, var(--tw-border-opacity));
}

.focus-within\:border-graduation-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(3, 161, 178, var(--tw-border-opacity));
}

.focus-within\:border-graduation-75:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-border-opacity));
}

.focus-within\:border-graduation-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(1, 53, 59, var(--tw-border-opacity));
}

.focus-within\:border-purple-dark:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(149, 35, 109, var(--tw-border-opacity));
}

.focus-within\:border-purple:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(123, 88, 174, var(--tw-border-opacity));
}

.focus-within\:border-purple-80:focus-within{
  border-color: rgba(123, 88, 174, 0.8);
}

.focus-within\:border-purple-bright:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(131, 40, 115, var(--tw-border-opacity));
}

.focus-within\:border-ultramarine:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(62, 54, 137, var(--tw-border-opacity));
}

.focus-within\:border-accent-red:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-border-opacity));
}

.focus-within\:border-accent-red-toned:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-border-opacity));
}

.focus-within\:border-error-red:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(190, 0, 40, var(--tw-border-opacity));
}

.focus-within\:border-warning-yellow:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 59, var(--tw-border-opacity));
}

.focus-within\:border-success-green:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(132, 189, 0, var(--tw-border-opacity));
}

.focus-within\:border-black:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-black-80:focus-within{
  border-color: rgba(0,0,0,.8);
}

.focus-within\:border-neutrals-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(41, 51, 51, var(--tw-border-opacity));
}

.focus-within\:border-neutrals-00:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(242, 245, 245, var(--tw-border-opacity));
}

.focus-within\:border-neutrals-grey:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(178, 178, 178, var(--tw-border-opacity));
}

.focus-within\:border-grey:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
}

.focus-within\:border-light-grey:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
  border-color: rgba(255,255,255,0);
}

.focus-within\:border-gradient-bw-start:focus-within{
  border-color: rgba(231, 231, 231, 1);
}

.focus-within\:border-gradient-bw-end:focus-within{
  border-color: rgba(231, 231, 231, 0);
}

.hover\:border-petrol:hover{
  --tw-border-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-border-opacity));
}

.hover\:border-graduation-00:hover{
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 254, var(--tw-border-opacity));
}

.hover\:border-graduation-25:hover{
  --tw-border-opacity: 1;
  border-color: rgba(75, 232, 250, var(--tw-border-opacity));
}

.hover\:border-graduation-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(3, 161, 178, var(--tw-border-opacity));
}

.hover\:border-graduation-75:hover{
  --tw-border-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-border-opacity));
}

.hover\:border-graduation-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(1, 53, 59, var(--tw-border-opacity));
}

.hover\:border-purple-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(149, 35, 109, var(--tw-border-opacity));
}

.hover\:border-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgba(123, 88, 174, var(--tw-border-opacity));
}

.hover\:border-purple-80:hover{
  border-color: rgba(123, 88, 174, 0.8);
}

.hover\:border-purple-bright:hover{
  --tw-border-opacity: 1;
  border-color: rgba(131, 40, 115, var(--tw-border-opacity));
}

.hover\:border-ultramarine:hover{
  --tw-border-opacity: 1;
  border-color: rgba(62, 54, 137, var(--tw-border-opacity));
}

.hover\:border-accent-red:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-border-opacity));
}

.hover\:border-accent-red-toned:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-border-opacity));
}

.hover\:border-error-red:hover{
  --tw-border-opacity: 1;
  border-color: rgba(190, 0, 40, var(--tw-border-opacity));
}

.hover\:border-warning-yellow:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 59, var(--tw-border-opacity));
}

.hover\:border-success-green:hover{
  --tw-border-opacity: 1;
  border-color: rgba(132, 189, 0, var(--tw-border-opacity));
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-black-80:hover{
  border-color: rgba(0,0,0,.8);
}

.hover\:border-neutrals-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(41, 51, 51, var(--tw-border-opacity));
}

.hover\:border-neutrals-00:hover{
  --tw-border-opacity: 1;
  border-color: rgba(242, 245, 245, var(--tw-border-opacity));
}

.hover\:border-neutrals-grey:hover{
  --tw-border-opacity: 1;
  border-color: rgba(178, 178, 178, var(--tw-border-opacity));
}

.hover\:border-grey:hover{
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
}

.hover\:border-light-grey:hover{
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
}

.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-white-transparent:hover{
  border-color: rgba(255,255,255,0);
}

.hover\:border-gradient-bw-start:hover{
  border-color: rgba(231, 231, 231, 1);
}

.hover\:border-gradient-bw-end:hover{
  border-color: rgba(231, 231, 231, 0);
}

.focus\:border-petrol:focus{
  --tw-border-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-border-opacity));
}

.focus\:border-graduation-00:focus{
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 254, var(--tw-border-opacity));
}

.focus\:border-graduation-25:focus{
  --tw-border-opacity: 1;
  border-color: rgba(75, 232, 250, var(--tw-border-opacity));
}

.focus\:border-graduation-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(3, 161, 178, var(--tw-border-opacity));
}

.focus\:border-graduation-75:focus{
  --tw-border-opacity: 1;
  border-color: rgba(12, 88, 98, var(--tw-border-opacity));
}

.focus\:border-graduation-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(1, 53, 59, var(--tw-border-opacity));
}

.focus\:border-purple-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(149, 35, 109, var(--tw-border-opacity));
}

.focus\:border-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgba(123, 88, 174, var(--tw-border-opacity));
}

.focus\:border-purple-80:focus{
  border-color: rgba(123, 88, 174, 0.8);
}

.focus\:border-purple-bright:focus{
  --tw-border-opacity: 1;
  border-color: rgba(131, 40, 115, var(--tw-border-opacity));
}

.focus\:border-ultramarine:focus{
  --tw-border-opacity: 1;
  border-color: rgba(62, 54, 137, var(--tw-border-opacity));
}

.focus\:border-accent-red:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-border-opacity));
}

.focus\:border-accent-red-toned:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 116, 104, var(--tw-border-opacity));
}

.focus\:border-error-red:focus{
  --tw-border-opacity: 1;
  border-color: rgba(190, 0, 40, var(--tw-border-opacity));
}

.focus\:border-warning-yellow:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 59, var(--tw-border-opacity));
}

.focus\:border-success-green:focus{
  --tw-border-opacity: 1;
  border-color: rgba(132, 189, 0, var(--tw-border-opacity));
}

.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-black-80:focus{
  border-color: rgba(0,0,0,.8);
}

.focus\:border-neutrals-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(41, 51, 51, var(--tw-border-opacity));
}

.focus\:border-neutrals-00:focus{
  --tw-border-opacity: 1;
  border-color: rgba(242, 245, 245, var(--tw-border-opacity));
}

.focus\:border-neutrals-grey:focus{
  --tw-border-opacity: 1;
  border-color: rgba(178, 178, 178, var(--tw-border-opacity));
}

.focus\:border-grey:focus{
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
}

.focus\:border-light-grey:focus{
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
}

.focus\:border-white:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-white-transparent:focus{
  border-color: rgba(255,255,255,0);
}

.focus\:border-gradient-bw-start:focus{
  border-color: rgba(231, 231, 231, 1);
}

.focus\:border-gradient-bw-end:focus{
  border-color: rgba(231, 231, 231, 0);
}

.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-petrol{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
}

.bg-graduation-00{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
}

.bg-graduation-25{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
}

.bg-graduation-50{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
}

.bg-graduation-75{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
}

.bg-graduation-100{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
}

.bg-purple-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
}

.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
}

.bg-purple-80{
  background-color: rgba(123, 88, 174, 0.8);
}

.bg-purple-bright{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
}

.bg-ultramarine{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
}

.bg-accent-red{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
}

.bg-accent-red-toned{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
}

.bg-error-red{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
}

.bg-warning-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
}

.bg-success-green{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-black-80{
  background-color: rgba(0,0,0,.8);
}

.bg-neutrals-100{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
}

.bg-neutrals-00{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
}

.bg-neutrals-grey{
  --tw-bg-opacity: 1;
  background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
}

.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
}

.bg-light-grey{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-white-transparent{
  background-color: rgba(255,255,255,0);
}

.bg-gradient-bw-start{
  background-color: rgba(231, 231, 231, 1);
}

.bg-gradient-bw-end{
  background-color: rgba(231, 231, 231, 0);
}

.group:hover .group-hover\:bg-petrol{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-graduation-00{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-graduation-25{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-graduation-50{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-graduation-75{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-graduation-100{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-80{
  background-color: rgba(123, 88, 174, 0.8);
}

.group:hover .group-hover\:bg-purple-bright{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ultramarine{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-accent-red{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-accent-red-toned{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-error-red{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warning-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-success-green{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-black-80{
  background-color: rgba(0,0,0,.8);
}

.group:hover .group-hover\:bg-neutrals-100{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutrals-00{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutrals-grey{
  --tw-bg-opacity: 1;
  background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-light-grey{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, 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-white-transparent{
  background-color: rgba(255,255,255,0);
}

.group:hover .group-hover\:bg-gradient-bw-start{
  background-color: rgba(231, 231, 231, 1);
}

.group:hover .group-hover\:bg-gradient-bw-end{
  background-color: rgba(231, 231, 231, 0);
}

.focus-within\:bg-petrol:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
}

.focus-within\:bg-graduation-00:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-graduation-25:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-graduation-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
}

.focus-within\:bg-graduation-75:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
}

.focus-within\:bg-graduation-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-dark:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
}

.focus-within\:bg-purple:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-80:focus-within{
  background-color: rgba(123, 88, 174, 0.8);
}

.focus-within\:bg-purple-bright:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
}

.focus-within\:bg-ultramarine:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
}

.focus-within\:bg-accent-red:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
}

.focus-within\:bg-accent-red-toned:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
}

.focus-within\:bg-error-red:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
}

.focus-within\:bg-warning-yellow:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-success-green:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-black:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-black-80:focus-within{
  background-color: rgba(0,0,0,.8);
}

.focus-within\:bg-neutrals-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
}

.focus-within\:bg-neutrals-00:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-neutrals-grey:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
}

.focus-within\:bg-grey:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
}

.focus-within\:bg-light-grey:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
  background-color: rgba(255,255,255,0);
}

.focus-within\:bg-gradient-bw-start:focus-within{
  background-color: rgba(231, 231, 231, 1);
}

.focus-within\:bg-gradient-bw-end:focus-within{
  background-color: rgba(231, 231, 231, 0);
}

.hover\:bg-petrol:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
}

.hover\:bg-graduation-00:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
}

.hover\:bg-graduation-25:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
}

.hover\:bg-graduation-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
}

.hover\:bg-graduation-75:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
}

.hover\:bg-graduation-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
}

.hover\:bg-purple-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
}

.hover\:bg-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
}

.hover\:bg-purple-80:hover{
  background-color: rgba(123, 88, 174, 0.8);
}

.hover\:bg-purple-bright:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
}

.hover\:bg-ultramarine:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
}

.hover\:bg-accent-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
}

.hover\:bg-accent-red-toned:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
}

.hover\:bg-error-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
}

.hover\:bg-warning-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
}

.hover\:bg-success-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
}

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

.hover\:bg-black-80:hover{
  background-color: rgba(0,0,0,.8);
}

.hover\:bg-neutrals-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
}

.hover\:bg-neutrals-00:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
}

.hover\:bg-neutrals-grey:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
}

.hover\:bg-grey:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
}

.hover\:bg-light-grey:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
}

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

.hover\:bg-white-transparent:hover{
  background-color: rgba(255,255,255,0);
}

.hover\:bg-gradient-bw-start:hover{
  background-color: rgba(231, 231, 231, 1);
}

.hover\:bg-gradient-bw-end:hover{
  background-color: rgba(231, 231, 231, 0);
}

.focus\:bg-petrol:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
}

.focus\:bg-graduation-00:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
}

.focus\:bg-graduation-25:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
}

.focus\:bg-graduation-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
}

.focus\:bg-graduation-75:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
}

.focus\:bg-graduation-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
}

.focus\:bg-purple-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
}

.focus\:bg-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
}

.focus\:bg-purple-80:focus{
  background-color: rgba(123, 88, 174, 0.8);
}

.focus\:bg-purple-bright:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
}

.focus\:bg-ultramarine:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
}

.focus\:bg-accent-red:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
}

.focus\:bg-accent-red-toned:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
}

.focus\:bg-error-red:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
}

.focus\:bg-warning-yellow:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
}

.focus\:bg-success-green:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
}

.focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-black-80:focus{
  background-color: rgba(0,0,0,.8);
}

.focus\:bg-neutrals-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
}

.focus\:bg-neutrals-00:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
}

.focus\:bg-neutrals-grey:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
}

.focus\:bg-grey:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
}

.focus\:bg-light-grey:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-white-transparent:focus{
  background-color: rgba(255,255,255,0);
}

.focus\:bg-gradient-bw-start:focus{
  background-color: rgba(231, 231, 231, 1);
}

.focus\:bg-gradient-bw-end:focus{
  background-color: rgba(231, 231, 231, 0);
}

.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-petrol{
  --tw-gradient-from: #0C5862;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.from-graduation-00{
  --tw-gradient-from: #ECFCFE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
}

.from-graduation-25{
  --tw-gradient-from: #4BE8FA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
}

.from-graduation-50{
  --tw-gradient-from: #03A1B2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
}

.from-graduation-75{
  --tw-gradient-from: #0C5862;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.from-graduation-100{
  --tw-gradient-from: #01353B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
}

.from-purple-dark{
  --tw-gradient-from: #95236D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
}

.from-purple{
  --tw-gradient-from: #7B58AE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.from-purple-80{
  --tw-gradient-from: rgba(123, 88, 174, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.from-purple-bright{
  --tw-gradient-from: #832873;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
}

.from-ultramarine{
  --tw-gradient-from: #3E3689;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
}

.from-accent-red{
  --tw-gradient-from: #FF7468;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.from-accent-red-toned{
  --tw-gradient-from: #FF7468;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.from-error-red{
  --tw-gradient-from: #BE0028;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
}

.from-warning-yellow{
  --tw-gradient-from: #FFEB3B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
}

.from-success-green{
  --tw-gradient-from: #84BD00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 0));
}

.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-black-80{
  --tw-gradient-from: rgba(0,0,0,.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-neutrals-100{
  --tw-gradient-from: #293333;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
}

.from-neutrals-00{
  --tw-gradient-from: #f2f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
}

.from-neutrals-grey{
  --tw-gradient-from: #b2b2b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
}

.from-grey{
  --tw-gradient-from: #dee2e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
}

.from-light-grey{
  --tw-gradient-from: #e6e6e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
}

.from-white{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-white-transparent{
  --tw-gradient-from: rgba(255,255,255,0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-gradient-bw-start{
  --tw-gradient-from: rgba(231, 231, 231, 1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.from-gradient-bw-end{
  --tw-gradient-from: rgba(231, 231, 231, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.hover\:from-petrol:hover{
  --tw-gradient-from: #0C5862;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.hover\:from-graduation-00:hover{
  --tw-gradient-from: #ECFCFE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
}

.hover\:from-graduation-25:hover{
  --tw-gradient-from: #4BE8FA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
}

.hover\:from-graduation-50:hover{
  --tw-gradient-from: #03A1B2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
}

.hover\:from-graduation-75:hover{
  --tw-gradient-from: #0C5862;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.hover\:from-graduation-100:hover{
  --tw-gradient-from: #01353B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
}

.hover\:from-purple-dark:hover{
  --tw-gradient-from: #95236D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
}

.hover\:from-purple:hover{
  --tw-gradient-from: #7B58AE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.hover\:from-purple-80:hover{
  --tw-gradient-from: rgba(123, 88, 174, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.hover\:from-purple-bright:hover{
  --tw-gradient-from: #832873;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
}

.hover\:from-ultramarine:hover{
  --tw-gradient-from: #3E3689;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
}

.hover\:from-accent-red:hover{
  --tw-gradient-from: #FF7468;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.hover\:from-accent-red-toned:hover{
  --tw-gradient-from: #FF7468;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.hover\:from-error-red:hover{
  --tw-gradient-from: #BE0028;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
}

.hover\:from-warning-yellow:hover{
  --tw-gradient-from: #FFEB3B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
}

.hover\:from-success-green:hover{
  --tw-gradient-from: #84BD00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:hover{
  --tw-gradient-from: rgba(0,0,0,.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-neutrals-100:hover{
  --tw-gradient-from: #293333;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
}

.hover\:from-neutrals-00:hover{
  --tw-gradient-from: #f2f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
}

.hover\:from-neutrals-grey:hover{
  --tw-gradient-from: #b2b2b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
}

.hover\:from-grey:hover{
  --tw-gradient-from: #dee2e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
}

.hover\:from-light-grey:hover{
  --tw-gradient-from: #e6e6e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:hover{
  --tw-gradient-from: rgba(255,255,255,0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-gradient-bw-start:hover{
  --tw-gradient-from: rgba(231, 231, 231, 1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.hover\:from-gradient-bw-end:hover{
  --tw-gradient-from: rgba(231, 231, 231, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.focus\:from-petrol:focus{
  --tw-gradient-from: #0C5862;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.focus\:from-graduation-00:focus{
  --tw-gradient-from: #ECFCFE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
}

.focus\:from-graduation-25:focus{
  --tw-gradient-from: #4BE8FA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
}

.focus\:from-graduation-50:focus{
  --tw-gradient-from: #03A1B2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
}

.focus\:from-graduation-75:focus{
  --tw-gradient-from: #0C5862;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.focus\:from-graduation-100:focus{
  --tw-gradient-from: #01353B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
}

.focus\:from-purple-dark:focus{
  --tw-gradient-from: #95236D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
}

.focus\:from-purple:focus{
  --tw-gradient-from: #7B58AE;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.focus\:from-purple-80:focus{
  --tw-gradient-from: rgba(123, 88, 174, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.focus\:from-purple-bright:focus{
  --tw-gradient-from: #832873;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
}

.focus\:from-ultramarine:focus{
  --tw-gradient-from: #3E3689;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
}

.focus\:from-accent-red:focus{
  --tw-gradient-from: #FF7468;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.focus\:from-accent-red-toned:focus{
  --tw-gradient-from: #FF7468;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.focus\:from-error-red:focus{
  --tw-gradient-from: #BE0028;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
}

.focus\:from-warning-yellow:focus{
  --tw-gradient-from: #FFEB3B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
}

.focus\:from-success-green:focus{
  --tw-gradient-from: #84BD00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:focus{
  --tw-gradient-from: rgba(0,0,0,.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-neutrals-100:focus{
  --tw-gradient-from: #293333;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
}

.focus\:from-neutrals-00:focus{
  --tw-gradient-from: #f2f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
}

.focus\:from-neutrals-grey:focus{
  --tw-gradient-from: #b2b2b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
}

.focus\:from-grey:focus{
  --tw-gradient-from: #dee2e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
}

.focus\:from-light-grey:focus{
  --tw-gradient-from: #e6e6e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:focus{
  --tw-gradient-from: rgba(255,255,255,0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-gradient-bw-start:focus{
  --tw-gradient-from: rgba(231, 231, 231, 1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.focus\:from-gradient-bw-end:focus{
  --tw-gradient-from: rgba(231, 231, 231, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.via-petrol{
  --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.via-graduation-00{
  --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
}

.via-graduation-25{
  --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
}

.via-graduation-50{
  --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
}

.via-graduation-75{
  --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.via-graduation-100{
  --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
}

.via-purple-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
}

.via-purple{
  --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.via-purple-80{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.via-purple-bright{
  --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
}

.via-ultramarine{
  --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
}

.via-accent-red{
  --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.via-accent-red-toned{
  --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.via-error-red{
  --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
}

.via-warning-yellow{
  --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
}

.via-success-green{
  --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 0));
}

.via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black-80{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-neutrals-100{
  --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
}

.via-neutrals-00{
  --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
}

.via-neutrals-grey{
  --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
}

.via-grey{
  --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
}

.via-light-grey{
  --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
}

.via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-white-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-gradient-bw-start{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.via-gradient-bw-end{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.hover\:via-petrol:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.hover\:via-graduation-00:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
}

.hover\:via-graduation-25:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
}

.hover\:via-graduation-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
}

.hover\:via-graduation-75:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.hover\:via-graduation-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
}

.hover\:via-purple-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
}

.hover\:via-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.hover\:via-purple-80:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.hover\:via-purple-bright:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
}

.hover\:via-ultramarine:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
}

.hover\:via-accent-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.hover\:via-accent-red-toned:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.hover\:via-error-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
}

.hover\:via-warning-yellow:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
}

.hover\:via-success-green:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 0));
}

.hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-black-80:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-neutrals-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
}

.hover\:via-neutrals-00:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
}

.hover\:via-neutrals-grey:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
}

.hover\:via-grey:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
}

.hover\:via-light-grey:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
}

.hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-white-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-gradient-bw-start:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.hover\:via-gradient-bw-end:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.focus\:via-petrol:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.focus\:via-graduation-00:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
}

.focus\:via-graduation-25:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
}

.focus\:via-graduation-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
}

.focus\:via-graduation-75:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
}

.focus\:via-graduation-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
}

.focus\:via-purple-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
}

.focus\:via-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.focus\:via-purple-80:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
}

.focus\:via-purple-bright:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
}

.focus\:via-ultramarine:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
}

.focus\:via-accent-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.focus\:via-accent-red-toned:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
}

.focus\:via-error-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
}

.focus\:via-warning-yellow:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
}

.focus\:via-success-green:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 0));
}

.focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-black-80:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-neutrals-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
}

.focus\:via-neutrals-00:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
}

.focus\:via-neutrals-grey:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
}

.focus\:via-grey:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
}

.focus\:via-light-grey:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
}

.focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-white-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-gradient-bw-start:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.focus\:via-gradient-bw-end:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
}

.to-petrol{
  --tw-gradient-to: #0C5862;
}

.to-graduation-00{
  --tw-gradient-to: #ECFCFE;
}

.to-graduation-25{
  --tw-gradient-to: #4BE8FA;
}

.to-graduation-50{
  --tw-gradient-to: #03A1B2;
}

.to-graduation-75{
  --tw-gradient-to: #0C5862;
}

.to-graduation-100{
  --tw-gradient-to: #01353B;
}

.to-purple-dark{
  --tw-gradient-to: #95236D;
}

.to-purple{
  --tw-gradient-to: #7B58AE;
}

.to-purple-80{
  --tw-gradient-to: rgba(123, 88, 174, 0.8);
}

.to-purple-bright{
  --tw-gradient-to: #832873;
}

.to-ultramarine{
  --tw-gradient-to: #3E3689;
}

.to-accent-red{
  --tw-gradient-to: #FF7468;
}

.to-accent-red-toned{
  --tw-gradient-to: #FF7468;
}

.to-error-red{
  --tw-gradient-to: #BE0028;
}

.to-warning-yellow{
  --tw-gradient-to: #FFEB3B;
}

.to-success-green{
  --tw-gradient-to: #84BD00;
}

.to-black{
  --tw-gradient-to: #000;
}

.to-black-80{
  --tw-gradient-to: rgba(0,0,0,.8);
}

.to-neutrals-100{
  --tw-gradient-to: #293333;
}

.to-neutrals-00{
  --tw-gradient-to: #f2f5f5;
}

.to-neutrals-grey{
  --tw-gradient-to: #b2b2b2;
}

.to-grey{
  --tw-gradient-to: #dee2e6;
}

.to-light-grey{
  --tw-gradient-to: #e6e6e6;
}

.to-white{
  --tw-gradient-to: #fff;
}

.to-white-transparent{
  --tw-gradient-to: rgba(255,255,255,0);
}

.to-gradient-bw-start{
  --tw-gradient-to: rgba(231, 231, 231, 1);
}

.to-gradient-bw-end{
  --tw-gradient-to: rgba(231, 231, 231, 0);
}

.hover\:to-petrol:hover{
  --tw-gradient-to: #0C5862;
}

.hover\:to-graduation-00:hover{
  --tw-gradient-to: #ECFCFE;
}

.hover\:to-graduation-25:hover{
  --tw-gradient-to: #4BE8FA;
}

.hover\:to-graduation-50:hover{
  --tw-gradient-to: #03A1B2;
}

.hover\:to-graduation-75:hover{
  --tw-gradient-to: #0C5862;
}

.hover\:to-graduation-100:hover{
  --tw-gradient-to: #01353B;
}

.hover\:to-purple-dark:hover{
  --tw-gradient-to: #95236D;
}

.hover\:to-purple:hover{
  --tw-gradient-to: #7B58AE;
}

.hover\:to-purple-80:hover{
  --tw-gradient-to: rgba(123, 88, 174, 0.8);
}

.hover\:to-purple-bright:hover{
  --tw-gradient-to: #832873;
}

.hover\:to-ultramarine:hover{
  --tw-gradient-to: #3E3689;
}

.hover\:to-accent-red:hover{
  --tw-gradient-to: #FF7468;
}

.hover\:to-accent-red-toned:hover{
  --tw-gradient-to: #FF7468;
}

.hover\:to-error-red:hover{
  --tw-gradient-to: #BE0028;
}

.hover\:to-warning-yellow:hover{
  --tw-gradient-to: #FFEB3B;
}

.hover\:to-success-green:hover{
  --tw-gradient-to: #84BD00;
}

.hover\:to-black:hover{
  --tw-gradient-to: #000;
}

.hover\:to-black-80:hover{
  --tw-gradient-to: rgba(0,0,0,.8);
}

.hover\:to-neutrals-100:hover{
  --tw-gradient-to: #293333;
}

.hover\:to-neutrals-00:hover{
  --tw-gradient-to: #f2f5f5;
}

.hover\:to-neutrals-grey:hover{
  --tw-gradient-to: #b2b2b2;
}

.hover\:to-grey:hover{
  --tw-gradient-to: #dee2e6;
}

.hover\:to-light-grey:hover{
  --tw-gradient-to: #e6e6e6;
}

.hover\:to-white:hover{
  --tw-gradient-to: #fff;
}

.hover\:to-white-transparent:hover{
  --tw-gradient-to: rgba(255,255,255,0);
}

.hover\:to-gradient-bw-start:hover{
  --tw-gradient-to: rgba(231, 231, 231, 1);
}

.hover\:to-gradient-bw-end:hover{
  --tw-gradient-to: rgba(231, 231, 231, 0);
}

.focus\:to-petrol:focus{
  --tw-gradient-to: #0C5862;
}

.focus\:to-graduation-00:focus{
  --tw-gradient-to: #ECFCFE;
}

.focus\:to-graduation-25:focus{
  --tw-gradient-to: #4BE8FA;
}

.focus\:to-graduation-50:focus{
  --tw-gradient-to: #03A1B2;
}

.focus\:to-graduation-75:focus{
  --tw-gradient-to: #0C5862;
}

.focus\:to-graduation-100:focus{
  --tw-gradient-to: #01353B;
}

.focus\:to-purple-dark:focus{
  --tw-gradient-to: #95236D;
}

.focus\:to-purple:focus{
  --tw-gradient-to: #7B58AE;
}

.focus\:to-purple-80:focus{
  --tw-gradient-to: rgba(123, 88, 174, 0.8);
}

.focus\:to-purple-bright:focus{
  --tw-gradient-to: #832873;
}

.focus\:to-ultramarine:focus{
  --tw-gradient-to: #3E3689;
}

.focus\:to-accent-red:focus{
  --tw-gradient-to: #FF7468;
}

.focus\:to-accent-red-toned:focus{
  --tw-gradient-to: #FF7468;
}

.focus\:to-error-red:focus{
  --tw-gradient-to: #BE0028;
}

.focus\:to-warning-yellow:focus{
  --tw-gradient-to: #FFEB3B;
}

.focus\:to-success-green:focus{
  --tw-gradient-to: #84BD00;
}

.focus\:to-black:focus{
  --tw-gradient-to: #000;
}

.focus\:to-black-80:focus{
  --tw-gradient-to: rgba(0,0,0,.8);
}

.focus\:to-neutrals-100:focus{
  --tw-gradient-to: #293333;
}

.focus\:to-neutrals-00:focus{
  --tw-gradient-to: #f2f5f5;
}

.focus\:to-neutrals-grey:focus{
  --tw-gradient-to: #b2b2b2;
}

.focus\:to-grey:focus{
  --tw-gradient-to: #dee2e6;
}

.focus\:to-light-grey:focus{
  --tw-gradient-to: #e6e6e6;
}

.focus\:to-white:focus{
  --tw-gradient-to: #fff;
}

.focus\:to-white-transparent:focus{
  --tw-gradient-to: rgba(255,255,255,0);
}

.focus\:to-gradient-bw-start:focus{
  --tw-gradient-to: rgba(231, 231, 231, 1);
}

.focus\:to-gradient-bw-end:focus{
  --tw-gradient-to: rgba(231, 231, 231, 0);
}

.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: 0;
}

.p-1{
  padding: 0.5rem;
}

.p-2{
  padding: 1rem;
}

.p-3{
  padding: 1.5rem;
}

.p-4{
  padding: 2rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 3rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 4rem;
}

.p-9{
  padding: 4.5rem;
}

.p-10{
  padding: 5rem;
}

.p-11{
  padding: 2.75rem;
}

.p-12{
  padding: 3rem;
}

.p-13{
  padding: 6.5rem;
}

.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.25rem;
}

.p-1\.5{
  padding: 1.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3\.5{
  padding: 0.875rem;
}

.p-0\.375{
  padding: 0.375rem;
}

.p-0\.75{
  padding: 0.75rem;
}

.p-1\.25{
  padding: 1.25rem;
}

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

.px-1{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-3{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-4{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-9{
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.px-10{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-13{
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.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.25rem;
  padding-right: 0.25rem;
}

.px-1\.5{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.px-0\.375{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-0\.75{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-1\.25{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-0{
  padding-top: 0;
  padding-bottom: 0;
}

.py-1{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-3{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-4{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-9{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.py-10{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-13{
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.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.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.py-0\.375{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-0\.75{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-1\.25{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pt-0{
  padding-top: 0;
}

.pt-1{
  padding-top: 0.5rem;
}

.pt-2{
  padding-top: 1rem;
}

.pt-3{
  padding-top: 1.5rem;
}

.pt-4{
  padding-top: 2rem;
}

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

.pt-6{
  padding-top: 3rem;
}

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

.pt-8{
  padding-top: 4rem;
}

.pt-9{
  padding-top: 4.5rem;
}

.pt-10{
  padding-top: 5rem;
}

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

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

.pt-13{
  padding-top: 6.5rem;
}

.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.25rem;
}

.pt-1\.5{
  padding-top: 1.5rem;
}

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

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

.pt-0\.375{
  padding-top: 0.375rem;
}

.pt-0\.75{
  padding-top: 0.75rem;
}

.pt-1\.25{
  padding-top: 1.25rem;
}

.pr-0{
  padding-right: 0;
}

.pr-1{
  padding-right: 0.5rem;
}

.pr-2{
  padding-right: 1rem;
}

.pr-3{
  padding-right: 1.5rem;
}

.pr-4{
  padding-right: 2rem;
}

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

.pr-6{
  padding-right: 3rem;
}

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

.pr-8{
  padding-right: 4rem;
}

.pr-9{
  padding-right: 4.5rem;
}

.pr-10{
  padding-right: 5rem;
}

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

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

.pr-13{
  padding-right: 6.5rem;
}

.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.25rem;
}

.pr-1\.5{
  padding-right: 1.5rem;
}

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

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

.pr-0\.375{
  padding-right: 0.375rem;
}

.pr-0\.75{
  padding-right: 0.75rem;
}

.pr-1\.25{
  padding-right: 1.25rem;
}

.pb-0{
  padding-bottom: 0;
}

.pb-1{
  padding-bottom: 0.5rem;
}

.pb-2{
  padding-bottom: 1rem;
}

.pb-3{
  padding-bottom: 1.5rem;
}

.pb-4{
  padding-bottom: 2rem;
}

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

.pb-6{
  padding-bottom: 3rem;
}

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

.pb-8{
  padding-bottom: 4rem;
}

.pb-9{
  padding-bottom: 4.5rem;
}

.pb-10{
  padding-bottom: 5rem;
}

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

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

.pb-13{
  padding-bottom: 6.5rem;
}

.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.25rem;
}

.pb-1\.5{
  padding-bottom: 1.5rem;
}

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

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

.pb-0\.375{
  padding-bottom: 0.375rem;
}

.pb-0\.75{
  padding-bottom: 0.75rem;
}

.pb-1\.25{
  padding-bottom: 1.25rem;
}

.pl-0{
  padding-left: 0;
}

.pl-1{
  padding-left: 0.5rem;
}

.pl-2{
  padding-left: 1rem;
}

.pl-3{
  padding-left: 1.5rem;
}

.pl-4{
  padding-left: 2rem;
}

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

.pl-6{
  padding-left: 3rem;
}

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

.pl-8{
  padding-left: 4rem;
}

.pl-9{
  padding-left: 4.5rem;
}

.pl-10{
  padding-left: 5rem;
}

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

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

.pl-13{
  padding-left: 6.5rem;
}

.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.25rem;
}

.pl-1\.5{
  padding-left: 1.5rem;
}

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

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

.pl-0\.375{
  padding-left: 0.375rem;
}

.pl-0\.75{
  padding-left: 0.75rem;
}

.pl-1\.25{
  padding-left: 1.25rem;
}

.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-kavivanar{
  font-family: kavivanarregular, sans-serif;
}

.font-alkatra{
  font-family: alkatraregular, sans-serif;
}

.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;
}

.text-typo-clou-md{
  font-size: 5rem;
  line-height: 6rem;
}

.text-typo-clou{
  font-size: 2rem;
  line-height: 3rem;
}

.text-intro-md{
  font-size: 2rem;
  line-height: 3rem;
}

.text-intro{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-intro-condensed{
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.text-intro-condensed-md{
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-copy-md{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-copy{
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text-button-label{
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text-button-label-md{
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-caption{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-caption-md{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-caption-small{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-caption-small-md{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-caption-very-small{
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.text-caption-very-small-md{
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.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-tightest{
  letter-spacing: -.075em;
}

.tracking-tighter{
  letter-spacing: -.05em;
}

.tracking-tight{
  letter-spacing: -.025em;
}

.tracking-normal{
  letter-spacing: 0;
}

.tracking-wide{
  letter-spacing: .025em;
}

.tracking-wider{
  letter-spacing: .05em;
}

.tracking-widest{
  letter-spacing: .25em;
}

.text-petrol{
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
}

.text-graduation-00{
  --tw-text-opacity: 1;
  color: rgba(236, 252, 254, var(--tw-text-opacity));
}

.text-graduation-25{
  --tw-text-opacity: 1;
  color: rgba(75, 232, 250, var(--tw-text-opacity));
}

.text-graduation-50{
  --tw-text-opacity: 1;
  color: rgba(3, 161, 178, var(--tw-text-opacity));
}

.text-graduation-75{
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
}

.text-graduation-100{
  --tw-text-opacity: 1;
  color: rgba(1, 53, 59, var(--tw-text-opacity));
}

.text-purple-dark{
  --tw-text-opacity: 1;
  color: rgba(149, 35, 109, var(--tw-text-opacity));
}

.text-purple{
  --tw-text-opacity: 1;
  color: rgba(123, 88, 174, var(--tw-text-opacity));
}

.text-purple-80{
  color: rgba(123, 88, 174, 0.8);
}

.text-purple-bright{
  --tw-text-opacity: 1;
  color: rgba(131, 40, 115, var(--tw-text-opacity));
}

.text-ultramarine{
  --tw-text-opacity: 1;
  color: rgba(62, 54, 137, var(--tw-text-opacity));
}

.text-accent-red{
  --tw-text-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-text-opacity));
}

.text-accent-red-toned{
  --tw-text-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-text-opacity));
}

.text-error-red{
  --tw-text-opacity: 1;
  color: rgba(190, 0, 40, var(--tw-text-opacity));
}

.text-warning-yellow{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 59, var(--tw-text-opacity));
}

.text-success-green{
  --tw-text-opacity: 1;
  color: rgba(132, 189, 0, var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-black-80{
  color: rgba(0,0,0,.8);
}

.text-neutrals-100{
  --tw-text-opacity: 1;
  color: rgba(41, 51, 51, var(--tw-text-opacity));
}

.text-neutrals-00{
  --tw-text-opacity: 1;
  color: rgba(242, 245, 245, var(--tw-text-opacity));
}

.text-neutrals-grey{
  --tw-text-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-text-opacity));
}

.text-grey{
  --tw-text-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-text-opacity));
}

.text-light-grey{
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-white-transparent{
  color: rgba(255,255,255,0);
}

.text-gradient-bw-start{
  color: rgba(231, 231, 231, 1);
}

.text-gradient-bw-end{
  color: rgba(231, 231, 231, 0);
}

.group:hover .group-hover\:text-petrol{
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-graduation-00{
  --tw-text-opacity: 1;
  color: rgba(236, 252, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-graduation-25{
  --tw-text-opacity: 1;
  color: rgba(75, 232, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-graduation-50{
  --tw-text-opacity: 1;
  color: rgba(3, 161, 178, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-graduation-75{
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-graduation-100{
  --tw-text-opacity: 1;
  color: rgba(1, 53, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-dark{
  --tw-text-opacity: 1;
  color: rgba(149, 35, 109, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple{
  --tw-text-opacity: 1;
  color: rgba(123, 88, 174, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-80{
  color: rgba(123, 88, 174, 0.8);
}

.group:hover .group-hover\:text-purple-bright{
  --tw-text-opacity: 1;
  color: rgba(131, 40, 115, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ultramarine{
  --tw-text-opacity: 1;
  color: rgba(62, 54, 137, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-accent-red{
  --tw-text-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-accent-red-toned{
  --tw-text-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-error-red{
  --tw-text-opacity: 1;
  color: rgba(190, 0, 40, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warning-yellow{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-success-green{
  --tw-text-opacity: 1;
  color: rgba(132, 189, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-80{
  color: rgba(0,0,0,.8);
}

.group:hover .group-hover\:text-neutrals-100{
  --tw-text-opacity: 1;
  color: rgba(41, 51, 51, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutrals-00{
  --tw-text-opacity: 1;
  color: rgba(242, 245, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutrals-grey{
  --tw-text-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey{
  --tw-text-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-light-grey{
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, 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-white-transparent{
  color: rgba(255,255,255,0);
}

.group:hover .group-hover\:text-gradient-bw-start{
  color: rgba(231, 231, 231, 1);
}

.group:hover .group-hover\:text-gradient-bw-end{
  color: rgba(231, 231, 231, 0);
}

.focus-within\:text-petrol:focus-within{
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
}

.focus-within\:text-graduation-00:focus-within{
  --tw-text-opacity: 1;
  color: rgba(236, 252, 254, var(--tw-text-opacity));
}

.focus-within\:text-graduation-25:focus-within{
  --tw-text-opacity: 1;
  color: rgba(75, 232, 250, var(--tw-text-opacity));
}

.focus-within\:text-graduation-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(3, 161, 178, var(--tw-text-opacity));
}

.focus-within\:text-graduation-75:focus-within{
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
}

.focus-within\:text-graduation-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(1, 53, 59, var(--tw-text-opacity));
}

.focus-within\:text-purple-dark:focus-within{
  --tw-text-opacity: 1;
  color: rgba(149, 35, 109, var(--tw-text-opacity));
}

.focus-within\:text-purple:focus-within{
  --tw-text-opacity: 1;
  color: rgba(123, 88, 174, var(--tw-text-opacity));
}

.focus-within\:text-purple-80:focus-within{
  color: rgba(123, 88, 174, 0.8);
}

.focus-within\:text-purple-bright:focus-within{
  --tw-text-opacity: 1;
  color: rgba(131, 40, 115, var(--tw-text-opacity));
}

.focus-within\:text-ultramarine:focus-within{
  --tw-text-opacity: 1;
  color: rgba(62, 54, 137, var(--tw-text-opacity));
}

.focus-within\:text-accent-red:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-text-opacity));
}

.focus-within\:text-accent-red-toned:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-text-opacity));
}

.focus-within\:text-error-red:focus-within{
  --tw-text-opacity: 1;
  color: rgba(190, 0, 40, var(--tw-text-opacity));
}

.focus-within\:text-warning-yellow:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 59, var(--tw-text-opacity));
}

.focus-within\:text-success-green:focus-within{
  --tw-text-opacity: 1;
  color: rgba(132, 189, 0, var(--tw-text-opacity));
}

.focus-within\:text-black:focus-within{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-black-80:focus-within{
  color: rgba(0,0,0,.8);
}

.focus-within\:text-neutrals-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(41, 51, 51, var(--tw-text-opacity));
}

.focus-within\:text-neutrals-00:focus-within{
  --tw-text-opacity: 1;
  color: rgba(242, 245, 245, var(--tw-text-opacity));
}

.focus-within\:text-neutrals-grey:focus-within{
  --tw-text-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-text-opacity));
}

.focus-within\:text-grey:focus-within{
  --tw-text-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-text-opacity));
}

.focus-within\:text-light-grey:focus-within{
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, 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-white-transparent:focus-within{
  color: rgba(255,255,255,0);
}

.focus-within\:text-gradient-bw-start:focus-within{
  color: rgba(231, 231, 231, 1);
}

.focus-within\:text-gradient-bw-end:focus-within{
  color: rgba(231, 231, 231, 0);
}

.hover\:text-petrol:hover{
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
}

.hover\:text-graduation-00:hover{
  --tw-text-opacity: 1;
  color: rgba(236, 252, 254, var(--tw-text-opacity));
}

.hover\:text-graduation-25:hover{
  --tw-text-opacity: 1;
  color: rgba(75, 232, 250, var(--tw-text-opacity));
}

.hover\:text-graduation-50:hover{
  --tw-text-opacity: 1;
  color: rgba(3, 161, 178, var(--tw-text-opacity));
}

.hover\:text-graduation-75:hover{
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
}

.hover\:text-graduation-100:hover{
  --tw-text-opacity: 1;
  color: rgba(1, 53, 59, var(--tw-text-opacity));
}

.hover\:text-purple-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(149, 35, 109, var(--tw-text-opacity));
}

.hover\:text-purple:hover{
  --tw-text-opacity: 1;
  color: rgba(123, 88, 174, var(--tw-text-opacity));
}

.hover\:text-purple-80:hover{
  color: rgba(123, 88, 174, 0.8);
}

.hover\:text-purple-bright:hover{
  --tw-text-opacity: 1;
  color: rgba(131, 40, 115, var(--tw-text-opacity));
}

.hover\:text-ultramarine:hover{
  --tw-text-opacity: 1;
  color: rgba(62, 54, 137, var(--tw-text-opacity));
}

.hover\:text-accent-red:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-text-opacity));
}

.hover\:text-accent-red-toned:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-text-opacity));
}

.hover\:text-error-red:hover{
  --tw-text-opacity: 1;
  color: rgba(190, 0, 40, var(--tw-text-opacity));
}

.hover\:text-warning-yellow:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 59, var(--tw-text-opacity));
}

.hover\:text-success-green:hover{
  --tw-text-opacity: 1;
  color: rgba(132, 189, 0, var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-black-80:hover{
  color: rgba(0,0,0,.8);
}

.hover\:text-neutrals-100:hover{
  --tw-text-opacity: 1;
  color: rgba(41, 51, 51, var(--tw-text-opacity));
}

.hover\:text-neutrals-00:hover{
  --tw-text-opacity: 1;
  color: rgba(242, 245, 245, var(--tw-text-opacity));
}

.hover\:text-neutrals-grey:hover{
  --tw-text-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-text-opacity));
}

.hover\:text-grey:hover{
  --tw-text-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-text-opacity));
}

.hover\:text-light-grey:hover{
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-white-transparent:hover{
  color: rgba(255,255,255,0);
}

.hover\:text-gradient-bw-start:hover{
  color: rgba(231, 231, 231, 1);
}

.hover\:text-gradient-bw-end:hover{
  color: rgba(231, 231, 231, 0);
}

.focus\:text-petrol:focus{
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
}

.focus\:text-graduation-00:focus{
  --tw-text-opacity: 1;
  color: rgba(236, 252, 254, var(--tw-text-opacity));
}

.focus\:text-graduation-25:focus{
  --tw-text-opacity: 1;
  color: rgba(75, 232, 250, var(--tw-text-opacity));
}

.focus\:text-graduation-50:focus{
  --tw-text-opacity: 1;
  color: rgba(3, 161, 178, var(--tw-text-opacity));
}

.focus\:text-graduation-75:focus{
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
}

.focus\:text-graduation-100:focus{
  --tw-text-opacity: 1;
  color: rgba(1, 53, 59, var(--tw-text-opacity));
}

.focus\:text-purple-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(149, 35, 109, var(--tw-text-opacity));
}

.focus\:text-purple:focus{
  --tw-text-opacity: 1;
  color: rgba(123, 88, 174, var(--tw-text-opacity));
}

.focus\:text-purple-80:focus{
  color: rgba(123, 88, 174, 0.8);
}

.focus\:text-purple-bright:focus{
  --tw-text-opacity: 1;
  color: rgba(131, 40, 115, var(--tw-text-opacity));
}

.focus\:text-ultramarine:focus{
  --tw-text-opacity: 1;
  color: rgba(62, 54, 137, var(--tw-text-opacity));
}

.focus\:text-accent-red:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-text-opacity));
}

.focus\:text-accent-red-toned:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-text-opacity));
}

.focus\:text-error-red:focus{
  --tw-text-opacity: 1;
  color: rgba(190, 0, 40, var(--tw-text-opacity));
}

.focus\:text-warning-yellow:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 59, var(--tw-text-opacity));
}

.focus\:text-success-green:focus{
  --tw-text-opacity: 1;
  color: rgba(132, 189, 0, var(--tw-text-opacity));
}

.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-black-80:focus{
  color: rgba(0,0,0,.8);
}

.focus\:text-neutrals-100:focus{
  --tw-text-opacity: 1;
  color: rgba(41, 51, 51, var(--tw-text-opacity));
}

.focus\:text-neutrals-00:focus{
  --tw-text-opacity: 1;
  color: rgba(242, 245, 245, var(--tw-text-opacity));
}

.focus\:text-neutrals-grey:focus{
  --tw-text-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-text-opacity));
}

.focus\:text-grey:focus{
  --tw-text-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-text-opacity));
}

.focus\:text-light-grey:focus{
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-white-transparent:focus{
  color: rgba(255,255,255,0);
}

.focus\:text-gradient-bw-start:focus{
  color: rgba(231, 231, 231, 1);
}

.focus\:text-gradient-bw-end:focus{
  color: rgba(231, 231, 231, 0);
}

.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-petrol::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
}

.placeholder-petrol::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
}

.placeholder-graduation-00::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
}

.placeholder-graduation-00::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
}

.placeholder-graduation-25::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
}

.placeholder-graduation-25::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
}

.placeholder-graduation-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
}

.placeholder-graduation-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
}

.placeholder-graduation-75::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
}

.placeholder-graduation-75::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
}

.placeholder-graduation-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
}

.placeholder-graduation-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
}

.placeholder-purple-dark::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
}

.placeholder-purple-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
}

.placeholder-purple::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
}

.placeholder-purple::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
}

.placeholder-purple-80::-moz-placeholder{
  color: rgba(123, 88, 174, 0.8);
}

.placeholder-purple-80::placeholder{
  color: rgba(123, 88, 174, 0.8);
}

.placeholder-purple-bright::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
}

.placeholder-purple-bright::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
}

.placeholder-ultramarine::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
}

.placeholder-ultramarine::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
}

.placeholder-accent-red::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
}

.placeholder-accent-red::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
}

.placeholder-accent-red-toned::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
}

.placeholder-accent-red-toned::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
}

.placeholder-error-red::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
}

.placeholder-error-red::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
}

.placeholder-warning-yellow::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
}

.placeholder-warning-yellow::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
}

.placeholder-success-green::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
}

.placeholder-success-green::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black-80::-moz-placeholder{
  color: rgba(0,0,0,.8);
}

.placeholder-black-80::placeholder{
  color: rgba(0,0,0,.8);
}

.placeholder-neutrals-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
}

.placeholder-neutrals-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
}

.placeholder-neutrals-00::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-neutrals-00::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-neutrals-grey::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
}

.placeholder-neutrals-grey::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
}

.placeholder-grey::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
}

.placeholder-grey::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
}

.placeholder-light-grey::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.placeholder-light-grey::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, 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-white-transparent::-moz-placeholder{
  color: rgba(255,255,255,0);
}

.placeholder-white-transparent::placeholder{
  color: rgba(255,255,255,0);
}

.placeholder-gradient-bw-start::-moz-placeholder{
  color: rgba(231, 231, 231, 1);
}

.placeholder-gradient-bw-start::placeholder{
  color: rgba(231, 231, 231, 1);
}

.placeholder-gradient-bw-end::-moz-placeholder{
  color: rgba(231, 231, 231, 0);
}

.placeholder-gradient-bw-end::placeholder{
  color: rgba(231, 231, 231, 0);
}

.focus\:placeholder-petrol:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
}

.focus\:placeholder-petrol:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
}

.focus\:placeholder-graduation-00:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-graduation-00:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-graduation-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-graduation-25:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-graduation-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-graduation-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-graduation-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
}

.focus\:placeholder-graduation-75:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
}

.focus\:placeholder-graduation-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-graduation-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-dark:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-80:focus::-moz-placeholder{
  color: rgba(123, 88, 174, 0.8);
}

.focus\:placeholder-purple-80:focus::placeholder{
  color: rgba(123, 88, 174, 0.8);
}

.focus\:placeholder-purple-bright:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-bright:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-ultramarine:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
}

.focus\:placeholder-ultramarine:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
}

.focus\:placeholder-accent-red:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
}

.focus\:placeholder-accent-red:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
}

.focus\:placeholder-accent-red-toned:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
}

.focus\:placeholder-accent-red-toned:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error-red:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error-red:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warning-yellow:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warning-yellow:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-success-green:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-success-green:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-80:focus::-moz-placeholder{
  color: rgba(0,0,0,.8);
}

.focus\:placeholder-black-80:focus::placeholder{
  color: rgba(0,0,0,.8);
}

.focus\:placeholder-neutrals-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutrals-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutrals-00:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutrals-00:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutrals-grey:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutrals-grey:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-light-grey:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-light-grey:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, 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-white-transparent:focus::-moz-placeholder{
  color: rgba(255,255,255,0);
}

.focus\:placeholder-white-transparent:focus::placeholder{
  color: rgba(255,255,255,0);
}

.focus\:placeholder-gradient-bw-start:focus::-moz-placeholder{
  color: rgba(231, 231, 231, 1);
}

.focus\:placeholder-gradient-bw-start:focus::placeholder{
  color: rgba(231, 231, 231, 1);
}

.focus\:placeholder-gradient-bw-end:focus::-moz-placeholder{
  color: rgba(231, 231, 231, 0);
}

.focus\:placeholder-gradient-bw-end:focus::placeholder{
  color: rgba(231, 231, 231, 0);
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

.opacity-0{
  opacity: 0;
}

.opacity-5{
  opacity: 0.05;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.opacity-95{
  opacity: 0.95;
}

.opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-5{
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25{
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40{
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95{
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.focus-within\:opacity-0:focus-within{
  opacity: 0;
}

.focus-within\:opacity-5:focus-within{
  opacity: 0.05;
}

.focus-within\:opacity-10:focus-within{
  opacity: 0.1;
}

.focus-within\:opacity-20:focus-within{
  opacity: 0.2;
}

.focus-within\:opacity-25:focus-within{
  opacity: 0.25;
}

.focus-within\:opacity-30:focus-within{
  opacity: 0.3;
}

.focus-within\:opacity-40:focus-within{
  opacity: 0.4;
}

.focus-within\:opacity-50:focus-within{
  opacity: 0.5;
}

.focus-within\:opacity-60:focus-within{
  opacity: 0.6;
}

.focus-within\:opacity-70:focus-within{
  opacity: 0.7;
}

.focus-within\:opacity-75:focus-within{
  opacity: 0.75;
}

.focus-within\:opacity-80:focus-within{
  opacity: 0.8;
}

.focus-within\:opacity-90:focus-within{
  opacity: 0.9;
}

.focus-within\:opacity-95:focus-within{
  opacity: 0.95;
}

.focus-within\:opacity-100:focus-within{
  opacity: 1;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-5:hover{
  opacity: 0.05;
}

.hover\:opacity-10:hover{
  opacity: 0.1;
}

.hover\:opacity-20:hover{
  opacity: 0.2;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

.hover\:opacity-30:hover{
  opacity: 0.3;
}

.hover\:opacity-40:hover{
  opacity: 0.4;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:opacity-95:hover{
  opacity: 0.95;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.focus\:opacity-0:focus{
  opacity: 0;
}

.focus\:opacity-5:focus{
  opacity: 0.05;
}

.focus\:opacity-10:focus{
  opacity: 0.1;
}

.focus\:opacity-20:focus{
  opacity: 0.2;
}

.focus\:opacity-25:focus{
  opacity: 0.25;
}

.focus\:opacity-30:focus{
  opacity: 0.3;
}

.focus\:opacity-40:focus{
  opacity: 0.4;
}

.focus\:opacity-50:focus{
  opacity: 0.5;
}

.focus\:opacity-60:focus{
  opacity: 0.6;
}

.focus\:opacity-70:focus{
  opacity: 0.7;
}

.focus\:opacity-75:focus{
  opacity: 0.75;
}

.focus\:opacity-80:focus{
  opacity: 0.8;
}

.focus\:opacity-90:focus{
  opacity: 0.9;
}

.focus\:opacity-95:focus{
  opacity: 0.95;
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.bg-blend-normal{
  background-blend-mode: normal;
}

.bg-blend-multiply{
  background-blend-mode: multiply;
}

.bg-blend-screen{
  background-blend-mode: screen;
}

.bg-blend-overlay{
  background-blend-mode: overlay;
}

.bg-blend-darken{
  background-blend-mode: darken;
}

.bg-blend-lighten{
  background-blend-mode: lighten;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light;
}

.bg-blend-difference{
  background-blend-mode: difference;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion;
}

.bg-blend-hue{
  background-blend-mode: hue;
}

.bg-blend-saturation{
  background-blend-mode: saturation;
}

.bg-blend-color{
  background-blend-mode: color;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity;
}

.mix-blend-normal{
  mix-blend-mode: normal;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.mix-blend-screen{
  mix-blend-mode: screen;
}

.mix-blend-overlay{
  mix-blend-mode: overlay;
}

.mix-blend-darken{
  mix-blend-mode: darken;
}

.mix-blend-lighten{
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn{
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}

.mix-blend-difference{
  mix-blend-mode: difference;
}

.mix-blend-exclusion{
  mix-blend-mode: exclusion;
}

.mix-blend-hue{
  mix-blend-mode: hue;
}

.mix-blend-saturation{
  mix-blend-mode: saturation;
}

.mix-blend-color{
  mix-blend-mode: color;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow-default{
  --tw-shadow: 0px 2px 20px 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-default{
  --tw-shadow: 0px 2px 20px 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-default:focus-within{
  --tw-shadow: 0px 2px 20px 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-default:hover{
  --tw-shadow: 0px 2px 20px 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-default:focus{
  --tw-shadow: 0px 2px 20px 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);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-none:focus-within{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-white:focus-within{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.ring-petrol{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
}

.ring-graduation-00{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
}

.ring-graduation-25{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
}

.ring-graduation-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
}

.ring-graduation-75{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
}

.ring-graduation-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
}

.ring-purple-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
}

.ring-purple{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
}

.ring-purple-80{
  --tw-ring-color: rgba(123, 88, 174, 0.8);
}

.ring-purple-bright{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
}

.ring-ultramarine{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
}

.ring-accent-red{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
}

.ring-accent-red-toned{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
}

.ring-error-red{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
}

.ring-warning-yellow{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
}

.ring-success-green{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
}

.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-black-80{
  --tw-ring-color: rgba(0,0,0,.8);
}

.ring-neutrals-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
}

.ring-neutrals-00{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
}

.ring-neutrals-grey{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
}

.ring-grey{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
}

.ring-light-grey{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
}

.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-white-transparent{
  --tw-ring-color: rgba(255,255,255,0);
}

.ring-gradient-bw-start{
  --tw-ring-color: rgba(231, 231, 231, 1);
}

.ring-gradient-bw-end{
  --tw-ring-color: rgba(231, 231, 231, 0);
}

.focus-within\:ring-petrol:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
}

.focus-within\:ring-graduation-00:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-graduation-25:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-graduation-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
}

.focus-within\:ring-graduation-75:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
}

.focus-within\:ring-graduation-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
}

.focus-within\:ring-purple:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-80:focus-within{
  --tw-ring-color: rgba(123, 88, 174, 0.8);
}

.focus-within\:ring-purple-bright:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
}

.focus-within\:ring-ultramarine:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
}

.focus-within\:ring-accent-red:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
}

.focus-within\:ring-accent-red-toned:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
}

.focus-within\:ring-error-red:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
}

.focus-within\:ring-warning-yellow:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-success-green:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-black-80:focus-within{
  --tw-ring-color: rgba(0,0,0,.8);
}

.focus-within\:ring-neutrals-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
}

.focus-within\:ring-neutrals-00:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-neutrals-grey:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
}

.focus-within\:ring-grey:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
}

.focus-within\:ring-light-grey:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
  --tw-ring-color: rgba(255,255,255,0);
}

.focus-within\:ring-gradient-bw-start:focus-within{
  --tw-ring-color: rgba(231, 231, 231, 1);
}

.focus-within\:ring-gradient-bw-end:focus-within{
  --tw-ring-color: rgba(231, 231, 231, 0);
}

.focus\:ring-petrol:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
}

.focus\:ring-graduation-00:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
}

.focus\:ring-graduation-25:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
}

.focus\:ring-graduation-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
}

.focus\:ring-graduation-75:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
}

.focus\:ring-graduation-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
}

.focus\:ring-purple-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
}

.focus\:ring-purple:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
}

.focus\:ring-purple-80:focus{
  --tw-ring-color: rgba(123, 88, 174, 0.8);
}

.focus\:ring-purple-bright:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
}

.focus\:ring-ultramarine:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
}

.focus\:ring-accent-red:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
}

.focus\:ring-accent-red-toned:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
}

.focus\:ring-error-red:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
}

.focus\:ring-warning-yellow:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
}

.focus\:ring-success-green:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
}

.focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-black-80:focus{
  --tw-ring-color: rgba(0,0,0,.8);
}

.focus\:ring-neutrals-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
}

.focus\:ring-neutrals-00:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
}

.focus\:ring-neutrals-grey:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
}

.focus\:ring-grey:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
}

.focus\:ring-light-grey:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 230, 230, 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-white-transparent:focus{
  --tw-ring-color: rgba(255,255,255,0);
}

.focus\:ring-gradient-bw-start:focus{
  --tw-ring-color: rgba(231, 231, 231, 1);
}

.focus\:ring-gradient-bw-end:focus{
  --tw-ring-color: rgba(231, 231, 231, 0);
}

.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-petrol{
  --tw-ring-offset-color: #0C5862;
}

.ring-offset-graduation-00{
  --tw-ring-offset-color: #ECFCFE;
}

.ring-offset-graduation-25{
  --tw-ring-offset-color: #4BE8FA;
}

.ring-offset-graduation-50{
  --tw-ring-offset-color: #03A1B2;
}

.ring-offset-graduation-75{
  --tw-ring-offset-color: #0C5862;
}

.ring-offset-graduation-100{
  --tw-ring-offset-color: #01353B;
}

.ring-offset-purple-dark{
  --tw-ring-offset-color: #95236D;
}

.ring-offset-purple{
  --tw-ring-offset-color: #7B58AE;
}

.ring-offset-purple-80{
  --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
}

.ring-offset-purple-bright{
  --tw-ring-offset-color: #832873;
}

.ring-offset-ultramarine{
  --tw-ring-offset-color: #3E3689;
}

.ring-offset-accent-red{
  --tw-ring-offset-color: #FF7468;
}

.ring-offset-accent-red-toned{
  --tw-ring-offset-color: #FF7468;
}

.ring-offset-error-red{
  --tw-ring-offset-color: #BE0028;
}

.ring-offset-warning-yellow{
  --tw-ring-offset-color: #FFEB3B;
}

.ring-offset-success-green{
  --tw-ring-offset-color: #84BD00;
}

.ring-offset-black{
  --tw-ring-offset-color: #000;
}

.ring-offset-black-80{
  --tw-ring-offset-color: rgba(0,0,0,.8);
}

.ring-offset-neutrals-100{
  --tw-ring-offset-color: #293333;
}

.ring-offset-neutrals-00{
  --tw-ring-offset-color: #f2f5f5;
}

.ring-offset-neutrals-grey{
  --tw-ring-offset-color: #b2b2b2;
}

.ring-offset-grey{
  --tw-ring-offset-color: #dee2e6;
}

.ring-offset-light-grey{
  --tw-ring-offset-color: #e6e6e6;
}

.ring-offset-white{
  --tw-ring-offset-color: #fff;
}

.ring-offset-white-transparent{
  --tw-ring-offset-color: rgba(255,255,255,0);
}

.ring-offset-gradient-bw-start{
  --tw-ring-offset-color: rgba(231, 231, 231, 1);
}

.ring-offset-gradient-bw-end{
  --tw-ring-offset-color: rgba(231, 231, 231, 0);
}

.focus-within\:ring-offset-petrol:focus-within{
  --tw-ring-offset-color: #0C5862;
}

.focus-within\:ring-offset-graduation-00:focus-within{
  --tw-ring-offset-color: #ECFCFE;
}

.focus-within\:ring-offset-graduation-25:focus-within{
  --tw-ring-offset-color: #4BE8FA;
}

.focus-within\:ring-offset-graduation-50:focus-within{
  --tw-ring-offset-color: #03A1B2;
}

.focus-within\:ring-offset-graduation-75:focus-within{
  --tw-ring-offset-color: #0C5862;
}

.focus-within\:ring-offset-graduation-100:focus-within{
  --tw-ring-offset-color: #01353B;
}

.focus-within\:ring-offset-purple-dark:focus-within{
  --tw-ring-offset-color: #95236D;
}

.focus-within\:ring-offset-purple:focus-within{
  --tw-ring-offset-color: #7B58AE;
}

.focus-within\:ring-offset-purple-80:focus-within{
  --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
}

.focus-within\:ring-offset-purple-bright:focus-within{
  --tw-ring-offset-color: #832873;
}

.focus-within\:ring-offset-ultramarine:focus-within{
  --tw-ring-offset-color: #3E3689;
}

.focus-within\:ring-offset-accent-red:focus-within{
  --tw-ring-offset-color: #FF7468;
}

.focus-within\:ring-offset-accent-red-toned:focus-within{
  --tw-ring-offset-color: #FF7468;
}

.focus-within\:ring-offset-error-red:focus-within{
  --tw-ring-offset-color: #BE0028;
}

.focus-within\:ring-offset-warning-yellow:focus-within{
  --tw-ring-offset-color: #FFEB3B;
}

.focus-within\:ring-offset-success-green:focus-within{
  --tw-ring-offset-color: #84BD00;
}

.focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-black-80:focus-within{
  --tw-ring-offset-color: rgba(0,0,0,.8);
}

.focus-within\:ring-offset-neutrals-100:focus-within{
  --tw-ring-offset-color: #293333;
}

.focus-within\:ring-offset-neutrals-00:focus-within{
  --tw-ring-offset-color: #f2f5f5;
}

.focus-within\:ring-offset-neutrals-grey:focus-within{
  --tw-ring-offset-color: #b2b2b2;
}

.focus-within\:ring-offset-grey:focus-within{
  --tw-ring-offset-color: #dee2e6;
}

.focus-within\:ring-offset-light-grey:focus-within{
  --tw-ring-offset-color: #e6e6e6;
}

.focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-white-transparent:focus-within{
  --tw-ring-offset-color: rgba(255,255,255,0);
}

.focus-within\:ring-offset-gradient-bw-start:focus-within{
  --tw-ring-offset-color: rgba(231, 231, 231, 1);
}

.focus-within\:ring-offset-gradient-bw-end:focus-within{
  --tw-ring-offset-color: rgba(231, 231, 231, 0);
}

.focus\:ring-offset-petrol:focus{
  --tw-ring-offset-color: #0C5862;
}

.focus\:ring-offset-graduation-00:focus{
  --tw-ring-offset-color: #ECFCFE;
}

.focus\:ring-offset-graduation-25:focus{
  --tw-ring-offset-color: #4BE8FA;
}

.focus\:ring-offset-graduation-50:focus{
  --tw-ring-offset-color: #03A1B2;
}

.focus\:ring-offset-graduation-75:focus{
  --tw-ring-offset-color: #0C5862;
}

.focus\:ring-offset-graduation-100:focus{
  --tw-ring-offset-color: #01353B;
}

.focus\:ring-offset-purple-dark:focus{
  --tw-ring-offset-color: #95236D;
}

.focus\:ring-offset-purple:focus{
  --tw-ring-offset-color: #7B58AE;
}

.focus\:ring-offset-purple-80:focus{
  --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
}

.focus\:ring-offset-purple-bright:focus{
  --tw-ring-offset-color: #832873;
}

.focus\:ring-offset-ultramarine:focus{
  --tw-ring-offset-color: #3E3689;
}

.focus\:ring-offset-accent-red:focus{
  --tw-ring-offset-color: #FF7468;
}

.focus\:ring-offset-accent-red-toned:focus{
  --tw-ring-offset-color: #FF7468;
}

.focus\:ring-offset-error-red:focus{
  --tw-ring-offset-color: #BE0028;
}

.focus\:ring-offset-warning-yellow:focus{
  --tw-ring-offset-color: #FFEB3B;
}

.focus\:ring-offset-success-green:focus{
  --tw-ring-offset-color: #84BD00;
}

.focus\:ring-offset-black:focus{
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-black-80:focus{
  --tw-ring-offset-color: rgba(0,0,0,.8);
}

.focus\:ring-offset-neutrals-100:focus{
  --tw-ring-offset-color: #293333;
}

.focus\:ring-offset-neutrals-00:focus{
  --tw-ring-offset-color: #f2f5f5;
}

.focus\:ring-offset-neutrals-grey:focus{
  --tw-ring-offset-color: #b2b2b2;
}

.focus\:ring-offset-grey:focus{
  --tw-ring-offset-color: #dee2e6;
}

.focus\:ring-offset-light-grey:focus{
  --tw-ring-offset-color: #e6e6e6;
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-white-transparent:focus{
  --tw-ring-offset-color: rgba(255,255,255,0);
}

.focus\:ring-offset-gradient-bw-start:focus{
  --tw-ring-offset-color: rgba(231, 231, 231, 1);
}

.focus\:ring-offset-gradient-bw-end:focus{
  --tw-ring-offset-color: rgba(231, 231, 231, 0);
}

.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);
}

/**
 * generic setup
 */

/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* Added this to pull in our Corporate Design variables */

/* Colors */

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #FFEB3B;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #f2f5f5;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #FFEB3B;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #FFEB3B;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(242, 245, 245, 0.15), rgba(242, 245, 245, 0));
}

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(41, 51, 51, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #FFEB3B;
  text-decoration: underline;
}

a:hover {
  color: #ccbc2f;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #f2f5f5;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

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

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 2rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1420px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f2f5f5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #f2f5f5;
  border-color: #fff59d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}

textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}

textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 2rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 2rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f2f5f5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #fff59d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #f2f5f5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(41, 51, 51, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #fff59d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.25);
}

.form-check-input:checked {
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23f2f5f5' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23f2f5f5'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #FFEB3B;
  border-color: #FFEB3B;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23f2f5f5' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff59d'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f2f5f5'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(255, 235, 59, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(255, 235, 59, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #FFEB3B;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #fff9c4;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #FFEB3B;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #fff9c4;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #f2f5f5;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 2rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #f2f5f5;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 2rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #293333;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-primary:hover {
  color: #293333;
  background-color: #ffee58;
  border-color: #ffed4f;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #293333;
  background-color: #ffee58;
  border-color: #ffed4f;
  box-shadow: 0 0 0 0.25rem rgba(223, 207, 58, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #293333;
  background-color: #ffef62;
  border-color: #ffed4f;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 207, 58, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #293333;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-secondary {
  color: #f2f5f5;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #f2f5f5;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #f2f5f5;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(128, 136, 143, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #f2f5f5;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 136, 143, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #f2f5f5;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #f2f5f5;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #f2f5f5;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #f2f5f5;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(58, 152, 108, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #f2f5f5;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 152, 108, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #f2f5f5;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #293333;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #293333;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #293333;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(17, 179, 212, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #293333;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 179, 212, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #293333;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #293333;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-warning:hover {
  color: #293333;
  background-color: #ffee58;
  border-color: #ffed4f;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #293333;
  background-color: #ffee58;
  border-color: #ffed4f;
  box-shadow: 0 0 0 0.25rem rgba(223, 207, 58, 0.5);
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #293333;
  background-color: #ffef62;
  border-color: #ffed4f;
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 207, 58, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #293333;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-danger {
  color: #f2f5f5;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #f2f5f5;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #f2f5f5;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(223, 82, 95, 0.5);
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #f2f5f5;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 82, 95, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #f2f5f5;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #293333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #293333;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #293333;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(217, 219, 220, 0.5);
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #293333;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 219, 220, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #293333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #f2f5f5;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #f2f5f5;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #f2f5f5;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(64, 68, 72, 0.5);
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #f2f5f5;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(64, 68, 72, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #f2f5f5;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-outline-primary:hover {
  color: #293333;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.5);
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #293333;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #FFEB3B;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #f2f5f5;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #f2f5f5;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #f2f5f5;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #f2f5f5;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #293333;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #293333;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-outline-warning:hover {
  color: #293333;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.5);
}

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #293333;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #FFEB3B;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #f2f5f5;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #f2f5f5;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #293333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #293333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #f2f5f5;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #f2f5f5;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #FFEB3B;
  text-decoration: underline;
}

.btn-link:hover {
  color: #ccbc2f;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #FFEB3B;
}

.link-primary:hover, .link-primary:focus {
  color: #ffef62;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #FFEB3B;
}

.link-warning:hover, .link-warning:focus {
  color: #ffef62;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(41, 51, 51, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(41, 51, 51, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(41, 51, 51, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

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

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

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

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

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

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

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

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

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

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #FFEB3B !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #FFEB3B !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #f2f5f5 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

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

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */

.text-primary {
  color: #FFEB3B !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #FFEB3B !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #f2f5f5 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(41, 51, 51, 0.5) !important;
}

.text-white-50 {
  color: rgba(242, 245, 245, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #FFEB3B !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #FFEB3B !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: white !important;
}

.bg-white {
  background-color: #f2f5f5 !important;
}

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

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

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

.rounded {
  border-radius: 2rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 2rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
}

.rounded-end {
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

.rounded-start {
  border-bottom-left-radius: 2rem !important;
  border-top-left-radius: 2rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.pretty * {
  box-sizing: border-box;
}

.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.pretty .state label:before, .pretty .state label:after {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(0% - (100% - 1em) - 8%);
  background-color: transparent;
}

.pretty .state label:before {
  border-color: #bdc3c7;
}

.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
  display: none;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes tada {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: scale(7);
  }

  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1);
  }

  55% {
    animation-timing-function: ease-in;
    transform: scale(1.5);
  }

  72% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }

  81% {
    animation-timing-function: ease-in;
    transform: scale(1.24);
  }

  89% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }

  95% {
    animation-timing-function: ease-in;
    transform: scale(1.04);
  }

  100% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

@keyframes jelly {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    transform: translateZ(-200px) rotate(-45deg);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) rotate(0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #bdc3c7;
  }

  100% {
    box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
  }
}

.pretty.p-default.p-fill .state label:after {
  transform: scale(1);
}

.pretty.p-default .state label:after {
  transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:before, .pretty.p-default.p-thick .state label:after {
  border-width: 0.1428571429em;
}

.pretty.p-default.p-thick .state label:after {
  transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc(0% - (100% - 1em) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc(0% - (100% - 1em) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
}

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc(0% - (100% - 1em) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  transform: scale(0.8);
}

.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}

.pretty.p-switch input {
  min-width: 2em;
}

.pretty.p-switch .state {
  position: relative;
}

.pretty.p-switch .state:before {
  content: "";
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc(0% - (100% - 1em) - 16%);
  z-index: 0;
  transition: all 0.5s ease;
}

.pretty.p-switch .state label {
  text-indent: 2.5em;
}

.pretty.p-switch .state label:before, .pretty.p-switch .state label:after {
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  transform: scale(0.8);
}

.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}

.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #bdc3c7 !important;
  top: calc(50% - 0.1em);
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}

.pretty.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0px 0px 3px 0px rgb(189, 195, 199);
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
  display: block;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}

.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}

.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
  content: none;
}

.pretty.p-plain.p-plain .icon {
  transform: scale(1.1);
}

.pretty.p-round .state label:before, .pretty.p-round .state label:after {
  border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
  transform: scale(0.8);
}

.pretty.p-curve .state label:before, .pretty.p-curve .state label:after {
  border-radius: 20%;
}

.pretty.p-smooth label:before,
.pretty.p-smooth label:after,
.pretty.p-smooth .icon,
.pretty.p-smooth .svg {
  transition: all 0.5s ease;
}

.pretty.p-smooth input:checked + .state label:after {
  transition: all 0.3s ease;
}

.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-default input:checked + .state label:after {
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: "";
  transform: scale(0);
  transition: all 0.5s ease;
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:before,
.pretty.p-tada:not(.p-default) input:checked + .state label:after {
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after {
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after {
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  animation: pulse 1s;
}

.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}

.pretty input[disabled] ~ * {
  opacity: 0.5;
}

.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}

.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}

.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}

.pretty.p-bigger label:before,
.pretty.p-bigger label:after,
.pretty.p-bigger .icon,
.pretty.p-bigger .svg,
.pretty.p-bigger .img {
  font-size: 1.2em !important;
  top: calc(0% - (100% - 1em) - 35%) !important;
}

.pretty.p-bigger label {
  text-indent: 1.7em;
}

@media print {
  .pretty .state:before,
  .pretty .state label:before,
  .pretty .state label:after,
  .pretty .state .icon {
    /* stylelint-disable */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/**
 * Observatorium
 */

.bg-white {
  background-color: #f2f5f5;
}

.bg-petrol-light {
  background-color: #03a1b2;
}

.bg-petrol {
  background-color: #0c5862;
}

.bg-petrol-dark {
  background-color: #01353b;
}

.bg-anthracite {
  background-color: #293333;
}

.bg-grey-overlay {
  background-color: #3b4a4a;
}

.bg-light-grey {
  background-color: #4b5e5e;
}

.bg-yellow {
  background-color: #FFEB3B;
}

table > thead > tr > th {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 11;
}

.imprint a {
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
  color: #0c5862;
}

.imprint strong {
  display: block;
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
  color: #0c5862;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.125rem;
  border-radius: 2rem;
  min-height: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.twitter-tweet {
  margin: 2rem auto;
}

.btn-primary {
  color: #293333;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.btn-primary:hover {
  color: #293333;
  background-color: #ccbc2f;
  border-color: #ccbc2f;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #293333;
  background-color: #ccbc2f;
  border-color: #ccbc2f;
  box-shadow: 0 0 0 0.25rem rgba(223, 207, 58, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #293333;
  background-color: #ccbc2f;
  border-color: #ccbc2f;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 207, 58, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #293333;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

@font-face {
  font-family: "kavivanarregular";

  src: url("../fonts/kavivanar-regular-webfont.woff2?v=2") format("woff2"), url("../fonts/kavivanar-regular-webfont.woff?v=2") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "alkatraregular";

  src: url("../fonts/alkatra-variablefont_wght-webfont.woff2?v=2") format("woff2"), url("../fonts/alkatra-variablefont_wght-webfont.woff?v=2") format("woff");

  font-weight: normal;

  font-style: normal;
}

html {
  font-size: 16px;
}

body {
  font-size: 20px;
}

body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

b, strong, .b, .strong {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

i, .italic {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.black, h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1, .h1, h2, .h2 {
  color: #a2f1fa;
}

@media (max-width: 767.98px) {
  p {
    font-size: 1rem;
  }
}

.text-white {
  color: #f2f5f5;
}

.text-petrol {
  color: #0c5862;
}

.text-black {
  color: black;
}

header {
  background-color: #0c5862;
  box-shadow: 0 0 10px 5px rgba(1, 1, 1, 0.25);
  display: inline-block;
  width: 100%;
  z-index: 100;
  position: relative;
}

header .row {
  min-height: 4.25rem;
}

header #logo {
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: -0.1rem;
}

header #logo span {
  font-weight: 900;
  letter-spacing: 0.06rem;
  margin-right: 0.15rem;
}

@media (max-width: 575.98px) {
  header #logo {
    font-size: 1.5rem;
  }
}

#header-block,
.header-block {
  width: 100%;
  min-height: 30rem;
  background-size: cover;
  background-position: center;
}

#header-block-overlay,
.header-block-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
}

#header-block-text,
.header-block-text {
  text-align: center;
  color: #f2f5f5;
  font-size: 3.25rem;
  font-weight: bold;
  position: relative;
  line-height: 1.15;
}

#header-block-text.strike:before,
.header-block-text.strike:before {
  content: "";
  width: 116%;
  background-color: #f2f5f5;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  margin-left: -8%;
}

#header-block-text.solo-strike:before,
.header-block-text.solo-strike:before {
  content: "";
  width: 116%;
  background-color: #f2f5f5;
  height: 1px;
  position: absolute;
  top: calc(100% - 1px);
  margin-left: -8%;
}

@media (max-width: 575.98px) {
  #header-block-text,
  .header-block-text {
    font-size: 2rem;
  }
}

@media (max-width: 1199.98px) {
  #header-block,
  .header-block {
    min-height: 20rem;
  }
}

@media (max-width: 767.98px) {
  #header-block,
  .header-block {
    min-height: 15rem;
  }
}

@media (max-width: 575.98px) {
  #header-block,
  .header-block {
    min-height: 10rem;
  }
}

.footer {
  color: #f2f5f5;
}

.footer .logo {
  background-image: url("../img/projektlogo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  width: 210px;
  height: 132px;
}

.footer .dsee {
  background-image: url("../img/dsee.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 200px;
  height: 88px;
}

.footer .effs {
  aspect-ratio: 1/1;
  background-image: url("../img/es_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 200px;
  height: 100%;
}

.footer .pollination {
  aspect-ratio: 1/1;
  background-image: url("../img/pollination.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  height: 100%;
  width: 200px;
}

.footer .dpl {
  aspect-ratio: 1/1;
  background-image: url("../img/dpl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 200px;
  height: 100%;
}

.pagenumber {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #FFEB3B;
  border: 1px solid #FFEB3B;
  margin: 1rem 0.25rem;
  color: black;
  text-decoration: none;
}

.pagenumber:hover {
  color: black;
  background-color: #ccbc2f;
}

.pagenumber.active {
  background-color: transparent;
  border: 1px solid #ccbc2f;
  color: #ccbc2f;
}

.category-icon {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
}

@media (max-width: 767.98px) {
  .category-icon {
    width: 3rem;
    height: 3rem;
  }
}

.category-icon-1 {
  background-image: url("../img/nutztiere.svg");
}

.category-icon-2 {
  background-image: url("../img/fischerei.svg");
}

.category-icon-3 {
  background-image: url("../img/tierversuche.svg");
}

.category-icon-4 {
  background-image: url("../img/tierrecht.svg");
}

.category-icon-5 {
  background-image: url("../img/jagd.svg");
}

.category-icon-6 {
  background-image: url("../img/heimtiere.svg");
}

.category-icon-7 {
  background-image: url("../img/unterhaltung.svg");
}

.category-icon-8 {
  background-image: url("../img/nahrungsmittel.svg");
}

.card-container .card {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-color: #F2F5F5;
}

.card-container .card img {
  top: 0;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.card-container .card-details {
  bottom: 0;
  min-height: 20%;
  background-color: #F2F5F5;
  width: 100%;
  position: absolute;
}

.card-container .card.next-page {
  background-color: #FFEB3B;
  color: #293333;
  border: 3px solid #FFEB3B;
}

.card-container .card.next-page .next-page-icon {
  border-radius: 50%;
  border: 5px solid #293333;
  position: absolute;
  top: 15%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 1rem;
}

.card-container .card.next-page .next-page-icon svg path {
  fill: #293333;
}

.card-container .card.next-page .card-details {
  background-color: unset;
  border: none;
}

.card-container .card.next-page .card-details svg {
  position: absolute;
  right: 2%;
  top: 20%;
  bottom: 0;
  height: 60%;
}

.card-container .card.next-page .card-details svg path {
  stroke: #293333;
}

.card-container a {
  color: #293333;
}

.circle {
  border-radius: 50%;
  background-color: #878787;
  padding-bottom: 14%;
  width: 14%;
  right: 3%;
  position: absolute;
}

@media (max-width: 767.98px) {
  .circle {
    padding-bottom: 16%;
    width: 16%;
    right: 2%;
  }
}

.circle.rating-neutral {
  background-color: #4b5e5e;
}

.circle.rating-10 {
  background-color: #4FBD53;
}

.circle.rating-7 {
  background-color: #D1D421;
}

.circle.rating-3 {
  background-color: #ED7E2C;
}

.circle.rating-0 {
  background-color: #D64337;
}

.subcategory .circle {
  position: initial;
  width: 2rem;
  height: 2rem;
  padding: 0;
  right: initial;
}

.filter {
  color: #a2f1fa;
}

.filter form {
  row-gap: 0.25rem;
}

.filter b {
  display: block;
  margin-bottom: 0.5rem;
}

.filter input[type=text] {
  height: 64px;
  margin-bottom: 0;
}

.filter .text-filter-clear {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  color: #0c5862;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.filter .text-filter-clear:hover {
  padding: 4px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: rgba(12, 88, 98, 0.2);
}

.filter .parties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.filter .parties .party {
  display: flex;
}

@media (max-width: 991.98px) {
  .filter .parties .party {
    float: left;
    margin-top: 0.5rem;
  }

  .filter .parties .party:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.filter .parties .party input[type=radio] {
  visibility: hidden;
  display: none;
  width: 0px;
}

.filter .parties .party input[type=radio]:checked + label {
  background-color: rgba(162, 241, 250, 0.4);
}

.filter .parties .party .button--party {
  padding: 1rem;
  border: 1px solid #a2f1fa;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter .parties .party .button--party:hover {
  background-color: rgba(162, 241, 250, 0.1);
}

@media (max-width: 991.98px) {
  .filter .parties .party .button--party {
    padding: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .filter .parties {
    display: block;
  }
}

.filter .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.filter .categories .category {
  display: flex;
}

@media (max-width: 991.98px) {
  .filter .categories .category {
    float: left;
    margin-top: 0.5rem;
  }

  .filter .categories .category:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.filter .categories .category input[type=radio] {
  visibility: hidden;
  display: none;
  width: 0px;
}

.filter .categories .category input[type=radio]:checked + label {
  background-color: rgba(162, 241, 250, 0.4);
}

.filter .categories .category .button--category {
  padding: 1rem;
  border: 1px solid #a2f1fa;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter .categories .category .button--category:hover {
  background-color: rgba(162, 241, 250, 0.1);
}

@media (max-width: 991.98px) {
  .filter .categories .category .button--category {
    padding: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .filter .categories {
    display: block;
  }
}

.filter .orientations {
  line-height: 1rem;
}

.filter .orientations .orientation:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 991.98px) {
  .filter .orientations .orientation:not(:last-child) {
    margin-right: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .filter .orientations .orientation {
    margin-top: 0.5rem;
  }

  .filter .orientations .orientation:not(:last-child) {
    margin-right: 0;
  }
}

.filter .orientations .orientation input[type=radio] {
  visibility: hidden;
  display: none;
  width: 0px;
}

.filter .orientations .orientation input[type=radio]:checked + label {
  border: 1px solid #a2f1fa;
}

.filter .orientations .orientation input[type=radio]:checked + label.button--orientation-0 {
  background-color: rgba(162, 241, 250, 0.4);
}

.filter .orientations .orientation input[type=radio]:checked + label.button--orientation-1 {
  background-color: #3b9e3f;
}

.filter .orientations .orientation input[type=radio]:checked + label.button--orientation-2 {
  background-color: #a5a81a;
}

.filter .orientations .orientation input[type=radio]:checked + label.button--orientation-3 {
  background-color: #d46412;
}

.filter .orientations .orientation input[type=radio]:checked + label.button--orientation-4 {
  background-color: #b53025;
}

.filter .orientations .orientation .button--orientation {
  padding: 1rem 0.4em;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  color: white;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .filter .orientations .orientation .button--orientation {
    padding: 0.5rem 0.2rem;
    height: 48px;
  }
}

.filter .orientations .orientation .button--orientation-0 {
  color: #a2f1fa;
  border: 1px solid #a2f1fa;
}

.filter .orientations .orientation .button--orientation-0:hover {
  background-color: rgba(162, 241, 250, 0.1);
}

.filter .orientations .orientation .button--orientation-1 {
  background-color: #4FBD53;
  border: 1px solid #4FBD53;
}

.filter .orientations .orientation .button--orientation-1:hover {
  background-color: #3b9e3f;
}

.filter .orientations .orientation .button--orientation-2 {
  background-color: #D1D421;
  border: 1px solid #D1D421;
}

.filter .orientations .orientation .button--orientation-2:hover {
  background-color: #a5a81a;
}

.filter .orientations .orientation .button--orientation-3 {
  background-color: #ED7E2C;
  border: 1px solid #ED7E2C;
}

.filter .orientations .orientation .button--orientation-3:hover {
  background-color: #d46412;
}

.filter .orientations .orientation .button--orientation-4 {
  background-color: #D64337;
  border: 1px solid #D64337;
}

.filter .orientations .orientation .button--orientation-4:hover {
  background-color: #b53025;
}

input[type=email], input[type=search], input[type=text], select, input[type=number] {
  border-radius: 0.5rem;
  border: none;
  max-width: 100%;
  width: 100%;
  padding: 0.2rem 1rem;
  min-height: 3.25rem;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #293333;
  border: 4px solid transparent;
}

input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=text]::-moz-placeholder, select::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #bbbbbb;
}

input[type=email]::placeholder, input[type=search]::placeholder, input[type=text]::placeholder, select::placeholder, input[type=number]::placeholder {
  color: #bbbbbb;
}

select {
  border: 1px solid #4b5e5e;
}

input[type=text]:focus, input[type=number]:focus {
  border: 4px solid #FFEB3B !important;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill::first-line {
  border: 4px solid #fff5a1;
  -webkit-text-fill-color: #293333;
  font-size: 1.25rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

input[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media (min-width: 768px) {
  input[type=submit] {
    min-width: 16rem;
  }
}

.pretty {
  white-space: normal;
}

.pretty .state {
  font-size: 1rem;
  color: #4b5e5e;
  line-height: 1.2rem;
  text-indent: 2rem;
  font-style: italic;
}

.pretty .state label {
  text-indent: 0;
  max-width: 90%;
}

.pretty .state label:before, .pretty .state label:after {
  top: 0;
}

.standard-icon {
  width: 9.5rem;
  height: 9.5rem;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid white;
  border-radius: 50%;
}

.standard-icon#surveys {
  background-image: url("../img/surveys.svg");
}

.standard-icon#politicians {
  background-image: url("../img/politicians.svg");
}

.standard-icon#parties {
  background-image: url("../img/parties.svg");
  background-position: 24px;
}

@media (max-width: 991.98px) {
  .standard-icon#parties {
    background-position: 18px;
  }
}

.standard-icon#activities {
  background-image: url("../img/activities.svg");
}

@media (max-width: 991.98px) {
  .standard-icon {
    width: 8rem;
    height: 8rem;
    background-size: 60%;
  }
}

@media (max-width: 575.98px) {
  .standard-icon {
    width: 5rem;
    height: 5rem;
    border: 2px solid white;
  }
}

#burger {
  width: 35px;
  height: 35px;
  display: none;
  background-image: url("../img/burger.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 2%;
  top: calc(50% - 17px);
  position: absolute;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  #burger {
    display: inline;
  }
}

#menu {
  display: none;
  background-color: #0c5862;
  z-index: 5000;
}

#menu.active {
  display: block;
}

#menu a {
  font-size: 1.25rem;
  text-decoration: none;
  color: #f2f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 1rem;
  transition: background-color 0.5s ease;
}

#menu a:hover {
  background-color: #01353b;
  color: #FFEB3B;
}

@media (max-width: 991.98px) {
  #menu {
    min-height: calc(100% - 65px);
    position: absolute;
    width: 100%;
    top: 67px;
    max-width: 300px;
    right: 0px;
  }

  #menu a {
    padding: 0.5rem 1rem;
    justify-content: right;
  }
}

@media (min-width: 992px) {
  #menu {
    display: flex;
  }
}

@media (max-width: 575.98px) {
  #menu {
    top: 48px;
  }
}

nav[role=navigation] svg {
  width: 20px;
}

#logo svg {
  height: 60px;
  width: 150px;
}

#logo:hover svg .cls-2 {
  fill: #FFEB3B;
}

.paperplane {
  z-index: 0;
}

.paperplane:before {
  background-image: url("../img/paperplane.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  background-size: 100%;
  width: 20rem;
  height: 20rem;
  position: absolute;
  margin-left: -15%;
  margin-top: -2.5%;
  max-width: 100%;
}

.newsletter {
  max-width: 30rem;
  z-index: 50;
  position: relative;
}

.activity_politician-image-container .symbol {
  width: 15%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  z-index: 20;
  cursor: pointer;
}

.activity_politician-image-container .copyrights {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  align-items: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.activity_politician-image-container .copyrights.show {
  display: flex;
}

.activity_politician-image-container .copyrights .text {
  font-size: 0.75rem;
  line-height: 0.75rem;
  width: 95%;
  padding-left: 15%;
}

.activity_politician-image-container .copyrights .text a {
  color: #f2f5f5;
}

.politician_image-container {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.politician_image-container .party_image {
  width: 35%;
  height: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.politician_image-container .politician_image {
  width: 100%;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  position: absolute;
  background-position: center;
  transition: background ease-in 0.2s, transform ease-in 0.2s;
  background-size: cover;
}

.politician_image-container .symbol {
  width: 15%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  z-index: 20;
  cursor: pointer;
}

.politician_image-container .copyrights {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  align-items: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.politician_image-container .copyrights.show {
  display: flex;
}

.politician_image-container .copyrights .text {
  font-size: 0.75rem;
  line-height: 0.75rem;
  width: 95%;
  padding-left: 15%;
}

.politician_image-container .copyrights .text a {
  color: #f2f5f5;
}

.pol-rating {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.presentation .standard-icon {
  float: left;
}

@media (max-width: 1199.98px) {
  .presentation .standard-icon {
    float: left;
    width: 100%;
    height: 0;
    position: relative;
    background-size: 60%;
    padding-bottom: 100%;
    box-sizing: content-box;
  }
}

.header-bar.rating-10 {
  background-color: #4FBD53;
}

.header-bar.rating-7 {
  background-color: #D1D421;
}

.header-bar.rating-3 {
  background-color: #ED7E2C;
}

.header-bar.rating-0 {
  background-color: #D64337;
}

.header-bar .act-now {
  background-color: rgba(255, 255, 255, 0.4);
  color: #0c5862;
  font-weight: bold;
  min-height: 50px;
}

.header-bar .act-now svg {
  margin-left: 1rem;
}

@media (max-width: 575.98px) {
  .header-bar .act-now svg {
    margin-left: 0.5rem;
  }
}

.header-bar .info-box {
  color: #f2f5f5;
}

.header-bar .info-box .category {
  border-right: 1px solid #f2f5f5;
  line-height: 1rem;
  max-width: 12rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .header-bar .info-box .category {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .header-bar .info-box .category {
    font-size: 0.8rem;
  }
}

.header-bar .info-box .rating-box .rating {
  font-size: 4rem;
  line-height: 2.8rem;
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  .header-bar .info-box .rating-box .rating {
    font-size: 3.5rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .header-bar .info-box .rating-box .rating {
    font-size: 3rem;
    line-height: 2rem;
  }
}

@media (max-width: 575.98px) {
  .header-bar .info-box .rating-box .rating {
    font-size: 2rem;
    line-height: 1.5rem;
  }
}

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

.details.rating-neutral {
  background-color: rgba(255, 255, 255, 0.4);
}

.details.rating-10 {
  background-color: #4FBD53;
}

.details.rating-7 {
  background-color: #D1D421;
}

.details.rating-3 {
  background-color: #ED7E2C;
}

.details.rating-0 {
  background-color: #D64337;
}

.sitzkreis-wrapper .sitzkreis {
  /*max-width:40rem;*/
}

.sitzkreis-wrapper .sitzkreis #fdp {
  cursor: pointer;
}

.sitzkreis-wrapper .sitzkreis #fdp #fdp-background {
  transition: fill 0.2s ease-in;
  fill: #F2F5F5;
  cursor: pointer;
}

.sitzkreis-wrapper .sitzkreis #fdp:hover #fdp-background {
  fill: #4b5e5e;
}

.sitzkreis-wrapper .sitzkreis #ssw:hover {
  /*transform: scale(1.1) translate(-5%,0);*/
  stroke: #646464;
  stroke-width: 1px;
  stroke-dasharray: 2, 2;
  stroke-linejoin: round;
}

.sitzkreis-wrapper .sitzkreis svg {
  width: 100%;
}

.socialmedia .line-me {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #a2f1fa;
}

@media (max-width: 767.98px) {
  .socialmedia .line-me {
    margin-top: 0;
  }
}

.socialmedia a {
  text-decoration: none !important;
}

@media (max-width: 767.98px) {
  .socialmedia a {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .socialmedia svg {
    width: 75%;
  }
}

.activity {
  background-color: #F2F5F5;
  width: 100%;
  text-decoration: none;
  margin: 0.5rem 0;
  transition: transform ease-in 0.2s, background ease-in 0.2s;
}

.activity:hover {
  transform: scale(1.02);
  background-color: #dee2e2;
}

.activity:hover .politician_image {
  background-size: 105%;
}

.activity.rating-10 {
  border-bottom: 10px solid #4FBD53;
}

.activity.rating-10 .plus {
  background-color: #4FBD53;
}

.activity.rating-7 {
  border-bottom: 10px solid #D1D421;
}

.activity.rating-7 .plus {
  background-color: #D1D421;
}

.activity.rating-3 {
  border-bottom: 10px solid #ED7E2C;
}

.activity.rating-3 .plus {
  background-color: #ED7E2C;
}

.activity.rating-0 {
  border-bottom: 10px solid #D64337;
}

.activity.rating-0 .plus {
  background-color: #D64337;
}

.activity .date-class {
  color: #0c5862;
}

.activity .title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  color: #293333;
  margin: 2rem 0rem;
}

@media (max-width: 767.98px) {
  .activity .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .activity .title {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.activity .politician_image {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  position: relative;
  background-position: center;
  background-color: #F2F5F5;
  transition: background ease-in 0.2s;
}

.activity .politician_image .party_image {
  width: 35%;
  height: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.activity .politician_image-left {
  float: left;
}

.activity .politician_image-right {
  float: right;
}

.activity .politician_image-50 {
  width: 50%;
  padding-bottom: 50%;
}

.activity .politician_image-33 {
  width: 33.33%;
  padding-bottom: 33.33%;
}

.activity .politician_name {
  padding: 1rem 1rem 0.6rem;
  text-decoration: none;
  color: #f2f5f5;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .activity .politician_name {
    font-size: 1rem;
    line-height: 1rem;
    padding: 1rem 0.5rem 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .activity .politician_name {
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding: 0.5rem 0.25rem 0.25rem;
  }
}

.activity .arrow {
  background-color: #dee2e2;
  overflow: hidden;
}

.activity .arrow svg #path2 {
  stroke: #4b5e5e;
}

@media (max-width: 575.98px) {
  .activity .arrow svg {
    max-width: 18px;
  }
}

.activity-single .rating-box {
  border-right: 1px solid #f2f5f5;
}

.activity-single .politician_image {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  position: relative;
  background-position: center;
  background-color: #F2F5F5;
  transition: background ease-in 0.2s;
}

.activity-single .politician_image .party_image {
  width: 35%;
  height: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.activity-single .politician_image-left {
  float: left;
}

.activity-single .politician_image-right {
  float: right;
}

.activity-single .politician_image-50 {
  width: 50%;
  padding-bottom: 50%;
}

.activity-single .politician_image-33 {
  width: 33.33%;
  padding-bottom: 33.33%;
}

.activity-single .politician_name {
  padding: 1rem 1rem 0.6rem;
  text-decoration: none;
  color: #293333;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .activity-single .politician_name {
    font-size: 1rem;
    line-height: 1rem;
    padding: 1rem 0.5rem 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .activity-single .politician_name {
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding: 0.5rem 0.25rem 0.25rem;
  }
}

.activity-single .details {
  background-color: #F2F5F5;
  text-decoration: none;
  transition: background ease-in 0.2s;
}

.activity-single .details:hover {
  background-color: #dee2e2;
}

.activity-single .details-text {
  background-color: #F2F5F5;
}

.activity-single .details-text h1, .activity-single .details-text .h1 {
  color: #293333;
  line-height: 2rem;
  padding: 1rem 0 0.5rem;
}

.activity-single .details-text.schlecht h1, .activity-single .details-text.schlecht .h1, .activity-single .details-text.schlecht h2, .activity-single .details-text.schlecht .h2, .activity-single .details-text.schlecht h3, .activity-single .details-text.schlecht .h3, .activity-single .details-text.schlecht h4, .activity-single .details-text.schlecht .h4, .activity-single .details-text.schlecht h5, .activity-single .details-text.schlecht .h5, .activity-single .details-text.schlecht h6, .activity-single .details-text.schlecht .h6, .activity-single .details-text.schlecht a {
  color: #D64337;
}

.activity-single .details-text.eher-schlecht h1, .activity-single .details-text.eher-schlecht .h1, .activity-single .details-text.eher-schlecht h2, .activity-single .details-text.eher-schlecht .h2, .activity-single .details-text.eher-schlecht h3, .activity-single .details-text.eher-schlecht .h3, .activity-single .details-text.eher-schlecht h4, .activity-single .details-text.eher-schlecht .h4, .activity-single .details-text.eher-schlecht h5, .activity-single .details-text.eher-schlecht .h5, .activity-single .details-text.eher-schlecht h6, .activity-single .details-text.eher-schlecht .h6, .activity-single .details-text.eher-schlecht a {
  color: #ED7E2C;
}

.activity-single .details-text.eher-gut h1, .activity-single .details-text.eher-gut .h1, .activity-single .details-text.eher-gut h2, .activity-single .details-text.eher-gut .h2, .activity-single .details-text.eher-gut h3, .activity-single .details-text.eher-gut .h3, .activity-single .details-text.eher-gut h4, .activity-single .details-text.eher-gut .h4, .activity-single .details-text.eher-gut h5, .activity-single .details-text.eher-gut .h5, .activity-single .details-text.eher-gut h6, .activity-single .details-text.eher-gut .h6, .activity-single .details-text.eher-gut a {
  color: #D1D421;
}

.activity-single .details-text.gut h1, .activity-single .details-text.gut .h1, .activity-single .details-text.gut h2, .activity-single .details-text.gut .h2, .activity-single .details-text.gut h3, .activity-single .details-text.gut .h3, .activity-single .details-text.gut h4, .activity-single .details-text.gut .h4, .activity-single .details-text.gut h5, .activity-single .details-text.gut .h5, .activity-single .details-text.gut h6, .activity-single .details-text.gut .h6, .activity-single .details-text.gut a {
  color: #4FBD53;
}

@media (max-width: 767.98px) {
  .activity-single .addititional-details {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .activity-single .addititional-details {
    font-size: 0.8rem;
  }
}

.participants {
  margin-top: 20px;
  row-gap: 1.5rem;
}

.activity-participant .info {
  flex-basis: 33.3333333333%;
}

.activity-participant .info a {
  position: relative;
}

.activity-participant .action {
  flex-basis: 66.6666666667%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.activity-participant .action a {
  text-decoration: none;
}

.activity-participant .politician_image {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-color: #F2F5F5;
  transition: background ease-in 0.2s;
  display: block;
  padding-bottom: 0;
}

.activity-participant .party_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
}

.rating-explanation table td {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .rating-explanation table td {
    white-space: normal;
  }
}

.rating-explanation table td a {
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
  color: #0c5862;
}

.card-container .card {
  border: 1px solid #b8c9c9;
  overflow: hidden;
  transition: transform ease-in 0.2s;
}

.card-container .card img, .card-container .card .scaler {
  transition: transform ease-in 0.2s;
  /*border: 1px solid darken($light-grey, 25%);*/
}

.card-container .card-details {
  border-top: 1px solid #e4eaea;
  font-weight: bold;
  font-size: 1.75rem;
}

@media (max-width: 1199.98px) {
  .card-container .card-details {
    font-size: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .card-container .card-details {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .card-container .card-details {
    font-size: 1.125rem;
  }
}

.card-container .card:hover {
  transform: scale(1.04);
}

.card-container .card:hover img, .card-container .card:hover .scaler {
  transform: scale(1.075);
}

.card-politicians .circle {
  position: absolute;
  z-index: 1000;
  left: 2%;
  top: 2%;
}

.card-politicians .card-details {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
}

.card-politicians .card-details i {
  font-weight: normal;
}

.card-parties .circle {
  right: auto;
  left: 3%;
}

.card-parties .card-details {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
}

.card-parties .card-details i {
  font-weight: normal;
}

.politician-container.rating-neutral {
  background-color: #4b5e5e;
}

.politician-container.rating-10 {
  background-color: #4FBD53;
}

.politician-container.rating-7 {
  background-color: #D1D421;
}

.politician-container.rating-3 {
  background-color: #ED7E2C;
}

.politician-container.rating-0 {
  background-color: #D64337;
}

.politician-container .info-box {
  font-weight: bold;
  color: #f2f5f5;
  font-size: 2rem;
  line-height: 2rem;
}

@media (max-width: 1199.98px) {
  .politician-container .info-box {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .politician-container .info-box {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

.politician-container .info-box .rating {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

@media (max-width: 991.98px) {
  .politician-container .info-box .rating {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media (max-width: 575.98px) {
  .politician-container .info-box .rating {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.politician-rating-container .subcategory {
  background-color: #01353b;
  color: #f2f5f5;
  font-weight: bold;
}

.politician-rating-container .subcategory-text {
  min-height: 3rem;
  line-height: 1.25rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 1399.98px) {
  .politician-rating-container .subcategory-text {
    font-size: 1rem;
  }
}

@media (max-width: 991.98px) {
  .politician-rating-container .subcategory-text {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .politician-rating-container .subcategory-text {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .politician-rating-container .subcategory-text {
    font-size: 1.25rem;
  }
}

.politician-rating-container .subcategory-rating {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .politician-rating-container .subcategory .category-icon {
    width: 3rem;
    height: 3rem;
  }
}

@media (max-width: 991.98px) {
  .politician-rating-container .subcategory .category-icon {
    width: 5rem;
    height: 5rem;
  }
}

@media (max-width: 767.98px) {
  .politician-rating-container .subcategory .category-icon {
    width: 3rem;
    height: 3rem;
  }
}

@media (max-width: 575.98px) {
  .politician-rating-container .subcategory .category-icon {
    width: 5rem;
    height: 5rem;
  }
}

.activity-container.politician button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #ccc;
  color: #fff;
  display: inline-flex;
  margin-right: 5px;
  padding: 10px 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.15s ease-in-out;
}

.activity-container.politician button:hover {
  background: rgba(12, 88, 98, 0.8);
}

.activity-container.politician button svg {
  height: 100%;
  width: auto;
}

.activity-container.politician button svg,
.activity-container.politician button svg path {
  color: #fff;
  stroke: currentColor;
}

.activity-container.politician button.active {
  background: #0c5862;
}

.activity-container.politician > div {
  display: none;
}

.activity-container.politician > div.active {
  display: block;
}

.video-wrap {
  width: 100%;
  top: 65px;
}

.video-wrap video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100dvh - 68px);
}

#hot-topic h1, #hot-topic .h1 {
  max-width: 40rem;
  margin: 0 auto;
}

.pledge-form {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  --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));
  --tw-translate-y: -100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  top: 0;
}

.pledge-form label {
  text-align: left;
}

.pledge-form .pretty .state {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  color: #f2f5f5;
  color: #f2f5f5;
}

@media (min-width: 640px) {
  .pledge-form > div {
    flex-basis: 50%;
  }
}

.show-form .pledge-form {
  pointer-events: auto;
  --tw-translate-y: 0;
  z-index: 200;
}

.confirmation {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  --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));
  --tw-translate-y: -100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  top: 0;
}

.show-confirmation .confirmation {
  pointer-events: auto;
  --tw-translate-y: 0;
  z-index: 201;
}

#overview .card,
.overview .card {
  padding: 1rem 1rem 6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #f2f5f5;
  position: relative;
  transition: transform ease-in 0.2s, background ease-in 0.1s, box-shadow ease-in 0.2s;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

#overview .card span,
.overview .card span {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}

@media (max-width: 991.98px) {
  #overview .card,
  .overview .card {
    padding-right: 6rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  #overview .card span,
  .overview .card span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 767.98px) {
  #overview .card,
  .overview .card {
    padding-right: 6rem;
    font-size: 1.25rem;
    line-height: 1.4rem;
  }

  #overview .card span,
  .overview .card span {
    font-size: 1.35rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  #overview .card,
  .overview .card {
    padding-right: 4rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  #overview .card span,
  .overview .card span {
    font-size: 1.125rem;
    line-height: 1.35rem;
  }
}

#overview .card .standard-icon,
.overview .card .standard-icon {
  background-color: #3b4a4a;
  margin: 0 auto 1.5rem;
}

@media (max-width: 419px) {
  #overview .card .standard-icon,
  .overview .card .standard-icon {
    display: none;
  }
}

#overview .card span,
.overview .card span {
  display: block;
  color: #FFEB3B;
  font-weight: bold;
}

#overview .card:after,
.overview .card:after {
  background-image: url("../img/arrow.svg");
  background-color: #4b5e5e;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 4rem;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height ease-in 0.2s;
}

@media (max-width: 991.98px) {
  #overview .card:after,
  .overview .card:after {
    width: 4rem;
    height: 100%;
    right: 0;
    left: auto;
    background-image: url("../img/arrow-right.svg");
    background-size: 40%;
  }
}

@media (max-width: 767.98px) {
  #overview .card:after,
  .overview .card:after {
    width: 3rem;
  }
}

#overview .card:hover,
.overview .card:hover {
  transform: scale(1.025);
  background: #4b5e5e;
  z-index: 100;
  box-shadow: 0 0 15px 15px rgba(1, 1, 1, 0.1);
}

#erklaerhandbuch {
  font-size: 16px;
}

#erklaerhandbuch h2, #erklaerhandbuch .h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#erklaerhandbuch .chapter {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 20px;
}

#erklaerhandbuch .chapter.small, #erklaerhandbuch .chapter.smaller {
  font-size: 18px;
}

#erklaerhandbuch .chapter.very-small {
  font-size: 16px;
}

#erklaerhandbuch details summary .chapter {
  display: inline;
}

#erklaerhandbuch table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  padding: 1rem;
  border: 1px solid #dee2e6;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

#erklaerhandbuch table td, #erklaerhandbuch table th{
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  padding: 0.5rem;
  padding: 0.25rem;
}

#erklaerhandbuch table td,
#erklaerhandbuch table th{
  vertical-align: top;
}

#erklaerhandbuch ul {
  margin-bottom: 0;
  list-style-type: disc;
  margin-bottom: 0;
}

#erklaerhandbuch .sources a {
  display: block;
  --tw-text-opacity: 1;
  color: rgba(12, 88, 98, var(--tw-text-opacity));
  color: #0c5862;
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

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

  @media (min-width: 1440px){
    .sm\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1920px){
    .sm\:container{
      max-width: 1920px;
    }
  }

  .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: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-1{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-2{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-3{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-4{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

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

  .sm\:inset-6{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

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

  .sm\:inset-8{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:inset-9{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .sm\:inset-10{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 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-13{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .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.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

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

  .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\.375{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

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

  .sm\:inset-1\.25{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:-inset-1{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-2{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:-inset-3{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

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

  .sm\:-inset-6{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

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

  .sm\:-inset-8{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:-inset-9{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .sm\:-inset-10{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -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-13{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .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.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

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

  .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\.375{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

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

  .sm\:-inset-1\.25{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .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: 0;
    right: 0;
  }

  .sm\:inset-x-1{
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:inset-x-2{
    left: 1rem;
    right: 1rem;
  }

  .sm\:inset-x-3{
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm\:inset-x-4{
    left: 2rem;
    right: 2rem;
  }

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

  .sm\:inset-x-6{
    left: 3rem;
    right: 3rem;
  }

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

  .sm\:inset-x-8{
    left: 4rem;
    right: 4rem;
  }

  .sm\:inset-x-9{
    left: 4.5rem;
    right: 4.5rem;
  }

  .sm\:inset-x-10{
    left: 5rem;
    right: 5rem;
  }

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

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

  .sm\:inset-x-13{
    left: 6.5rem;
    right: 6.5rem;
  }

  .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.25rem;
    right: 0.25rem;
  }

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

  .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\.375{
    left: 0.375rem;
    right: 0.375rem;
  }

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

  .sm\:inset-x-1\.25{
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm\:-inset-x-1{
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm\:-inset-x-2{
    left: -1rem;
    right: -1rem;
  }

  .sm\:-inset-x-3{
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:-inset-x-4{
    left: -2rem;
    right: -2rem;
  }

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

  .sm\:-inset-x-6{
    left: -3rem;
    right: -3rem;
  }

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

  .sm\:-inset-x-8{
    left: -4rem;
    right: -4rem;
  }

  .sm\:-inset-x-9{
    left: -4.5rem;
    right: -4.5rem;
  }

  .sm\:-inset-x-10{
    left: -5rem;
    right: -5rem;
  }

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

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

  .sm\:-inset-x-13{
    left: -6.5rem;
    right: -6.5rem;
  }

  .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.25rem;
    right: -0.25rem;
  }

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

  .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\.375{
    left: -0.375rem;
    right: -0.375rem;
  }

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

  .sm\:-inset-x-1\.25{
    left: -1.25rem;
    right: -1.25rem;
  }

  .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: 0;
    bottom: 0;
  }

  .sm\:inset-y-1{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-y-2{
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-y-3{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-y-4{
    top: 2rem;
    bottom: 2rem;
  }

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

  .sm\:inset-y-6{
    top: 3rem;
    bottom: 3rem;
  }

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

  .sm\:inset-y-8{
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-y-9{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .sm\:inset-y-10{
    top: 5rem;
    bottom: 5rem;
  }

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

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

  .sm\:inset-y-13{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .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.25rem;
    bottom: 0.25rem;
  }

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

  .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\.375{
    top: 0.375rem;
    bottom: 0.375rem;
  }

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

  .sm\:inset-y-1\.25{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:-inset-y-1{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-y-2{
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-y-3{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

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

  .sm\:-inset-y-6{
    top: -3rem;
    bottom: -3rem;
  }

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

  .sm\:-inset-y-8{
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-y-9{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .sm\:-inset-y-10{
    top: -5rem;
    bottom: -5rem;
  }

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

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

  .sm\:-inset-y-13{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .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.25rem;
    bottom: -0.25rem;
  }

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

  .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\.375{
    top: -0.375rem;
    bottom: -0.375rem;
  }

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

  .sm\:-inset-y-1\.25{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .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: 0;
  }

  .sm\:top-1{
    top: 0.5rem;
  }

  .sm\:top-2{
    top: 1rem;
  }

  .sm\:top-3{
    top: 1.5rem;
  }

  .sm\:top-4{
    top: 2rem;
  }

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

  .sm\:top-6{
    top: 3rem;
  }

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

  .sm\:top-8{
    top: 4rem;
  }

  .sm\:top-9{
    top: 4.5rem;
  }

  .sm\:top-10{
    top: 5rem;
  }

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

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

  .sm\:top-13{
    top: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:top-1\.5{
    top: 1.5rem;
  }

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

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

  .sm\:top-0\.375{
    top: 0.375rem;
  }

  .sm\:top-0\.75{
    top: 0.75rem;
  }

  .sm\:top-1\.25{
    top: 1.25rem;
  }

  .sm\:-top-1{
    top: -0.5rem;
  }

  .sm\:-top-2{
    top: -1rem;
  }

  .sm\:-top-3{
    top: -1.5rem;
  }

  .sm\:-top-4{
    top: -2rem;
  }

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

  .sm\:-top-6{
    top: -3rem;
  }

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

  .sm\:-top-8{
    top: -4rem;
  }

  .sm\:-top-9{
    top: -4.5rem;
  }

  .sm\:-top-10{
    top: -5rem;
  }

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

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

  .sm\:-top-13{
    top: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-top-1\.5{
    top: -1.5rem;
  }

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

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

  .sm\:-top-0\.375{
    top: -0.375rem;
  }

  .sm\:-top-0\.75{
    top: -0.75rem;
  }

  .sm\:-top-1\.25{
    top: -1.25rem;
  }

  .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: 0;
  }

  .sm\:right-1{
    right: 0.5rem;
  }

  .sm\:right-2{
    right: 1rem;
  }

  .sm\:right-3{
    right: 1.5rem;
  }

  .sm\:right-4{
    right: 2rem;
  }

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

  .sm\:right-6{
    right: 3rem;
  }

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

  .sm\:right-8{
    right: 4rem;
  }

  .sm\:right-9{
    right: 4.5rem;
  }

  .sm\:right-10{
    right: 5rem;
  }

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

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

  .sm\:right-13{
    right: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:right-1\.5{
    right: 1.5rem;
  }

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

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

  .sm\:right-0\.375{
    right: 0.375rem;
  }

  .sm\:right-0\.75{
    right: 0.75rem;
  }

  .sm\:right-1\.25{
    right: 1.25rem;
  }

  .sm\:-right-1{
    right: -0.5rem;
  }

  .sm\:-right-2{
    right: -1rem;
  }

  .sm\:-right-3{
    right: -1.5rem;
  }

  .sm\:-right-4{
    right: -2rem;
  }

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

  .sm\:-right-6{
    right: -3rem;
  }

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

  .sm\:-right-8{
    right: -4rem;
  }

  .sm\:-right-9{
    right: -4.5rem;
  }

  .sm\:-right-10{
    right: -5rem;
  }

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

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

  .sm\:-right-13{
    right: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-right-1\.5{
    right: -1.5rem;
  }

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

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

  .sm\:-right-0\.375{
    right: -0.375rem;
  }

  .sm\:-right-0\.75{
    right: -0.75rem;
  }

  .sm\:-right-1\.25{
    right: -1.25rem;
  }

  .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: 0;
  }

  .sm\:bottom-1{
    bottom: 0.5rem;
  }

  .sm\:bottom-2{
    bottom: 1rem;
  }

  .sm\:bottom-3{
    bottom: 1.5rem;
  }

  .sm\:bottom-4{
    bottom: 2rem;
  }

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

  .sm\:bottom-6{
    bottom: 3rem;
  }

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

  .sm\:bottom-8{
    bottom: 4rem;
  }

  .sm\:bottom-9{
    bottom: 4.5rem;
  }

  .sm\:bottom-10{
    bottom: 5rem;
  }

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

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

  .sm\:bottom-13{
    bottom: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:bottom-1\.5{
    bottom: 1.5rem;
  }

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

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

  .sm\:bottom-0\.375{
    bottom: 0.375rem;
  }

  .sm\:bottom-0\.75{
    bottom: 0.75rem;
  }

  .sm\:bottom-1\.25{
    bottom: 1.25rem;
  }

  .sm\:-bottom-1{
    bottom: -0.5rem;
  }

  .sm\:-bottom-2{
    bottom: -1rem;
  }

  .sm\:-bottom-3{
    bottom: -1.5rem;
  }

  .sm\:-bottom-4{
    bottom: -2rem;
  }

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

  .sm\:-bottom-6{
    bottom: -3rem;
  }

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

  .sm\:-bottom-8{
    bottom: -4rem;
  }

  .sm\:-bottom-9{
    bottom: -4.5rem;
  }

  .sm\:-bottom-10{
    bottom: -5rem;
  }

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

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

  .sm\:-bottom-13{
    bottom: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-bottom-1\.5{
    bottom: -1.5rem;
  }

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

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

  .sm\:-bottom-0\.375{
    bottom: -0.375rem;
  }

  .sm\:-bottom-0\.75{
    bottom: -0.75rem;
  }

  .sm\:-bottom-1\.25{
    bottom: -1.25rem;
  }

  .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: 0;
  }

  .sm\:left-1{
    left: 0.5rem;
  }

  .sm\:left-2{
    left: 1rem;
  }

  .sm\:left-3{
    left: 1.5rem;
  }

  .sm\:left-4{
    left: 2rem;
  }

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

  .sm\:left-6{
    left: 3rem;
  }

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

  .sm\:left-8{
    left: 4rem;
  }

  .sm\:left-9{
    left: 4.5rem;
  }

  .sm\:left-10{
    left: 5rem;
  }

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

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

  .sm\:left-13{
    left: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:left-1\.5{
    left: 1.5rem;
  }

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

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

  .sm\:left-0\.375{
    left: 0.375rem;
  }

  .sm\:left-0\.75{
    left: 0.75rem;
  }

  .sm\:left-1\.25{
    left: 1.25rem;
  }

  .sm\:-left-1{
    left: -0.5rem;
  }

  .sm\:-left-2{
    left: -1rem;
  }

  .sm\:-left-3{
    left: -1.5rem;
  }

  .sm\:-left-4{
    left: -2rem;
  }

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

  .sm\:-left-6{
    left: -3rem;
  }

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

  .sm\:-left-8{
    left: -4rem;
  }

  .sm\:-left-9{
    left: -4.5rem;
  }

  .sm\:-left-10{
    left: -5rem;
  }

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

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

  .sm\:-left-13{
    left: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-left-1\.5{
    left: -1.5rem;
  }

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

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

  .sm\:-left-0\.375{
    left: -0.375rem;
  }

  .sm\:-left-0\.75{
    left: -0.75rem;
  }

  .sm\:-left-1\.25{
    left: -1.25rem;
  }

  .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: 0;
  }

  .sm\:m-1{
    margin: 0.5rem;
  }

  .sm\:m-2{
    margin: 1rem;
  }

  .sm\:m-3{
    margin: 1.5rem;
  }

  .sm\:m-4{
    margin: 2rem;
  }

  .sm\:m-5{
    margin: 1.25rem;
  }

  .sm\:m-6{
    margin: 3rem;
  }

  .sm\:m-7{
    margin: 1.75rem;
  }

  .sm\:m-8{
    margin: 4rem;
  }

  .sm\:m-9{
    margin: 4.5rem;
  }

  .sm\:m-10{
    margin: 5rem;
  }

  .sm\:m-11{
    margin: 2.75rem;
  }

  .sm\:m-12{
    margin: 3rem;
  }

  .sm\:m-13{
    margin: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:m-1\.5{
    margin: 1.5rem;
  }

  .sm\:m-2\.5{
    margin: 0.625rem;
  }

  .sm\:m-3\.5{
    margin: 0.875rem;
  }

  .sm\:m-0\.375{
    margin: 0.375rem;
  }

  .sm\:m-0\.75{
    margin: 0.75rem;
  }

  .sm\:m-1\.25{
    margin: 1.25rem;
  }

  .sm\:-m-1{
    margin: -0.5rem;
  }

  .sm\:-m-2{
    margin: -1rem;
  }

  .sm\:-m-3{
    margin: -1.5rem;
  }

  .sm\:-m-4{
    margin: -2rem;
  }

  .sm\:-m-5{
    margin: -1.25rem;
  }

  .sm\:-m-6{
    margin: -3rem;
  }

  .sm\:-m-7{
    margin: -1.75rem;
  }

  .sm\:-m-8{
    margin: -4rem;
  }

  .sm\:-m-9{
    margin: -4.5rem;
  }

  .sm\:-m-10{
    margin: -5rem;
  }

  .sm\:-m-11{
    margin: -2.75rem;
  }

  .sm\:-m-12{
    margin: -3rem;
  }

  .sm\:-m-13{
    margin: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-m-1\.5{
    margin: -1.5rem;
  }

  .sm\:-m-2\.5{
    margin: -0.625rem;
  }

  .sm\:-m-3\.5{
    margin: -0.875rem;
  }

  .sm\:-m-0\.375{
    margin: -0.375rem;
  }

  .sm\:-m-0\.75{
    margin: -0.75rem;
  }

  .sm\:-m-1\.25{
    margin: -1.25rem;
  }

  .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mx-1{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-2{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-3{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-4{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:mx-6{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-8{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:mx-9{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:mx-10{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-13{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .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.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-1\.5{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .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\.375{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:mx-0\.75{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-1\.25{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:-mx-1{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-mx-2{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-mx-3{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-mx-4{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-mx-6{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-mx-8{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-mx-9{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:-mx-10{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-mx-13{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .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.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-mx-1\.5{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .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\.375{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-mx-0\.75{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-1\.25{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:my-1{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-2{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-4{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-6{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-8{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-9{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:my-10{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-13{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .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.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-1\.5{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .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\.375{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:my-0\.75{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-1\.25{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:-my-1{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-my-2{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-my-3{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-my-4{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-my-6{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-my-8{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-my-9{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:-my-10{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-my-13{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .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.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-my-1\.5{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .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\.375{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-my-0\.75{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-my-1\.25{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:mt-0{
    margin-top: 0;
  }

  .sm\:mt-1{
    margin-top: 0.5rem;
  }

  .sm\:mt-2{
    margin-top: 1rem;
  }

  .sm\:mt-3{
    margin-top: 1.5rem;
  }

  .sm\:mt-4{
    margin-top: 2rem;
  }

  .sm\:mt-5{
    margin-top: 1.25rem;
  }

  .sm\:mt-6{
    margin-top: 3rem;
  }

  .sm\:mt-7{
    margin-top: 1.75rem;
  }

  .sm\:mt-8{
    margin-top: 4rem;
  }

  .sm\:mt-9{
    margin-top: 4.5rem;
  }

  .sm\:mt-10{
    margin-top: 5rem;
  }

  .sm\:mt-11{
    margin-top: 2.75rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mt-13{
    margin-top: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:mt-1\.5{
    margin-top: 1.5rem;
  }

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

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

  .sm\:mt-0\.375{
    margin-top: 0.375rem;
  }

  .sm\:mt-0\.75{
    margin-top: 0.75rem;
  }

  .sm\:mt-1\.25{
    margin-top: 1.25rem;
  }

  .sm\:-mt-1{
    margin-top: -0.5rem;
  }

  .sm\:-mt-2{
    margin-top: -1rem;
  }

  .sm\:-mt-3{
    margin-top: -1.5rem;
  }

  .sm\:-mt-4{
    margin-top: -2rem;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  .sm\:-mt-6{
    margin-top: -3rem;
  }

  .sm\:-mt-7{
    margin-top: -1.75rem;
  }

  .sm\:-mt-8{
    margin-top: -4rem;
  }

  .sm\:-mt-9{
    margin-top: -4.5rem;
  }

  .sm\:-mt-10{
    margin-top: -5rem;
  }

  .sm\:-mt-11{
    margin-top: -2.75rem;
  }

  .sm\:-mt-12{
    margin-top: -3rem;
  }

  .sm\:-mt-13{
    margin-top: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-mt-1\.5{
    margin-top: -1.5rem;
  }

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

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

  .sm\:-mt-0\.375{
    margin-top: -0.375rem;
  }

  .sm\:-mt-0\.75{
    margin-top: -0.75rem;
  }

  .sm\:-mt-1\.25{
    margin-top: -1.25rem;
  }

  .sm\:mr-0{
    margin-right: 0;
  }

  .sm\:mr-1{
    margin-right: 0.5rem;
  }

  .sm\:mr-2{
    margin-right: 1rem;
  }

  .sm\:mr-3{
    margin-right: 1.5rem;
  }

  .sm\:mr-4{
    margin-right: 2rem;
  }

  .sm\:mr-5{
    margin-right: 1.25rem;
  }

  .sm\:mr-6{
    margin-right: 3rem;
  }

  .sm\:mr-7{
    margin-right: 1.75rem;
  }

  .sm\:mr-8{
    margin-right: 4rem;
  }

  .sm\:mr-9{
    margin-right: 4.5rem;
  }

  .sm\:mr-10{
    margin-right: 5rem;
  }

  .sm\:mr-11{
    margin-right: 2.75rem;
  }

  .sm\:mr-12{
    margin-right: 3rem;
  }

  .sm\:mr-13{
    margin-right: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:mr-1\.5{
    margin-right: 1.5rem;
  }

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

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

  .sm\:mr-0\.375{
    margin-right: 0.375rem;
  }

  .sm\:mr-0\.75{
    margin-right: 0.75rem;
  }

  .sm\:mr-1\.25{
    margin-right: 1.25rem;
  }

  .sm\:-mr-1{
    margin-right: -0.5rem;
  }

  .sm\:-mr-2{
    margin-right: -1rem;
  }

  .sm\:-mr-3{
    margin-right: -1.5rem;
  }

  .sm\:-mr-4{
    margin-right: -2rem;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  .sm\:-mr-6{
    margin-right: -3rem;
  }

  .sm\:-mr-7{
    margin-right: -1.75rem;
  }

  .sm\:-mr-8{
    margin-right: -4rem;
  }

  .sm\:-mr-9{
    margin-right: -4.5rem;
  }

  .sm\:-mr-10{
    margin-right: -5rem;
  }

  .sm\:-mr-11{
    margin-right: -2.75rem;
  }

  .sm\:-mr-12{
    margin-right: -3rem;
  }

  .sm\:-mr-13{
    margin-right: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-mr-1\.5{
    margin-right: -1.5rem;
  }

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

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

  .sm\:-mr-0\.375{
    margin-right: -0.375rem;
  }

  .sm\:-mr-0\.75{
    margin-right: -0.75rem;
  }

  .sm\:-mr-1\.25{
    margin-right: -1.25rem;
  }

  .sm\:mb-0{
    margin-bottom: 0;
  }

  .sm\:mb-1{
    margin-bottom: 0.5rem;
  }

  .sm\:mb-2{
    margin-bottom: 1rem;
  }

  .sm\:mb-3{
    margin-bottom: 1.5rem;
  }

  .sm\:mb-4{
    margin-bottom: 2rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6{
    margin-bottom: 3rem;
  }

  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8{
    margin-bottom: 4rem;
  }

  .sm\:mb-9{
    margin-bottom: 4.5rem;
  }

  .sm\:mb-10{
    margin-bottom: 5rem;
  }

  .sm\:mb-11{
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:mb-13{
    margin-bottom: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:mb-1\.5{
    margin-bottom: 1.5rem;
  }

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

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

  .sm\:mb-0\.375{
    margin-bottom: 0.375rem;
  }

  .sm\:mb-0\.75{
    margin-bottom: 0.75rem;
  }

  .sm\:mb-1\.25{
    margin-bottom: 1.25rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.5rem;
  }

  .sm\:-mb-2{
    margin-bottom: -1rem;
  }

  .sm\:-mb-3{
    margin-bottom: -1.5rem;
  }

  .sm\:-mb-4{
    margin-bottom: -2rem;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sm\:-mb-6{
    margin-bottom: -3rem;
  }

  .sm\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .sm\:-mb-8{
    margin-bottom: -4rem;
  }

  .sm\:-mb-9{
    margin-bottom: -4.5rem;
  }

  .sm\:-mb-10{
    margin-bottom: -5rem;
  }

  .sm\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  .sm\:-mb-13{
    margin-bottom: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-mb-1\.5{
    margin-bottom: -1.5rem;
  }

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

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

  .sm\:-mb-0\.375{
    margin-bottom: -0.375rem;
  }

  .sm\:-mb-0\.75{
    margin-bottom: -0.75rem;
  }

  .sm\:-mb-1\.25{
    margin-bottom: -1.25rem;
  }

  .sm\:ml-0{
    margin-left: 0;
  }

  .sm\:ml-1{
    margin-left: 0.5rem;
  }

  .sm\:ml-2{
    margin-left: 1rem;
  }

  .sm\:ml-3{
    margin-left: 1.5rem;
  }

  .sm\:ml-4{
    margin-left: 2rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:ml-6{
    margin-left: 3rem;
  }

  .sm\:ml-7{
    margin-left: 1.75rem;
  }

  .sm\:ml-8{
    margin-left: 4rem;
  }

  .sm\:ml-9{
    margin-left: 4.5rem;
  }

  .sm\:ml-10{
    margin-left: 5rem;
  }

  .sm\:ml-11{
    margin-left: 2.75rem;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:ml-13{
    margin-left: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:ml-1\.5{
    margin-left: 1.5rem;
  }

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

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

  .sm\:ml-0\.375{
    margin-left: 0.375rem;
  }

  .sm\:ml-0\.75{
    margin-left: 0.75rem;
  }

  .sm\:ml-1\.25{
    margin-left: 1.25rem;
  }

  .sm\:-ml-1{
    margin-left: -0.5rem;
  }

  .sm\:-ml-2{
    margin-left: -1rem;
  }

  .sm\:-ml-3{
    margin-left: -1.5rem;
  }

  .sm\:-ml-4{
    margin-left: -2rem;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  .sm\:-ml-6{
    margin-left: -3rem;
  }

  .sm\:-ml-7{
    margin-left: -1.75rem;
  }

  .sm\:-ml-8{
    margin-left: -4rem;
  }

  .sm\:-ml-9{
    margin-left: -4.5rem;
  }

  .sm\:-ml-10{
    margin-left: -5rem;
  }

  .sm\:-ml-11{
    margin-left: -2.75rem;
  }

  .sm\:-ml-12{
    margin-left: -3rem;
  }

  .sm\:-ml-13{
    margin-left: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-ml-1\.5{
    margin-left: -1.5rem;
  }

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

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

  .sm\:-ml-0\.375{
    margin-left: -0.375rem;
  }

  .sm\:-ml-0\.75{
    margin-left: -0.75rem;
  }

  .sm\:-ml-1\.25{
    margin-left: -1.25rem;
  }

  .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: 0;
  }

  .sm\:h-1{
    height: 0.5rem;
  }

  .sm\:h-2{
    height: 1rem;
  }

  .sm\:h-3{
    height: 1.5rem;
  }

  .sm\:h-4{
    height: 2rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 3rem;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

  .sm\:h-8{
    height: 4rem;
  }

  .sm\:h-9{
    height: 4.5rem;
  }

  .sm\:h-10{
    height: 5rem;
  }

  .sm\:h-11{
    height: 2.75rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-13{
    height: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:h-1\.5{
    height: 1.5rem;
  }

  .sm\:h-2\.5{
    height: 0.625rem;
  }

  .sm\:h-3\.5{
    height: 0.875rem;
  }

  .sm\:h-0\.375{
    height: 0.375rem;
  }

  .sm\:h-0\.75{
    height: 0.75rem;
  }

  .sm\:h-1\.25{
    height: 1.25rem;
  }

  .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: 0;
  }

  .sm\:max-h-1{
    max-height: 0.5rem;
  }

  .sm\:max-h-2{
    max-height: 1rem;
  }

  .sm\:max-h-3{
    max-height: 1.5rem;
  }

  .sm\:max-h-4{
    max-height: 2rem;
  }

  .sm\:max-h-5{
    max-height: 1.25rem;
  }

  .sm\:max-h-6{
    max-height: 3rem;
  }

  .sm\:max-h-7{
    max-height: 1.75rem;
  }

  .sm\:max-h-8{
    max-height: 4rem;
  }

  .sm\:max-h-9{
    max-height: 4.5rem;
  }

  .sm\:max-h-10{
    max-height: 5rem;
  }

  .sm\:max-h-11{
    max-height: 2.75rem;
  }

  .sm\:max-h-12{
    max-height: 3rem;
  }

  .sm\:max-h-13{
    max-height: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:max-h-1\.5{
    max-height: 1.5rem;
  }

  .sm\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .sm\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .sm\:max-h-0\.375{
    max-height: 0.375rem;
  }

  .sm\:max-h-0\.75{
    max-height: 0.75rem;
  }

  .sm\:max-h-1\.25{
    max-height: 1.25rem;
  }

  .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: 0;
  }

  .sm\:w-1{
    width: 0.5rem;
  }

  .sm\:w-2{
    width: 1rem;
  }

  .sm\:w-3{
    width: 1.5rem;
  }

  .sm\:w-4{
    width: 2rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 3rem;
  }

  .sm\:w-7{
    width: 1.75rem;
  }

  .sm\:w-8{
    width: 4rem;
  }

  .sm\:w-9{
    width: 4.5rem;
  }

  .sm\:w-10{
    width: 5rem;
  }

  .sm\:w-11{
    width: 2.75rem;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-13{
    width: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:w-1\.5{
    width: 1.5rem;
  }

  .sm\:w-2\.5{
    width: 0.625rem;
  }

  .sm\:w-3\.5{
    width: 0.875rem;
  }

  .sm\:w-0\.375{
    width: 0.375rem;
  }

  .sm\:w-0\.75{
    width: 0.75rem;
  }

  .sm\:w-1\.25{
    width: 1.25rem;
  }

  .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-sm-md{
    max-width: 768px;
  }

  .sm\:max-w-screen-md{
    max-width: 1024px;
  }

  .sm\:max-w-screen-lg{
    max-width: 1440px;
  }

  .sm\:max-w-screen-xl{
    max-width: 1920px;
  }

  .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: 0;
  }

  .sm\:translate-x-1{
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-2{
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-3{
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-4{
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .sm\:translate-x-6{
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .sm\:translate-x-8{
    --tw-translate-x: 4rem;
  }

  .sm\:translate-x-9{
    --tw-translate-x: 4.5rem;
  }

  .sm\:translate-x-10{
    --tw-translate-x: 5rem;
  }

  .sm\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .sm\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-13{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:translate-x-1\.5{
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .sm\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .sm\:translate-x-0\.375{
    --tw-translate-x: 0.375rem;
  }

  .sm\:translate-x-0\.75{
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-1\.25{
    --tw-translate-x: 1.25rem;
  }

  .sm\:-translate-x-1{
    --tw-translate-x: -0.5rem;
  }

  .sm\:-translate-x-2{
    --tw-translate-x: -1rem;
  }

  .sm\:-translate-x-3{
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-4{
    --tw-translate-x: -2rem;
  }

  .sm\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6{
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .sm\:-translate-x-8{
    --tw-translate-x: -4rem;
  }

  .sm\:-translate-x-9{
    --tw-translate-x: -4.5rem;
  }

  .sm\:-translate-x-10{
    --tw-translate-x: -5rem;
  }

  .sm\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .sm\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-13{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-translate-x-1\.5{
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .sm\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .sm\:-translate-x-0\.375{
    --tw-translate-x: -0.375rem;
  }

  .sm\:-translate-x-0\.75{
    --tw-translate-x: -0.75rem;
  }

  .sm\:-translate-x-1\.25{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .sm\:translate-y-1{
    --tw-translate-y: 0.5rem;
  }

  .sm\:translate-y-2{
    --tw-translate-y: 1rem;
  }

  .sm\:translate-y-3{
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-4{
    --tw-translate-y: 2rem;
  }

  .sm\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .sm\:translate-y-6{
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .sm\:translate-y-8{
    --tw-translate-y: 4rem;
  }

  .sm\:translate-y-9{
    --tw-translate-y: 4.5rem;
  }

  .sm\:translate-y-10{
    --tw-translate-y: 5rem;
  }

  .sm\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .sm\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-13{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:translate-y-1\.5{
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .sm\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .sm\:translate-y-0\.375{
    --tw-translate-y: 0.375rem;
  }

  .sm\:translate-y-0\.75{
    --tw-translate-y: 0.75rem;
  }

  .sm\:translate-y-1\.25{
    --tw-translate-y: 1.25rem;
  }

  .sm\:-translate-y-1{
    --tw-translate-y: -0.5rem;
  }

  .sm\:-translate-y-2{
    --tw-translate-y: -1rem;
  }

  .sm\:-translate-y-3{
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-4{
    --tw-translate-y: -2rem;
  }

  .sm\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6{
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .sm\:-translate-y-8{
    --tw-translate-y: -4rem;
  }

  .sm\:-translate-y-9{
    --tw-translate-y: -4.5rem;
  }

  .sm\:-translate-y-10{
    --tw-translate-y: -5rem;
  }

  .sm\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .sm\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-13{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:-translate-y-1\.5{
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .sm\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .sm\:-translate-y-0\.375{
    --tw-translate-y: -0.375rem;
  }

  .sm\:-translate-y-0\.75{
    --tw-translate-y: -0.75rem;
  }

  .sm\:-translate-y-1\.25{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-9:hover{
    --tw-translate-x: 4.5rem;
  }

  .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 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-13:hover{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 1.5rem;
  }

  .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\.375:hover{
    --tw-translate-x: 0.375rem;
  }

  .sm\:hover\:translate-x-0\.75:hover{
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-1\.25:hover{
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x: -4.5rem;
  }

  .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -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-13:hover{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -1.5rem;
  }

  .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\.375:hover{
    --tw-translate-x: -0.375rem;
  }

  .sm\:hover\:-translate-x-0\.75:hover{
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-1\.25:hover{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-9:hover{
    --tw-translate-y: 4.5rem;
  }

  .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 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-13:hover{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 1.5rem;
  }

  .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\.375:hover{
    --tw-translate-y: 0.375rem;
  }

  .sm\:hover\:translate-y-0\.75:hover{
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-1\.25:hover{
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y: -4.5rem;
  }

  .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -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-13:hover{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -1.5rem;
  }

  .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\.375:hover{
    --tw-translate-y: -0.375rem;
  }

  .sm\:hover\:-translate-y-0\.75:hover{
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-1\.25:hover{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-9:focus{
    --tw-translate-x: 4.5rem;
  }

  .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 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-13:focus{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 1.5rem;
  }

  .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\.375:focus{
    --tw-translate-x: 0.375rem;
  }

  .sm\:focus\:translate-x-0\.75:focus{
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-1\.25:focus{
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x: -4.5rem;
  }

  .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -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-13:focus{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -1.5rem;
  }

  .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\.375:focus{
    --tw-translate-x: -0.375rem;
  }

  .sm\:focus\:-translate-x-0\.75:focus{
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-1\.25:focus{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-9:focus{
    --tw-translate-y: 4.5rem;
  }

  .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 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-13:focus{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 1.5rem;
  }

  .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\.375:focus{
    --tw-translate-y: 0.375rem;
  }

  .sm\:focus\:translate-y-0\.75:focus{
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-1\.25:focus{
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y: -4.5rem;
  }

  .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -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-13:focus{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .sm\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -1.5rem;
  }

  .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\.375:focus{
    --tw-translate-y: -0.375rem;
  }

  .sm\:focus\:-translate-y-0\.75:focus{
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-1\.25:focus{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .sm\:gap-1{
    gap: 0.5rem;
  }

  .sm\:gap-2{
    gap: 1rem;
  }

  .sm\:gap-3{
    gap: 1.5rem;
  }

  .sm\:gap-4{
    gap: 2rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-6{
    gap: 3rem;
  }

  .sm\:gap-7{
    gap: 1.75rem;
  }

  .sm\:gap-8{
    gap: 4rem;
  }

  .sm\:gap-9{
    gap: 4.5rem;
  }

  .sm\:gap-10{
    gap: 5rem;
  }

  .sm\:gap-11{
    gap: 2.75rem;
  }

  .sm\:gap-12{
    gap: 3rem;
  }

  .sm\:gap-13{
    gap: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:gap-1\.5{
    gap: 1.5rem;
  }

  .sm\:gap-2\.5{
    gap: 0.625rem;
  }

  .sm\:gap-3\.5{
    gap: 0.875rem;
  }

  .sm\:gap-0\.375{
    gap: 0.375rem;
  }

  .sm\:gap-0\.75{
    gap: 0.75rem;
  }

  .sm\:gap-1\.25{
    gap: 1.25rem;
  }

  .sm\:gap-x-0{
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm\:gap-x-1{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-2{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-3{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-4{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-9{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .sm\:gap-x-10{
    -moz-column-gap: 5rem;
         column-gap: 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-13{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .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.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-1\.5{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-x-0\.375{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-0\.75{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-1\.25{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-y-0{
    row-gap: 0;
  }

  .sm\:gap-y-1{
    row-gap: 0.5rem;
  }

  .sm\:gap-y-2{
    row-gap: 1rem;
  }

  .sm\:gap-y-3{
    row-gap: 1.5rem;
  }

  .sm\:gap-y-4{
    row-gap: 2rem;
  }

  .sm\:gap-y-5{
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6{
    row-gap: 3rem;
  }

  .sm\:gap-y-7{
    row-gap: 1.75rem;
  }

  .sm\:gap-y-8{
    row-gap: 4rem;
  }

  .sm\:gap-y-9{
    row-gap: 4.5rem;
  }

  .sm\:gap-y-10{
    row-gap: 5rem;
  }

  .sm\:gap-y-11{
    row-gap: 2.75rem;
  }

  .sm\:gap-y-12{
    row-gap: 3rem;
  }

  .sm\:gap-y-13{
    row-gap: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:gap-y-1\.5{
    row-gap: 1.5rem;
  }

  .sm\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .sm\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .sm\:gap-y-0\.375{
    row-gap: 0.375rem;
  }

  .sm\:gap-y-0\.75{
    row-gap: 0.75rem;
  }

  .sm\:gap-y-1\.25{
    row-gap: 1.25rem;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .sm\:divide-petrol > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
  }

  .sm\:divide-graduation-00 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-graduation-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-graduation-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-divide-opacity));
  }

  .sm\:divide-graduation-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
  }

  .sm\:divide-graduation-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-divide-opacity));
  }

  .sm\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:divide-purple-bright > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-divide-opacity));
  }

  .sm\:divide-ultramarine > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-divide-opacity));
  }

  .sm\:divide-accent-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
  }

  .sm\:divide-accent-red-toned > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
  }

  .sm\:divide-error-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-divide-opacity));
  }

  .sm\:divide-warning-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-divide-opacity));
  }

  .sm\:divide-success-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-black-80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .sm\:divide-neutrals-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-divide-opacity));
  }

  .sm\:divide-neutrals-00 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-neutrals-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-divide-opacity));
  }

  .sm\:divide-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .sm\:divide-light-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255,255,255,0);
  }

  .sm\:divide-gradient-bw-start > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(231, 231, 231, 1);
  }

  .sm\:divide-gradient-bw-end > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(231, 231, 231, 0);
  }

  .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-0\.25{
    border-radius: 0.25rem;
  }

  .sm\:rounded{
    border-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-t{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .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-0\.25{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 1rem;
  }

  .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-petrol{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm\:border-graduation-00{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .sm\:border-graduation-25{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .sm\:border-graduation-50{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .sm\:border-graduation-75{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm\:border-graduation-100{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .sm\:border-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .sm\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .sm\:border-purple-80{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:border-purple-bright{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .sm\:border-ultramarine{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .sm\:border-accent-red{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm\:border-accent-red-toned{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm\:border-error-red{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .sm\:border-warning-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .sm\:border-success-green{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .sm\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-black-80{
    border-color: rgba(0,0,0,.8);
  }

  .sm\:border-neutrals-100{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .sm\:border-neutrals-00{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .sm\:border-neutrals-grey{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .sm\:border-grey{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm\:border-light-grey{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .sm\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-white-transparent{
    border-color: rgba(255,255,255,0);
  }

  .sm\:border-gradient-bw-start{
    border-color: rgba(231, 231, 231, 1);
  }

  .sm\:border-gradient-bw-end{
    border-color: rgba(231, 231, 231, 0);
  }

  .group:hover .sm\:group-hover\:border-petrol{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-graduation-00{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-graduation-25{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-graduation-50{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-graduation-75{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-graduation-100{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-80{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .sm\:group-hover\:border-purple-bright{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-ultramarine{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-accent-red{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-accent-red-toned{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-error-red{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warning-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-success-green{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-80{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .sm\:group-hover\:border-neutrals-100{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutrals-00{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutrals-grey{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-light-grey{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent{
    border-color: rgba(255,255,255,0);
  }

  .group:hover .sm\:group-hover\:border-gradient-bw-start{
    border-color: rgba(231, 231, 231, 1);
  }

  .group:hover .sm\:group-hover\:border-gradient-bw-end{
    border-color: rgba(231, 231, 231, 0);
  }

  .sm\:focus-within\:border-petrol:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-graduation-00:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-graduation-25:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-graduation-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-graduation-75:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-graduation-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-80:focus-within{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus-within\:border-purple-bright:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-ultramarine:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-accent-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-accent-red-toned:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-error-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warning-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-success-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-80:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .sm\:focus-within\:border-neutrals-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutrals-00:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutrals-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-light-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    border-color: rgba(255,255,255,0);
  }

  .sm\:focus-within\:border-gradient-bw-start:focus-within{
    border-color: rgba(231, 231, 231, 1);
  }

  .sm\:focus-within\:border-gradient-bw-end:focus-within{
    border-color: rgba(231, 231, 231, 0);
  }

  .sm\:hover\:border-petrol:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm\:hover\:border-graduation-00:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-graduation-25:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-graduation-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .sm\:hover\:border-graduation-75:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm\:hover\:border-graduation-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-80:hover{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:hover\:border-purple-bright:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .sm\:hover\:border-ultramarine:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .sm\:hover\:border-accent-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm\:hover\:border-accent-red-toned:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm\:hover\:border-error-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warning-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .sm\:hover\:border-success-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-80:hover{
    border-color: rgba(0,0,0,.8);
  }

  .sm\:hover\:border-neutrals-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutrals-00:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutrals-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm\:hover\:border-light-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:hover{
    border-color: rgba(255,255,255,0);
  }

  .sm\:hover\:border-gradient-bw-start:hover{
    border-color: rgba(231, 231, 231, 1);
  }

  .sm\:hover\:border-gradient-bw-end:hover{
    border-color: rgba(231, 231, 231, 0);
  }

  .sm\:focus\:border-petrol:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm\:focus\:border-graduation-00:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-graduation-25:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-graduation-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .sm\:focus\:border-graduation-75:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm\:focus\:border-graduation-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-80:focus{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus\:border-purple-bright:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .sm\:focus\:border-ultramarine:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .sm\:focus\:border-accent-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm\:focus\:border-accent-red-toned:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm\:focus\:border-error-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warning-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .sm\:focus\:border-success-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-80:focus{
    border-color: rgba(0,0,0,.8);
  }

  .sm\:focus\:border-neutrals-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutrals-00:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutrals-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm\:focus\:border-light-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:focus{
    border-color: rgba(255,255,255,0);
  }

  .sm\:focus\:border-gradient-bw-start:focus{
    border-color: rgba(231, 231, 231, 1);
  }

  .sm\:focus\:border-gradient-bw-end:focus{
    border-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm\:bg-graduation-00{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-graduation-25{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-graduation-50{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .sm\:bg-graduation-75{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm\:bg-graduation-100{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .sm\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-80{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:bg-purple-bright{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .sm\:bg-ultramarine{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .sm\:bg-accent-red{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm\:bg-accent-red-toned{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm\:bg-error-red{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .sm\:bg-warning-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .sm\:bg-success-green{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-black-80{
    background-color: rgba(0,0,0,.8);
  }

  .sm\:bg-neutrals-100{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .sm\:bg-neutrals-00{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-neutrals-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .sm\:bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .sm\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-white-transparent{
    background-color: rgba(255,255,255,0);
  }

  .sm\:bg-gradient-bw-start{
    background-color: rgba(231, 231, 231, 1);
  }

  .sm\:bg-gradient-bw-end{
    background-color: rgba(231, 231, 231, 0);
  }

  .group:hover .sm\:group-hover\:bg-petrol{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-graduation-00{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-graduation-25{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-graduation-50{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-graduation-75{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-graduation-100{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-80{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .sm\:group-hover\:bg-purple-bright{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-ultramarine{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-accent-red{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-accent-red-toned{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-error-red{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warning-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-success-green{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-80{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .sm\:group-hover\:bg-neutrals-100{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutrals-00{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutrals-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent{
    background-color: rgba(255,255,255,0);
  }

  .group:hover .sm\:group-hover\:bg-gradient-bw-start{
    background-color: rgba(231, 231, 231, 1);
  }

  .group:hover .sm\:group-hover\:bg-gradient-bw-end{
    background-color: rgba(231, 231, 231, 0);
  }

  .sm\:focus-within\:bg-petrol:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-graduation-00:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-graduation-25:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-graduation-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-graduation-75:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-graduation-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-80:focus-within{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus-within\:bg-purple-bright:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-ultramarine:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-accent-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-accent-red-toned:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-error-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warning-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-success-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-80:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .sm\:focus-within\:bg-neutrals-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutrals-00:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutrals-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-light-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    background-color: rgba(255,255,255,0);
  }

  .sm\:focus-within\:bg-gradient-bw-start:focus-within{
    background-color: rgba(231, 231, 231, 1);
  }

  .sm\:focus-within\:bg-gradient-bw-end:focus-within{
    background-color: rgba(231, 231, 231, 0);
  }

  .sm\:hover\:bg-petrol:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-graduation-00:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-graduation-25:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-graduation-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-graduation-75:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-graduation-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-80:hover{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:hover\:bg-purple-bright:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-ultramarine:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-accent-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-accent-red-toned:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-error-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warning-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-success-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-80:hover{
    background-color: rgba(0,0,0,.8);
  }

  .sm\:hover\:bg-neutrals-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutrals-00:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutrals-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-light-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:hover{
    background-color: rgba(255,255,255,0);
  }

  .sm\:hover\:bg-gradient-bw-start:hover{
    background-color: rgba(231, 231, 231, 1);
  }

  .sm\:hover\:bg-gradient-bw-end:hover{
    background-color: rgba(231, 231, 231, 0);
  }

  .sm\:focus\:bg-petrol:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-graduation-00:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-graduation-25:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-graduation-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-graduation-75:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-graduation-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-80:focus{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus\:bg-purple-bright:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-ultramarine:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-accent-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-accent-red-toned:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-error-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warning-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-success-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-80:focus{
    background-color: rgba(0,0,0,.8);
  }

  .sm\:focus\:bg-neutrals-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutrals-00:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutrals-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-light-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:focus{
    background-color: rgba(255,255,255,0);
  }

  .sm\:focus\:bg-gradient-bw-start:focus{
    background-color: rgba(231, 231, 231, 1);
  }

  .sm\:focus\:bg-gradient-bw-end:focus{
    background-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:from-graduation-00{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm\:from-graduation-25{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm\:from-graduation-50{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm\:from-graduation-75{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:from-graduation-100{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm\:from-purple-dark{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm\:from-purple{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:from-purple-80{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:from-purple-bright{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm\:from-ultramarine{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm\:from-accent-red{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:from-accent-red-toned{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:from-error-red{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm\:from-warning-yellow{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm\:from-success-green{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-neutrals-100{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm\:from-neutrals-00{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm\:from-neutrals-grey{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm\:from-grey{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm\:from-light-grey{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-gradient-bw-start{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:from-gradient-bw-end{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:hover\:from-petrol:hover{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:hover\:from-graduation-00:hover{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm\:hover\:from-graduation-25:hover{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm\:hover\:from-graduation-50:hover{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm\:hover\:from-graduation-75:hover{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:hover\:from-graduation-100:hover{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm\:hover\:from-purple-dark:hover{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm\:hover\:from-purple:hover{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:hover\:from-purple-80:hover{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:hover\:from-purple-bright:hover{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm\:hover\:from-ultramarine:hover{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm\:hover\:from-accent-red:hover{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:hover\:from-accent-red-toned:hover{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:hover\:from-error-red:hover{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm\:hover\:from-warning-yellow:hover{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm\:hover\:from-success-green:hover{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-neutrals-100:hover{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm\:hover\:from-neutrals-00:hover{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm\:hover\:from-neutrals-grey:hover{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm\:hover\:from-grey:hover{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm\:hover\:from-light-grey:hover{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:hover{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-gradient-bw-start:hover{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:hover\:from-gradient-bw-end:hover{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:focus\:from-petrol:focus{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:focus\:from-graduation-00:focus{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm\:focus\:from-graduation-25:focus{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm\:focus\:from-graduation-50:focus{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm\:focus\:from-graduation-75:focus{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:focus\:from-graduation-100:focus{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm\:focus\:from-purple-dark:focus{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm\:focus\:from-purple:focus{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:focus\:from-purple-80:focus{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:focus\:from-purple-bright:focus{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm\:focus\:from-ultramarine:focus{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm\:focus\:from-accent-red:focus{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:focus\:from-accent-red-toned:focus{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:focus\:from-error-red:focus{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm\:focus\:from-warning-yellow:focus{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm\:focus\:from-success-green:focus{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-neutrals-100:focus{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm\:focus\:from-neutrals-00:focus{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm\:focus\:from-neutrals-grey:focus{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm\:focus\:from-grey:focus{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm\:focus\:from-light-grey:focus{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-gradient-bw-start:focus{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:focus\:from-gradient-bw-end:focus{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:via-petrol{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:via-graduation-00{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm\:via-graduation-25{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm\:via-graduation-50{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm\:via-graduation-75{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:via-graduation-100{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm\:via-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:via-purple-80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:via-purple-bright{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm\:via-ultramarine{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm\:via-accent-red{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:via-accent-red-toned{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:via-error-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm\:via-warning-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm\:via-success-green{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 0));
  }

  .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-black-80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-neutrals-100{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm\:via-neutrals-00{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm\:via-neutrals-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm\:via-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm\:via-light-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-white-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-gradient-bw-start{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:via-gradient-bw-end{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:hover\:via-petrol:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:hover\:via-graduation-00:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm\:hover\:via-graduation-25:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm\:hover\:via-graduation-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm\:hover\:via-graduation-75:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:hover\:via-graduation-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm\:hover\:via-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:hover\:via-purple-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:hover\:via-purple-bright:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm\:hover\:via-ultramarine:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm\:hover\:via-accent-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:hover\:via-accent-red-toned:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:hover\:via-error-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm\:hover\:via-warning-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm\:hover\:via-success-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-neutrals-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm\:hover\:via-neutrals-00:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm\:hover\:via-neutrals-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm\:hover\:via-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm\:hover\:via-light-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-gradient-bw-start:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:hover\:via-gradient-bw-end:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:focus\:via-petrol:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:focus\:via-graduation-00:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm\:focus\:via-graduation-25:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm\:focus\:via-graduation-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm\:focus\:via-graduation-75:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm\:focus\:via-graduation-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm\:focus\:via-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:focus\:via-purple-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm\:focus\:via-purple-bright:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm\:focus\:via-ultramarine:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm\:focus\:via-accent-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:focus\:via-accent-red-toned:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm\:focus\:via-error-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm\:focus\:via-warning-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm\:focus\:via-success-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-neutrals-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm\:focus\:via-neutrals-00:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm\:focus\:via-neutrals-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm\:focus\:via-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm\:focus\:via-light-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-gradient-bw-start:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:focus\:via-gradient-bw-end:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm\:to-petrol{
    --tw-gradient-to: #0C5862;
  }

  .sm\:to-graduation-00{
    --tw-gradient-to: #ECFCFE;
  }

  .sm\:to-graduation-25{
    --tw-gradient-to: #4BE8FA;
  }

  .sm\:to-graduation-50{
    --tw-gradient-to: #03A1B2;
  }

  .sm\:to-graduation-75{
    --tw-gradient-to: #0C5862;
  }

  .sm\:to-graduation-100{
    --tw-gradient-to: #01353B;
  }

  .sm\:to-purple-dark{
    --tw-gradient-to: #95236D;
  }

  .sm\:to-purple{
    --tw-gradient-to: #7B58AE;
  }

  .sm\:to-purple-80{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .sm\:to-purple-bright{
    --tw-gradient-to: #832873;
  }

  .sm\:to-ultramarine{
    --tw-gradient-to: #3E3689;
  }

  .sm\:to-accent-red{
    --tw-gradient-to: #FF7468;
  }

  .sm\:to-accent-red-toned{
    --tw-gradient-to: #FF7468;
  }

  .sm\:to-error-red{
    --tw-gradient-to: #BE0028;
  }

  .sm\:to-warning-yellow{
    --tw-gradient-to: #FFEB3B;
  }

  .sm\:to-success-green{
    --tw-gradient-to: #84BD00;
  }

  .sm\:to-black{
    --tw-gradient-to: #000;
  }

  .sm\:to-black-80{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .sm\:to-neutrals-100{
    --tw-gradient-to: #293333;
  }

  .sm\:to-neutrals-00{
    --tw-gradient-to: #f2f5f5;
  }

  .sm\:to-neutrals-grey{
    --tw-gradient-to: #b2b2b2;
  }

  .sm\:to-grey{
    --tw-gradient-to: #dee2e6;
  }

  .sm\:to-light-grey{
    --tw-gradient-to: #e6e6e6;
  }

  .sm\:to-white{
    --tw-gradient-to: #fff;
  }

  .sm\:to-white-transparent{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .sm\:to-gradient-bw-start{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .sm\:to-gradient-bw-end{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .sm\:hover\:to-petrol:hover{
    --tw-gradient-to: #0C5862;
  }

  .sm\:hover\:to-graduation-00:hover{
    --tw-gradient-to: #ECFCFE;
  }

  .sm\:hover\:to-graduation-25:hover{
    --tw-gradient-to: #4BE8FA;
  }

  .sm\:hover\:to-graduation-50:hover{
    --tw-gradient-to: #03A1B2;
  }

  .sm\:hover\:to-graduation-75:hover{
    --tw-gradient-to: #0C5862;
  }

  .sm\:hover\:to-graduation-100:hover{
    --tw-gradient-to: #01353B;
  }

  .sm\:hover\:to-purple-dark:hover{
    --tw-gradient-to: #95236D;
  }

  .sm\:hover\:to-purple:hover{
    --tw-gradient-to: #7B58AE;
  }

  .sm\:hover\:to-purple-80:hover{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .sm\:hover\:to-purple-bright:hover{
    --tw-gradient-to: #832873;
  }

  .sm\:hover\:to-ultramarine:hover{
    --tw-gradient-to: #3E3689;
  }

  .sm\:hover\:to-accent-red:hover{
    --tw-gradient-to: #FF7468;
  }

  .sm\:hover\:to-accent-red-toned:hover{
    --tw-gradient-to: #FF7468;
  }

  .sm\:hover\:to-error-red:hover{
    --tw-gradient-to: #BE0028;
  }

  .sm\:hover\:to-warning-yellow:hover{
    --tw-gradient-to: #FFEB3B;
  }

  .sm\:hover\:to-success-green:hover{
    --tw-gradient-to: #84BD00;
  }

  .sm\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .sm\:hover\:to-black-80:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .sm\:hover\:to-neutrals-100:hover{
    --tw-gradient-to: #293333;
  }

  .sm\:hover\:to-neutrals-00:hover{
    --tw-gradient-to: #f2f5f5;
  }

  .sm\:hover\:to-neutrals-grey:hover{
    --tw-gradient-to: #b2b2b2;
  }

  .sm\:hover\:to-grey:hover{
    --tw-gradient-to: #dee2e6;
  }

  .sm\:hover\:to-light-grey:hover{
    --tw-gradient-to: #e6e6e6;
  }

  .sm\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-white-transparent:hover{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .sm\:hover\:to-gradient-bw-start:hover{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .sm\:hover\:to-gradient-bw-end:hover{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .sm\:focus\:to-petrol:focus{
    --tw-gradient-to: #0C5862;
  }

  .sm\:focus\:to-graduation-00:focus{
    --tw-gradient-to: #ECFCFE;
  }

  .sm\:focus\:to-graduation-25:focus{
    --tw-gradient-to: #4BE8FA;
  }

  .sm\:focus\:to-graduation-50:focus{
    --tw-gradient-to: #03A1B2;
  }

  .sm\:focus\:to-graduation-75:focus{
    --tw-gradient-to: #0C5862;
  }

  .sm\:focus\:to-graduation-100:focus{
    --tw-gradient-to: #01353B;
  }

  .sm\:focus\:to-purple-dark:focus{
    --tw-gradient-to: #95236D;
  }

  .sm\:focus\:to-purple:focus{
    --tw-gradient-to: #7B58AE;
  }

  .sm\:focus\:to-purple-80:focus{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus\:to-purple-bright:focus{
    --tw-gradient-to: #832873;
  }

  .sm\:focus\:to-ultramarine:focus{
    --tw-gradient-to: #3E3689;
  }

  .sm\:focus\:to-accent-red:focus{
    --tw-gradient-to: #FF7468;
  }

  .sm\:focus\:to-accent-red-toned:focus{
    --tw-gradient-to: #FF7468;
  }

  .sm\:focus\:to-error-red:focus{
    --tw-gradient-to: #BE0028;
  }

  .sm\:focus\:to-warning-yellow:focus{
    --tw-gradient-to: #FFEB3B;
  }

  .sm\:focus\:to-success-green:focus{
    --tw-gradient-to: #84BD00;
  }

  .sm\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .sm\:focus\:to-black-80:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .sm\:focus\:to-neutrals-100:focus{
    --tw-gradient-to: #293333;
  }

  .sm\:focus\:to-neutrals-00:focus{
    --tw-gradient-to: #f2f5f5;
  }

  .sm\:focus\:to-neutrals-grey:focus{
    --tw-gradient-to: #b2b2b2;
  }

  .sm\:focus\:to-grey:focus{
    --tw-gradient-to: #dee2e6;
  }

  .sm\:focus\:to-light-grey:focus{
    --tw-gradient-to: #e6e6e6;
  }

  .sm\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-white-transparent:focus{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .sm\:focus\:to-gradient-bw-start:focus{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .sm\:focus\:to-gradient-bw-end:focus{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .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: 0;
  }

  .sm\:p-1{
    padding: 0.5rem;
  }

  .sm\:p-2{
    padding: 1rem;
  }

  .sm\:p-3{
    padding: 1.5rem;
  }

  .sm\:p-4{
    padding: 2rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-6{
    padding: 3rem;
  }

  .sm\:p-7{
    padding: 1.75rem;
  }

  .sm\:p-8{
    padding: 4rem;
  }

  .sm\:p-9{
    padding: 4.5rem;
  }

  .sm\:p-10{
    padding: 5rem;
  }

  .sm\:p-11{
    padding: 2.75rem;
  }

  .sm\:p-12{
    padding: 3rem;
  }

  .sm\:p-13{
    padding: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:p-1\.5{
    padding: 1.5rem;
  }

  .sm\:p-2\.5{
    padding: 0.625rem;
  }

  .sm\:p-3\.5{
    padding: 0.875rem;
  }

  .sm\:p-0\.375{
    padding: 0.375rem;
  }

  .sm\:p-0\.75{
    padding: 0.75rem;
  }

  .sm\:p-1\.25{
    padding: 1.25rem;
  }

  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:px-1{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-2{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-3{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-4{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-9{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:px-10{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-13{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .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.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-1\.5{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-0\.375{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-0\.75{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-1\.25{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:py-1{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-2{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-3{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-4{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-9{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:py-10{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-13{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .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.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-1\.5{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-0\.375{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-0\.75{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-1\.25{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:pt-0{
    padding-top: 0;
  }

  .sm\:pt-1{
    padding-top: 0.5rem;
  }

  .sm\:pt-2{
    padding-top: 1rem;
  }

  .sm\:pt-3{
    padding-top: 1.5rem;
  }

  .sm\:pt-4{
    padding-top: 2rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pt-6{
    padding-top: 3rem;
  }

  .sm\:pt-7{
    padding-top: 1.75rem;
  }

  .sm\:pt-8{
    padding-top: 4rem;
  }

  .sm\:pt-9{
    padding-top: 4.5rem;
  }

  .sm\:pt-10{
    padding-top: 5rem;
  }

  .sm\:pt-11{
    padding-top: 2.75rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pt-13{
    padding-top: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:pt-1\.5{
    padding-top: 1.5rem;
  }

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

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

  .sm\:pt-0\.375{
    padding-top: 0.375rem;
  }

  .sm\:pt-0\.75{
    padding-top: 0.75rem;
  }

  .sm\:pt-1\.25{
    padding-top: 1.25rem;
  }

  .sm\:pr-0{
    padding-right: 0;
  }

  .sm\:pr-1{
    padding-right: 0.5rem;
  }

  .sm\:pr-2{
    padding-right: 1rem;
  }

  .sm\:pr-3{
    padding-right: 1.5rem;
  }

  .sm\:pr-4{
    padding-right: 2rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pr-6{
    padding-right: 3rem;
  }

  .sm\:pr-7{
    padding-right: 1.75rem;
  }

  .sm\:pr-8{
    padding-right: 4rem;
  }

  .sm\:pr-9{
    padding-right: 4.5rem;
  }

  .sm\:pr-10{
    padding-right: 5rem;
  }

  .sm\:pr-11{
    padding-right: 2.75rem;
  }

  .sm\:pr-12{
    padding-right: 3rem;
  }

  .sm\:pr-13{
    padding-right: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:pr-1\.5{
    padding-right: 1.5rem;
  }

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

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

  .sm\:pr-0\.375{
    padding-right: 0.375rem;
  }

  .sm\:pr-0\.75{
    padding-right: 0.75rem;
  }

  .sm\:pr-1\.25{
    padding-right: 1.25rem;
  }

  .sm\:pb-0{
    padding-bottom: 0;
  }

  .sm\:pb-1{
    padding-bottom: 0.5rem;
  }

  .sm\:pb-2{
    padding-bottom: 1rem;
  }

  .sm\:pb-3{
    padding-bottom: 1.5rem;
  }

  .sm\:pb-4{
    padding-bottom: 2rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6{
    padding-bottom: 3rem;
  }

  .sm\:pb-7{
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8{
    padding-bottom: 4rem;
  }

  .sm\:pb-9{
    padding-bottom: 4.5rem;
  }

  .sm\:pb-10{
    padding-bottom: 5rem;
  }

  .sm\:pb-11{
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pb-13{
    padding-bottom: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:pb-1\.5{
    padding-bottom: 1.5rem;
  }

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

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

  .sm\:pb-0\.375{
    padding-bottom: 0.375rem;
  }

  .sm\:pb-0\.75{
    padding-bottom: 0.75rem;
  }

  .sm\:pb-1\.25{
    padding-bottom: 1.25rem;
  }

  .sm\:pl-0{
    padding-left: 0;
  }

  .sm\:pl-1{
    padding-left: 0.5rem;
  }

  .sm\:pl-2{
    padding-left: 1rem;
  }

  .sm\:pl-3{
    padding-left: 1.5rem;
  }

  .sm\:pl-4{
    padding-left: 2rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pl-6{
    padding-left: 3rem;
  }

  .sm\:pl-7{
    padding-left: 1.75rem;
  }

  .sm\:pl-8{
    padding-left: 4rem;
  }

  .sm\:pl-9{
    padding-left: 4.5rem;
  }

  .sm\:pl-10{
    padding-left: 5rem;
  }

  .sm\:pl-11{
    padding-left: 2.75rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pl-13{
    padding-left: 6.5rem;
  }

  .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.25rem;
  }

  .sm\:pl-1\.5{
    padding-left: 1.5rem;
  }

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

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

  .sm\:pl-0\.375{
    padding-left: 0.375rem;
  }

  .sm\:pl-0\.75{
    padding-left: 0.75rem;
  }

  .sm\:pl-1\.25{
    padding-left: 1.25rem;
  }

  .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-kavivanar{
    font-family: kavivanarregular, sans-serif;
  }

  .sm\:font-alkatra{
    font-family: alkatraregular, sans-serif;
  }

  .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\:text-typo-clou-md{
    font-size: 5rem;
    line-height: 6rem;
  }

  .sm\:text-typo-clou{
    font-size: 2rem;
    line-height: 3rem;
  }

  .sm\:text-intro-md{
    font-size: 2rem;
    line-height: 3rem;
  }

  .sm\:text-intro{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-intro-condensed{
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .sm\:text-intro-condensed-md{
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .sm\:text-copy-md{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-copy{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .sm\:text-button-label{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .sm\:text-button-label-md{
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .sm\:text-caption{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-caption-md{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-caption-small{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-caption-small-md{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-caption-very-small{
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .sm\:text-caption-very-small-md{
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .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-tightest{
    letter-spacing: -.075em;
  }

  .sm\:tracking-tighter{
    letter-spacing: -.05em;
  }

  .sm\:tracking-tight{
    letter-spacing: -.025em;
  }

  .sm\:tracking-normal{
    letter-spacing: 0;
  }

  .sm\:tracking-wide{
    letter-spacing: .025em;
  }

  .sm\:tracking-wider{
    letter-spacing: .05em;
  }

  .sm\:tracking-widest{
    letter-spacing: .25em;
  }

  .sm\:text-petrol{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm\:text-graduation-00{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .sm\:text-graduation-25{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .sm\:text-graduation-50{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .sm\:text-graduation-75{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm\:text-graduation-100{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .sm\:text-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .sm\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .sm\:text-purple-80{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm\:text-purple-bright{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .sm\:text-ultramarine{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .sm\:text-accent-red{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm\:text-accent-red-toned{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm\:text-error-red{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .sm\:text-warning-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .sm\:text-success-green{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .sm\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-black-80{
    color: rgba(0,0,0,.8);
  }

  .sm\:text-neutrals-100{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .sm\:text-neutrals-00{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .sm\:text-neutrals-grey{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .sm\:text-grey{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm\:text-light-grey{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .sm\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-white-transparent{
    color: rgba(255,255,255,0);
  }

  .sm\:text-gradient-bw-start{
    color: rgba(231, 231, 231, 1);
  }

  .sm\:text-gradient-bw-end{
    color: rgba(231, 231, 231, 0);
  }

  .group:hover .sm\:group-hover\:text-petrol{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-graduation-00{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-graduation-25{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-graduation-50{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-graduation-75{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-graduation-100{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-80{
    color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .sm\:group-hover\:text-purple-bright{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-ultramarine{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-accent-red{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-accent-red-toned{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-error-red{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warning-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-success-green{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-80{
    color: rgba(0,0,0,.8);
  }

  .group:hover .sm\:group-hover\:text-neutrals-100{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutrals-00{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutrals-grey{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-light-grey{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent{
    color: rgba(255,255,255,0);
  }

  .group:hover .sm\:group-hover\:text-gradient-bw-start{
    color: rgba(231, 231, 231, 1);
  }

  .group:hover .sm\:group-hover\:text-gradient-bw-end{
    color: rgba(231, 231, 231, 0);
  }

  .sm\:focus-within\:text-petrol:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-graduation-00:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-graduation-25:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-graduation-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-graduation-75:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-graduation-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple:focus-within{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-80:focus-within{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus-within\:text-purple-bright:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-ultramarine:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-accent-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-accent-red-toned:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-error-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warning-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-success-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-80:focus-within{
    color: rgba(0,0,0,.8);
  }

  .sm\:focus-within\:text-neutrals-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutrals-00:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutrals-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-light-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    color: rgba(255,255,255,0);
  }

  .sm\:focus-within\:text-gradient-bw-start:focus-within{
    color: rgba(231, 231, 231, 1);
  }

  .sm\:focus-within\:text-gradient-bw-end:focus-within{
    color: rgba(231, 231, 231, 0);
  }

  .sm\:hover\:text-petrol:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm\:hover\:text-graduation-00:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-graduation-25:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-graduation-50:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .sm\:hover\:text-graduation-75:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm\:hover\:text-graduation-100:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-80:hover{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm\:hover\:text-purple-bright:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .sm\:hover\:text-ultramarine:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .sm\:hover\:text-accent-red:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm\:hover\:text-accent-red-toned:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm\:hover\:text-error-red:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warning-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .sm\:hover\:text-success-green:hover{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-80:hover{
    color: rgba(0,0,0,.8);
  }

  .sm\:hover\:text-neutrals-100:hover{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutrals-00:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutrals-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm\:hover\:text-light-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:hover{
    color: rgba(255,255,255,0);
  }

  .sm\:hover\:text-gradient-bw-start:hover{
    color: rgba(231, 231, 231, 1);
  }

  .sm\:hover\:text-gradient-bw-end:hover{
    color: rgba(231, 231, 231, 0);
  }

  .sm\:focus\:text-petrol:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm\:focus\:text-graduation-00:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-graduation-25:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-graduation-50:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .sm\:focus\:text-graduation-75:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm\:focus\:text-graduation-100:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-80:focus{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus\:text-purple-bright:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .sm\:focus\:text-ultramarine:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .sm\:focus\:text-accent-red:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm\:focus\:text-accent-red-toned:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm\:focus\:text-error-red:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warning-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .sm\:focus\:text-success-green:focus{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-80:focus{
    color: rgba(0,0,0,.8);
  }

  .sm\:focus\:text-neutrals-100:focus{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutrals-00:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutrals-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm\:focus\:text-light-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus{
    color: rgba(255,255,255,0);
  }

  .sm\:focus\:text-gradient-bw-start:focus{
    color: rgba(231, 231, 231, 1);
  }

  .sm\:focus\:text-gradient-bw-end:focus{
    color: rgba(231, 231, 231, 0);
  }

  .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-petrol::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-petrol::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-graduation-00::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-graduation-00::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-graduation-25::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-graduation-25::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-graduation-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-graduation-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-graduation-75::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-graduation-75::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-graduation-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-graduation-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-80::-moz-placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm\:placeholder-purple-80::placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm\:placeholder-purple-bright::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-bright::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-ultramarine::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-ultramarine::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-accent-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-accent-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-accent-red-toned::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-accent-red-toned::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warning-yellow::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warning-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-success-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-success-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-80::-moz-placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm\:placeholder-black-80::placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm\:placeholder-neutrals-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutrals-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutrals-00::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutrals-00::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutrals-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutrals-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-light-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-light-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent::-moz-placeholder{
    color: rgba(255,255,255,0);
  }

  .sm\:placeholder-white-transparent::placeholder{
    color: rgba(255,255,255,0);
  }

  .sm\:placeholder-gradient-bw-start::-moz-placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .sm\:placeholder-gradient-bw-start::placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .sm\:placeholder-gradient-bw-end::-moz-placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .sm\:placeholder-gradient-bw-end::placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .sm\:focus\:placeholder-petrol:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-petrol:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-graduation-00:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-graduation-00:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-graduation-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-graduation-25:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-graduation-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-graduation-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-graduation-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-graduation-75:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-graduation-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-graduation-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-80:focus::-moz-placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus\:placeholder-purple-80:focus::placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus\:placeholder-purple-bright:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-bright:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-ultramarine:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-ultramarine:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-accent-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-accent-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-accent-red-toned:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-accent-red-toned:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warning-yellow:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warning-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-success-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-success-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-80:focus::-moz-placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm\:focus\:placeholder-black-80:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm\:focus\:placeholder-neutrals-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutrals-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutrals-00:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutrals-00:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutrals-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutrals-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-light-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-light-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus::-moz-placeholder{
    color: rgba(255,255,255,0);
  }

  .sm\:focus\:placeholder-white-transparent:focus::placeholder{
    color: rgba(255,255,255,0);
  }

  .sm\:focus\:placeholder-gradient-bw-start:focus::-moz-placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .sm\:focus\:placeholder-gradient-bw-start:focus::placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .sm\:focus\:placeholder-gradient-bw-end:focus::-moz-placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .sm\:focus\:placeholder-gradient-bw-end:focus::placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-5{
    opacity: 0.05;
  }

  .sm\:opacity-10{
    opacity: 0.1;
  }

  .sm\:opacity-20{
    opacity: 0.2;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-30{
    opacity: 0.3;
  }

  .sm\:opacity-40{
    opacity: 0.4;
  }

  .sm\:opacity-50{
    opacity: 0.5;
  }

  .sm\:opacity-60{
    opacity: 0.6;
  }

  .sm\:opacity-70{
    opacity: 0.7;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-80{
    opacity: 0.8;
  }

  .sm\:opacity-90{
    opacity: 0.9;
  }

  .sm\:opacity-95{
    opacity: 0.95;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .sm\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .sm\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .sm\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .sm\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .sm\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .sm\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .sm\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .sm\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .sm\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .sm\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .sm\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .sm\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sm\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .sm\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .sm\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .sm\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .sm\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .sm\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .sm\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .sm\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .sm\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .sm\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .sm\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .sm\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .sm\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .sm\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .sm\:bg-blend-color{
    background-blend-mode: color;
  }

  .sm\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .sm\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .sm\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .sm\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .sm\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .sm\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .sm\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .sm\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .sm\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .sm\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .sm\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .sm\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .sm\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .sm\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .sm\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .sm\:mix-blend-color{
    mix-blend-mode: color;
  }

  .sm\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .sm\:shadow-default{
    --tw-shadow: 0px 2px 20px 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-default{
    --tw-shadow: 0px 2px 20px 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-default:focus-within{
    --tw-shadow: 0px 2px 20px 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-default:hover{
    --tw-shadow: 0px 2px 20px 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-default:focus{
    --tw-shadow: 0px 2px 20px 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\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-inset{
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .sm\:ring-petrol{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm\:ring-graduation-00{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-graduation-25{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-graduation-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .sm\:ring-graduation-75{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm\:ring-graduation-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .sm\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-80{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:ring-purple-bright{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .sm\:ring-ultramarine{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .sm\:ring-accent-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm\:ring-accent-red-toned{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm\:ring-error-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .sm\:ring-warning-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .sm\:ring-success-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-black-80{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .sm\:ring-neutrals-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .sm\:ring-neutrals-00{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-neutrals-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .sm\:ring-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm\:ring-light-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .sm\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-white-transparent{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .sm\:ring-gradient-bw-start{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .sm\:ring-gradient-bw-end{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .sm\:focus-within\:ring-petrol:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-graduation-00:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-graduation-25:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-graduation-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-graduation-75:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-graduation-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-80:focus-within{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus-within\:ring-purple-bright:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-ultramarine:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-accent-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-accent-red-toned:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-error-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warning-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-success-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-80:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .sm\:focus-within\:ring-neutrals-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutrals-00:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutrals-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-light-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .sm\:focus-within\:ring-gradient-bw-start:focus-within{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .sm\:focus-within\:ring-gradient-bw-end:focus-within{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .sm\:focus\:ring-petrol:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-graduation-00:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-graduation-25:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-graduation-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-graduation-75:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-graduation-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-80:focus{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus\:ring-purple-bright:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-ultramarine:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-accent-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-accent-red-toned:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-error-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warning-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-success-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-80:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .sm\:focus\:ring-neutrals-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutrals-00:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutrals-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-light-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .sm\:focus\:ring-gradient-bw-start:focus{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .sm\:focus\:ring-gradient-bw-end:focus{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-ring-offset-color: #0C5862;
  }

  .sm\:ring-offset-graduation-00{
    --tw-ring-offset-color: #ECFCFE;
  }

  .sm\:ring-offset-graduation-25{
    --tw-ring-offset-color: #4BE8FA;
  }

  .sm\:ring-offset-graduation-50{
    --tw-ring-offset-color: #03A1B2;
  }

  .sm\:ring-offset-graduation-75{
    --tw-ring-offset-color: #0C5862;
  }

  .sm\:ring-offset-graduation-100{
    --tw-ring-offset-color: #01353B;
  }

  .sm\:ring-offset-purple-dark{
    --tw-ring-offset-color: #95236D;
  }

  .sm\:ring-offset-purple{
    --tw-ring-offset-color: #7B58AE;
  }

  .sm\:ring-offset-purple-80{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:ring-offset-purple-bright{
    --tw-ring-offset-color: #832873;
  }

  .sm\:ring-offset-ultramarine{
    --tw-ring-offset-color: #3E3689;
  }

  .sm\:ring-offset-accent-red{
    --tw-ring-offset-color: #FF7468;
  }

  .sm\:ring-offset-accent-red-toned{
    --tw-ring-offset-color: #FF7468;
  }

  .sm\:ring-offset-error-red{
    --tw-ring-offset-color: #BE0028;
  }

  .sm\:ring-offset-warning-yellow{
    --tw-ring-offset-color: #FFEB3B;
  }

  .sm\:ring-offset-success-green{
    --tw-ring-offset-color: #84BD00;
  }

  .sm\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .sm\:ring-offset-black-80{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .sm\:ring-offset-neutrals-100{
    --tw-ring-offset-color: #293333;
  }

  .sm\:ring-offset-neutrals-00{
    --tw-ring-offset-color: #f2f5f5;
  }

  .sm\:ring-offset-neutrals-grey{
    --tw-ring-offset-color: #b2b2b2;
  }

  .sm\:ring-offset-grey{
    --tw-ring-offset-color: #dee2e6;
  }

  .sm\:ring-offset-light-grey{
    --tw-ring-offset-color: #e6e6e6;
  }

  .sm\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-white-transparent{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .sm\:ring-offset-gradient-bw-start{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .sm\:ring-offset-gradient-bw-end{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .sm\:focus-within\:ring-offset-petrol:focus-within{
    --tw-ring-offset-color: #0C5862;
  }

  .sm\:focus-within\:ring-offset-graduation-00:focus-within{
    --tw-ring-offset-color: #ECFCFE;
  }

  .sm\:focus-within\:ring-offset-graduation-25:focus-within{
    --tw-ring-offset-color: #4BE8FA;
  }

  .sm\:focus-within\:ring-offset-graduation-50:focus-within{
    --tw-ring-offset-color: #03A1B2;
  }

  .sm\:focus-within\:ring-offset-graduation-75:focus-within{
    --tw-ring-offset-color: #0C5862;
  }

  .sm\:focus-within\:ring-offset-graduation-100:focus-within{
    --tw-ring-offset-color: #01353B;
  }

  .sm\:focus-within\:ring-offset-purple-dark:focus-within{
    --tw-ring-offset-color: #95236D;
  }

  .sm\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #7B58AE;
  }

  .sm\:focus-within\:ring-offset-purple-80:focus-within{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus-within\:ring-offset-purple-bright:focus-within{
    --tw-ring-offset-color: #832873;
  }

  .sm\:focus-within\:ring-offset-ultramarine:focus-within{
    --tw-ring-offset-color: #3E3689;
  }

  .sm\:focus-within\:ring-offset-accent-red:focus-within{
    --tw-ring-offset-color: #FF7468;
  }

  .sm\:focus-within\:ring-offset-accent-red-toned:focus-within{
    --tw-ring-offset-color: #FF7468;
  }

  .sm\:focus-within\:ring-offset-error-red:focus-within{
    --tw-ring-offset-color: #BE0028;
  }

  .sm\:focus-within\:ring-offset-warning-yellow:focus-within{
    --tw-ring-offset-color: #FFEB3B;
  }

  .sm\:focus-within\:ring-offset-success-green:focus-within{
    --tw-ring-offset-color: #84BD00;
  }

  .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:ring-offset-black-80:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .sm\:focus-within\:ring-offset-neutrals-100:focus-within{
    --tw-ring-offset-color: #293333;
  }

  .sm\:focus-within\:ring-offset-neutrals-00:focus-within{
    --tw-ring-offset-color: #f2f5f5;
  }

  .sm\:focus-within\:ring-offset-neutrals-grey:focus-within{
    --tw-ring-offset-color: #b2b2b2;
  }

  .sm\:focus-within\:ring-offset-grey:focus-within{
    --tw-ring-offset-color: #dee2e6;
  }

  .sm\:focus-within\:ring-offset-light-grey:focus-within{
    --tw-ring-offset-color: #e6e6e6;
  }

  .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-white-transparent:focus-within{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .sm\:focus-within\:ring-offset-gradient-bw-start:focus-within{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .sm\:focus-within\:ring-offset-gradient-bw-end:focus-within{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .sm\:focus\:ring-offset-petrol:focus{
    --tw-ring-offset-color: #0C5862;
  }

  .sm\:focus\:ring-offset-graduation-00:focus{
    --tw-ring-offset-color: #ECFCFE;
  }

  .sm\:focus\:ring-offset-graduation-25:focus{
    --tw-ring-offset-color: #4BE8FA;
  }

  .sm\:focus\:ring-offset-graduation-50:focus{
    --tw-ring-offset-color: #03A1B2;
  }

  .sm\:focus\:ring-offset-graduation-75:focus{
    --tw-ring-offset-color: #0C5862;
  }

  .sm\:focus\:ring-offset-graduation-100:focus{
    --tw-ring-offset-color: #01353B;
  }

  .sm\:focus\:ring-offset-purple-dark:focus{
    --tw-ring-offset-color: #95236D;
  }

  .sm\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #7B58AE;
  }

  .sm\:focus\:ring-offset-purple-80:focus{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .sm\:focus\:ring-offset-purple-bright:focus{
    --tw-ring-offset-color: #832873;
  }

  .sm\:focus\:ring-offset-ultramarine:focus{
    --tw-ring-offset-color: #3E3689;
  }

  .sm\:focus\:ring-offset-accent-red:focus{
    --tw-ring-offset-color: #FF7468;
  }

  .sm\:focus\:ring-offset-accent-red-toned:focus{
    --tw-ring-offset-color: #FF7468;
  }

  .sm\:focus\:ring-offset-error-red:focus{
    --tw-ring-offset-color: #BE0028;
  }

  .sm\:focus\:ring-offset-warning-yellow:focus{
    --tw-ring-offset-color: #FFEB3B;
  }

  .sm\:focus\:ring-offset-success-green:focus{
    --tw-ring-offset-color: #84BD00;
  }

  .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .sm\:focus\:ring-offset-black-80:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .sm\:focus\:ring-offset-neutrals-100:focus{
    --tw-ring-offset-color: #293333;
  }

  .sm\:focus\:ring-offset-neutrals-00:focus{
    --tw-ring-offset-color: #f2f5f5;
  }

  .sm\:focus\:ring-offset-neutrals-grey:focus{
    --tw-ring-offset-color: #b2b2b2;
  }

  .sm\:focus\:ring-offset-grey:focus{
    --tw-ring-offset-color: #dee2e6;
  }

  .sm\:focus\:ring-offset-light-grey:focus{
    --tw-ring-offset-color: #e6e6e6;
  }

  .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:ring-offset-white-transparent:focus{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .sm\:focus\:ring-offset-gradient-bw-start:focus{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .sm\:focus\:ring-offset-gradient-bw-end:focus{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .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){
  .sm-md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px){
    .sm-md\:container{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

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

  @media (min-width: 1440px){
    .sm-md\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1920px){
    .sm-md\:container{
      max-width: 1920px;
    }
  }

  .sm-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;
  }

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

  .sm-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;
  }

  .sm-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;
  }

  .sm-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;
  }

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

  .sm-md\:pointer-events-none{
    pointer-events: none;
  }

  .sm-md\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm-md\:visible{
    visibility: visible;
  }

  .sm-md\:invisible{
    visibility: hidden;
  }

  .sm-md\:static{
    position: static;
  }

  .sm-md\:fixed{
    position: fixed;
  }

  .sm-md\:absolute{
    position: absolute;
  }

  .sm-md\:relative{
    position: relative;
  }

  .sm-md\:sticky{
    position: sticky;
  }

  .sm-md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm-md\:inset-1{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm-md\:inset-2{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm-md\:inset-3{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm-md\:inset-4{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

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

  .sm-md\:inset-6{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

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

  .sm-md\:inset-8{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm-md\:inset-9{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .sm-md\:inset-10{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

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

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

  .sm-md\:inset-13{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:inset-0\.5{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm-md\:inset-1\.5{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

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

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

  .sm-md\:inset-0\.375{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm-md\:inset-0\.75{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm-md\:inset-1\.25{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm-md\:-inset-1{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm-md\:-inset-2{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm-md\:-inset-3{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm-md\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

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

  .sm-md\:-inset-6{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

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

  .sm-md\:-inset-8{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm-md\:-inset-9{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .sm-md\:-inset-10{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

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

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

  .sm-md\:-inset-13{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:-inset-0\.5{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm-md\:-inset-1\.5{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

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

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

  .sm-md\:-inset-0\.375{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm-md\:-inset-0\.75{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm-md\:-inset-1\.25{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:inset-x-0{
    left: 0;
    right: 0;
  }

  .sm-md\:inset-x-1{
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm-md\:inset-x-2{
    left: 1rem;
    right: 1rem;
  }

  .sm-md\:inset-x-3{
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm-md\:inset-x-4{
    left: 2rem;
    right: 2rem;
  }

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

  .sm-md\:inset-x-6{
    left: 3rem;
    right: 3rem;
  }

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

  .sm-md\:inset-x-8{
    left: 4rem;
    right: 4rem;
  }

  .sm-md\:inset-x-9{
    left: 4.5rem;
    right: 4.5rem;
  }

  .sm-md\:inset-x-10{
    left: 5rem;
    right: 5rem;
  }

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

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

  .sm-md\:inset-x-13{
    left: 6.5rem;
    right: 6.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:inset-x-auto{
    left: auto;
    right: auto;
  }

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

  .sm-md\:inset-x-0\.5{
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm-md\:inset-x-1\.5{
    left: 1.5rem;
    right: 1.5rem;
  }

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

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

  .sm-md\:inset-x-0\.375{
    left: 0.375rem;
    right: 0.375rem;
  }

  .sm-md\:inset-x-0\.75{
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm-md\:inset-x-1\.25{
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm-md\:-inset-x-1{
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm-md\:-inset-x-2{
    left: -1rem;
    right: -1rem;
  }

  .sm-md\:-inset-x-3{
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm-md\:-inset-x-4{
    left: -2rem;
    right: -2rem;
  }

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

  .sm-md\:-inset-x-6{
    left: -3rem;
    right: -3rem;
  }

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

  .sm-md\:-inset-x-8{
    left: -4rem;
    right: -4rem;
  }

  .sm-md\:-inset-x-9{
    left: -4.5rem;
    right: -4.5rem;
  }

  .sm-md\:-inset-x-10{
    left: -5rem;
    right: -5rem;
  }

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

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

  .sm-md\:-inset-x-13{
    left: -6.5rem;
    right: -6.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:-inset-x-0\.5{
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm-md\:-inset-x-1\.5{
    left: -1.5rem;
    right: -1.5rem;
  }

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

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

  .sm-md\:-inset-x-0\.375{
    left: -0.375rem;
    right: -0.375rem;
  }

  .sm-md\:-inset-x-0\.75{
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm-md\:-inset-x-1\.25{
    left: -1.25rem;
    right: -1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm-md\:inset-y-1{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm-md\:inset-y-2{
    top: 1rem;
    bottom: 1rem;
  }

  .sm-md\:inset-y-3{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm-md\:inset-y-4{
    top: 2rem;
    bottom: 2rem;
  }

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

  .sm-md\:inset-y-6{
    top: 3rem;
    bottom: 3rem;
  }

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

  .sm-md\:inset-y-8{
    top: 4rem;
    bottom: 4rem;
  }

  .sm-md\:inset-y-9{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .sm-md\:inset-y-10{
    top: 5rem;
    bottom: 5rem;
  }

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

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

  .sm-md\:inset-y-13{
    top: 6.5rem;
    bottom: 6.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

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

  .sm-md\:inset-y-0\.5{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm-md\:inset-y-1\.5{
    top: 1.5rem;
    bottom: 1.5rem;
  }

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

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

  .sm-md\:inset-y-0\.375{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm-md\:inset-y-0\.75{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm-md\:inset-y-1\.25{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm-md\:-inset-y-1{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm-md\:-inset-y-2{
    top: -1rem;
    bottom: -1rem;
  }

  .sm-md\:-inset-y-3{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm-md\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

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

  .sm-md\:-inset-y-6{
    top: -3rem;
    bottom: -3rem;
  }

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

  .sm-md\:-inset-y-8{
    top: -4rem;
    bottom: -4rem;
  }

  .sm-md\:-inset-y-9{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .sm-md\:-inset-y-10{
    top: -5rem;
    bottom: -5rem;
  }

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

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

  .sm-md\:-inset-y-13{
    top: -6.5rem;
    bottom: -6.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:-inset-y-0\.5{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm-md\:-inset-y-1\.5{
    top: -1.5rem;
    bottom: -1.5rem;
  }

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

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

  .sm-md\:-inset-y-0\.375{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm-md\:-inset-y-0\.75{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm-md\:-inset-y-1\.25{
    top: -1.25rem;
    bottom: -1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:top-0{
    top: 0;
  }

  .sm-md\:top-1{
    top: 0.5rem;
  }

  .sm-md\:top-2{
    top: 1rem;
  }

  .sm-md\:top-3{
    top: 1.5rem;
  }

  .sm-md\:top-4{
    top: 2rem;
  }

  .sm-md\:top-5{
    top: 1.25rem;
  }

  .sm-md\:top-6{
    top: 3rem;
  }

  .sm-md\:top-7{
    top: 1.75rem;
  }

  .sm-md\:top-8{
    top: 4rem;
  }

  .sm-md\:top-9{
    top: 4.5rem;
  }

  .sm-md\:top-10{
    top: 5rem;
  }

  .sm-md\:top-11{
    top: 2.75rem;
  }

  .sm-md\:top-12{
    top: 3rem;
  }

  .sm-md\:top-13{
    top: 6.5rem;
  }

  .sm-md\:top-14{
    top: 3.5rem;
  }

  .sm-md\:top-16{
    top: 4rem;
  }

  .sm-md\:top-20{
    top: 5rem;
  }

  .sm-md\:top-24{
    top: 6rem;
  }

  .sm-md\:top-28{
    top: 7rem;
  }

  .sm-md\:top-32{
    top: 8rem;
  }

  .sm-md\:top-36{
    top: 9rem;
  }

  .sm-md\:top-40{
    top: 10rem;
  }

  .sm-md\:top-44{
    top: 11rem;
  }

  .sm-md\:top-48{
    top: 12rem;
  }

  .sm-md\:top-52{
    top: 13rem;
  }

  .sm-md\:top-56{
    top: 14rem;
  }

  .sm-md\:top-60{
    top: 15rem;
  }

  .sm-md\:top-64{
    top: 16rem;
  }

  .sm-md\:top-72{
    top: 18rem;
  }

  .sm-md\:top-80{
    top: 20rem;
  }

  .sm-md\:top-96{
    top: 24rem;
  }

  .sm-md\:top-auto{
    top: auto;
  }

  .sm-md\:top-px{
    top: 1px;
  }

  .sm-md\:top-0\.5{
    top: 0.25rem;
  }

  .sm-md\:top-1\.5{
    top: 1.5rem;
  }

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

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

  .sm-md\:top-0\.375{
    top: 0.375rem;
  }

  .sm-md\:top-0\.75{
    top: 0.75rem;
  }

  .sm-md\:top-1\.25{
    top: 1.25rem;
  }

  .sm-md\:-top-1{
    top: -0.5rem;
  }

  .sm-md\:-top-2{
    top: -1rem;
  }

  .sm-md\:-top-3{
    top: -1.5rem;
  }

  .sm-md\:-top-4{
    top: -2rem;
  }

  .sm-md\:-top-5{
    top: -1.25rem;
  }

  .sm-md\:-top-6{
    top: -3rem;
  }

  .sm-md\:-top-7{
    top: -1.75rem;
  }

  .sm-md\:-top-8{
    top: -4rem;
  }

  .sm-md\:-top-9{
    top: -4.5rem;
  }

  .sm-md\:-top-10{
    top: -5rem;
  }

  .sm-md\:-top-11{
    top: -2.75rem;
  }

  .sm-md\:-top-12{
    top: -3rem;
  }

  .sm-md\:-top-13{
    top: -6.5rem;
  }

  .sm-md\:-top-14{
    top: -3.5rem;
  }

  .sm-md\:-top-16{
    top: -4rem;
  }

  .sm-md\:-top-20{
    top: -5rem;
  }

  .sm-md\:-top-24{
    top: -6rem;
  }

  .sm-md\:-top-28{
    top: -7rem;
  }

  .sm-md\:-top-32{
    top: -8rem;
  }

  .sm-md\:-top-36{
    top: -9rem;
  }

  .sm-md\:-top-40{
    top: -10rem;
  }

  .sm-md\:-top-44{
    top: -11rem;
  }

  .sm-md\:-top-48{
    top: -12rem;
  }

  .sm-md\:-top-52{
    top: -13rem;
  }

  .sm-md\:-top-56{
    top: -14rem;
  }

  .sm-md\:-top-60{
    top: -15rem;
  }

  .sm-md\:-top-64{
    top: -16rem;
  }

  .sm-md\:-top-72{
    top: -18rem;
  }

  .sm-md\:-top-80{
    top: -20rem;
  }

  .sm-md\:-top-96{
    top: -24rem;
  }

  .sm-md\:-top-px{
    top: -1px;
  }

  .sm-md\:-top-0\.5{
    top: -0.25rem;
  }

  .sm-md\:-top-1\.5{
    top: -1.5rem;
  }

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

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

  .sm-md\:-top-0\.375{
    top: -0.375rem;
  }

  .sm-md\:-top-0\.75{
    top: -0.75rem;
  }

  .sm-md\:-top-1\.25{
    top: -1.25rem;
  }

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

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

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

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

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

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

  .sm-md\:top-full{
    top: 100%;
  }

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

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

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

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

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

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

  .sm-md\:-top-full{
    top: -100%;
  }

  .sm-md\:right-0{
    right: 0;
  }

  .sm-md\:right-1{
    right: 0.5rem;
  }

  .sm-md\:right-2{
    right: 1rem;
  }

  .sm-md\:right-3{
    right: 1.5rem;
  }

  .sm-md\:right-4{
    right: 2rem;
  }

  .sm-md\:right-5{
    right: 1.25rem;
  }

  .sm-md\:right-6{
    right: 3rem;
  }

  .sm-md\:right-7{
    right: 1.75rem;
  }

  .sm-md\:right-8{
    right: 4rem;
  }

  .sm-md\:right-9{
    right: 4.5rem;
  }

  .sm-md\:right-10{
    right: 5rem;
  }

  .sm-md\:right-11{
    right: 2.75rem;
  }

  .sm-md\:right-12{
    right: 3rem;
  }

  .sm-md\:right-13{
    right: 6.5rem;
  }

  .sm-md\:right-14{
    right: 3.5rem;
  }

  .sm-md\:right-16{
    right: 4rem;
  }

  .sm-md\:right-20{
    right: 5rem;
  }

  .sm-md\:right-24{
    right: 6rem;
  }

  .sm-md\:right-28{
    right: 7rem;
  }

  .sm-md\:right-32{
    right: 8rem;
  }

  .sm-md\:right-36{
    right: 9rem;
  }

  .sm-md\:right-40{
    right: 10rem;
  }

  .sm-md\:right-44{
    right: 11rem;
  }

  .sm-md\:right-48{
    right: 12rem;
  }

  .sm-md\:right-52{
    right: 13rem;
  }

  .sm-md\:right-56{
    right: 14rem;
  }

  .sm-md\:right-60{
    right: 15rem;
  }

  .sm-md\:right-64{
    right: 16rem;
  }

  .sm-md\:right-72{
    right: 18rem;
  }

  .sm-md\:right-80{
    right: 20rem;
  }

  .sm-md\:right-96{
    right: 24rem;
  }

  .sm-md\:right-auto{
    right: auto;
  }

  .sm-md\:right-px{
    right: 1px;
  }

  .sm-md\:right-0\.5{
    right: 0.25rem;
  }

  .sm-md\:right-1\.5{
    right: 1.5rem;
  }

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

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

  .sm-md\:right-0\.375{
    right: 0.375rem;
  }

  .sm-md\:right-0\.75{
    right: 0.75rem;
  }

  .sm-md\:right-1\.25{
    right: 1.25rem;
  }

  .sm-md\:-right-1{
    right: -0.5rem;
  }

  .sm-md\:-right-2{
    right: -1rem;
  }

  .sm-md\:-right-3{
    right: -1.5rem;
  }

  .sm-md\:-right-4{
    right: -2rem;
  }

  .sm-md\:-right-5{
    right: -1.25rem;
  }

  .sm-md\:-right-6{
    right: -3rem;
  }

  .sm-md\:-right-7{
    right: -1.75rem;
  }

  .sm-md\:-right-8{
    right: -4rem;
  }

  .sm-md\:-right-9{
    right: -4.5rem;
  }

  .sm-md\:-right-10{
    right: -5rem;
  }

  .sm-md\:-right-11{
    right: -2.75rem;
  }

  .sm-md\:-right-12{
    right: -3rem;
  }

  .sm-md\:-right-13{
    right: -6.5rem;
  }

  .sm-md\:-right-14{
    right: -3.5rem;
  }

  .sm-md\:-right-16{
    right: -4rem;
  }

  .sm-md\:-right-20{
    right: -5rem;
  }

  .sm-md\:-right-24{
    right: -6rem;
  }

  .sm-md\:-right-28{
    right: -7rem;
  }

  .sm-md\:-right-32{
    right: -8rem;
  }

  .sm-md\:-right-36{
    right: -9rem;
  }

  .sm-md\:-right-40{
    right: -10rem;
  }

  .sm-md\:-right-44{
    right: -11rem;
  }

  .sm-md\:-right-48{
    right: -12rem;
  }

  .sm-md\:-right-52{
    right: -13rem;
  }

  .sm-md\:-right-56{
    right: -14rem;
  }

  .sm-md\:-right-60{
    right: -15rem;
  }

  .sm-md\:-right-64{
    right: -16rem;
  }

  .sm-md\:-right-72{
    right: -18rem;
  }

  .sm-md\:-right-80{
    right: -20rem;
  }

  .sm-md\:-right-96{
    right: -24rem;
  }

  .sm-md\:-right-px{
    right: -1px;
  }

  .sm-md\:-right-0\.5{
    right: -0.25rem;
  }

  .sm-md\:-right-1\.5{
    right: -1.5rem;
  }

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

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

  .sm-md\:-right-0\.375{
    right: -0.375rem;
  }

  .sm-md\:-right-0\.75{
    right: -0.75rem;
  }

  .sm-md\:-right-1\.25{
    right: -1.25rem;
  }

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

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

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

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

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

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

  .sm-md\:right-full{
    right: 100%;
  }

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

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

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

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

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

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

  .sm-md\:-right-full{
    right: -100%;
  }

  .sm-md\:bottom-0{
    bottom: 0;
  }

  .sm-md\:bottom-1{
    bottom: 0.5rem;
  }

  .sm-md\:bottom-2{
    bottom: 1rem;
  }

  .sm-md\:bottom-3{
    bottom: 1.5rem;
  }

  .sm-md\:bottom-4{
    bottom: 2rem;
  }

  .sm-md\:bottom-5{
    bottom: 1.25rem;
  }

  .sm-md\:bottom-6{
    bottom: 3rem;
  }

  .sm-md\:bottom-7{
    bottom: 1.75rem;
  }

  .sm-md\:bottom-8{
    bottom: 4rem;
  }

  .sm-md\:bottom-9{
    bottom: 4.5rem;
  }

  .sm-md\:bottom-10{
    bottom: 5rem;
  }

  .sm-md\:bottom-11{
    bottom: 2.75rem;
  }

  .sm-md\:bottom-12{
    bottom: 3rem;
  }

  .sm-md\:bottom-13{
    bottom: 6.5rem;
  }

  .sm-md\:bottom-14{
    bottom: 3.5rem;
  }

  .sm-md\:bottom-16{
    bottom: 4rem;
  }

  .sm-md\:bottom-20{
    bottom: 5rem;
  }

  .sm-md\:bottom-24{
    bottom: 6rem;
  }

  .sm-md\:bottom-28{
    bottom: 7rem;
  }

  .sm-md\:bottom-32{
    bottom: 8rem;
  }

  .sm-md\:bottom-36{
    bottom: 9rem;
  }

  .sm-md\:bottom-40{
    bottom: 10rem;
  }

  .sm-md\:bottom-44{
    bottom: 11rem;
  }

  .sm-md\:bottom-48{
    bottom: 12rem;
  }

  .sm-md\:bottom-52{
    bottom: 13rem;
  }

  .sm-md\:bottom-56{
    bottom: 14rem;
  }

  .sm-md\:bottom-60{
    bottom: 15rem;
  }

  .sm-md\:bottom-64{
    bottom: 16rem;
  }

  .sm-md\:bottom-72{
    bottom: 18rem;
  }

  .sm-md\:bottom-80{
    bottom: 20rem;
  }

  .sm-md\:bottom-96{
    bottom: 24rem;
  }

  .sm-md\:bottom-auto{
    bottom: auto;
  }

  .sm-md\:bottom-px{
    bottom: 1px;
  }

  .sm-md\:bottom-0\.5{
    bottom: 0.25rem;
  }

  .sm-md\:bottom-1\.5{
    bottom: 1.5rem;
  }

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

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

  .sm-md\:bottom-0\.375{
    bottom: 0.375rem;
  }

  .sm-md\:bottom-0\.75{
    bottom: 0.75rem;
  }

  .sm-md\:bottom-1\.25{
    bottom: 1.25rem;
  }

  .sm-md\:-bottom-1{
    bottom: -0.5rem;
  }

  .sm-md\:-bottom-2{
    bottom: -1rem;
  }

  .sm-md\:-bottom-3{
    bottom: -1.5rem;
  }

  .sm-md\:-bottom-4{
    bottom: -2rem;
  }

  .sm-md\:-bottom-5{
    bottom: -1.25rem;
  }

  .sm-md\:-bottom-6{
    bottom: -3rem;
  }

  .sm-md\:-bottom-7{
    bottom: -1.75rem;
  }

  .sm-md\:-bottom-8{
    bottom: -4rem;
  }

  .sm-md\:-bottom-9{
    bottom: -4.5rem;
  }

  .sm-md\:-bottom-10{
    bottom: -5rem;
  }

  .sm-md\:-bottom-11{
    bottom: -2.75rem;
  }

  .sm-md\:-bottom-12{
    bottom: -3rem;
  }

  .sm-md\:-bottom-13{
    bottom: -6.5rem;
  }

  .sm-md\:-bottom-14{
    bottom: -3.5rem;
  }

  .sm-md\:-bottom-16{
    bottom: -4rem;
  }

  .sm-md\:-bottom-20{
    bottom: -5rem;
  }

  .sm-md\:-bottom-24{
    bottom: -6rem;
  }

  .sm-md\:-bottom-28{
    bottom: -7rem;
  }

  .sm-md\:-bottom-32{
    bottom: -8rem;
  }

  .sm-md\:-bottom-36{
    bottom: -9rem;
  }

  .sm-md\:-bottom-40{
    bottom: -10rem;
  }

  .sm-md\:-bottom-44{
    bottom: -11rem;
  }

  .sm-md\:-bottom-48{
    bottom: -12rem;
  }

  .sm-md\:-bottom-52{
    bottom: -13rem;
  }

  .sm-md\:-bottom-56{
    bottom: -14rem;
  }

  .sm-md\:-bottom-60{
    bottom: -15rem;
  }

  .sm-md\:-bottom-64{
    bottom: -16rem;
  }

  .sm-md\:-bottom-72{
    bottom: -18rem;
  }

  .sm-md\:-bottom-80{
    bottom: -20rem;
  }

  .sm-md\:-bottom-96{
    bottom: -24rem;
  }

  .sm-md\:-bottom-px{
    bottom: -1px;
  }

  .sm-md\:-bottom-0\.5{
    bottom: -0.25rem;
  }

  .sm-md\:-bottom-1\.5{
    bottom: -1.5rem;
  }

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

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

  .sm-md\:-bottom-0\.375{
    bottom: -0.375rem;
  }

  .sm-md\:-bottom-0\.75{
    bottom: -0.75rem;
  }

  .sm-md\:-bottom-1\.25{
    bottom: -1.25rem;
  }

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

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

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

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

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

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

  .sm-md\:bottom-full{
    bottom: 100%;
  }

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

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

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

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

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

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

  .sm-md\:-bottom-full{
    bottom: -100%;
  }

  .sm-md\:left-0{
    left: 0;
  }

  .sm-md\:left-1{
    left: 0.5rem;
  }

  .sm-md\:left-2{
    left: 1rem;
  }

  .sm-md\:left-3{
    left: 1.5rem;
  }

  .sm-md\:left-4{
    left: 2rem;
  }

  .sm-md\:left-5{
    left: 1.25rem;
  }

  .sm-md\:left-6{
    left: 3rem;
  }

  .sm-md\:left-7{
    left: 1.75rem;
  }

  .sm-md\:left-8{
    left: 4rem;
  }

  .sm-md\:left-9{
    left: 4.5rem;
  }

  .sm-md\:left-10{
    left: 5rem;
  }

  .sm-md\:left-11{
    left: 2.75rem;
  }

  .sm-md\:left-12{
    left: 3rem;
  }

  .sm-md\:left-13{
    left: 6.5rem;
  }

  .sm-md\:left-14{
    left: 3.5rem;
  }

  .sm-md\:left-16{
    left: 4rem;
  }

  .sm-md\:left-20{
    left: 5rem;
  }

  .sm-md\:left-24{
    left: 6rem;
  }

  .sm-md\:left-28{
    left: 7rem;
  }

  .sm-md\:left-32{
    left: 8rem;
  }

  .sm-md\:left-36{
    left: 9rem;
  }

  .sm-md\:left-40{
    left: 10rem;
  }

  .sm-md\:left-44{
    left: 11rem;
  }

  .sm-md\:left-48{
    left: 12rem;
  }

  .sm-md\:left-52{
    left: 13rem;
  }

  .sm-md\:left-56{
    left: 14rem;
  }

  .sm-md\:left-60{
    left: 15rem;
  }

  .sm-md\:left-64{
    left: 16rem;
  }

  .sm-md\:left-72{
    left: 18rem;
  }

  .sm-md\:left-80{
    left: 20rem;
  }

  .sm-md\:left-96{
    left: 24rem;
  }

  .sm-md\:left-auto{
    left: auto;
  }

  .sm-md\:left-px{
    left: 1px;
  }

  .sm-md\:left-0\.5{
    left: 0.25rem;
  }

  .sm-md\:left-1\.5{
    left: 1.5rem;
  }

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

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

  .sm-md\:left-0\.375{
    left: 0.375rem;
  }

  .sm-md\:left-0\.75{
    left: 0.75rem;
  }

  .sm-md\:left-1\.25{
    left: 1.25rem;
  }

  .sm-md\:-left-1{
    left: -0.5rem;
  }

  .sm-md\:-left-2{
    left: -1rem;
  }

  .sm-md\:-left-3{
    left: -1.5rem;
  }

  .sm-md\:-left-4{
    left: -2rem;
  }

  .sm-md\:-left-5{
    left: -1.25rem;
  }

  .sm-md\:-left-6{
    left: -3rem;
  }

  .sm-md\:-left-7{
    left: -1.75rem;
  }

  .sm-md\:-left-8{
    left: -4rem;
  }

  .sm-md\:-left-9{
    left: -4.5rem;
  }

  .sm-md\:-left-10{
    left: -5rem;
  }

  .sm-md\:-left-11{
    left: -2.75rem;
  }

  .sm-md\:-left-12{
    left: -3rem;
  }

  .sm-md\:-left-13{
    left: -6.5rem;
  }

  .sm-md\:-left-14{
    left: -3.5rem;
  }

  .sm-md\:-left-16{
    left: -4rem;
  }

  .sm-md\:-left-20{
    left: -5rem;
  }

  .sm-md\:-left-24{
    left: -6rem;
  }

  .sm-md\:-left-28{
    left: -7rem;
  }

  .sm-md\:-left-32{
    left: -8rem;
  }

  .sm-md\:-left-36{
    left: -9rem;
  }

  .sm-md\:-left-40{
    left: -10rem;
  }

  .sm-md\:-left-44{
    left: -11rem;
  }

  .sm-md\:-left-48{
    left: -12rem;
  }

  .sm-md\:-left-52{
    left: -13rem;
  }

  .sm-md\:-left-56{
    left: -14rem;
  }

  .sm-md\:-left-60{
    left: -15rem;
  }

  .sm-md\:-left-64{
    left: -16rem;
  }

  .sm-md\:-left-72{
    left: -18rem;
  }

  .sm-md\:-left-80{
    left: -20rem;
  }

  .sm-md\:-left-96{
    left: -24rem;
  }

  .sm-md\:-left-px{
    left: -1px;
  }

  .sm-md\:-left-0\.5{
    left: -0.25rem;
  }

  .sm-md\:-left-1\.5{
    left: -1.5rem;
  }

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

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

  .sm-md\:-left-0\.375{
    left: -0.375rem;
  }

  .sm-md\:-left-0\.75{
    left: -0.75rem;
  }

  .sm-md\:-left-1\.25{
    left: -1.25rem;
  }

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

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

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

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

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

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

  .sm-md\:left-full{
    left: 100%;
  }

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

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

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

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

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

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

  .sm-md\:-left-full{
    left: -100%;
  }

  .sm-md\:isolate{
    isolation: isolate;
  }

  .sm-md\:isolation-auto{
    isolation: auto;
  }

  .sm-md\:z-0{
    z-index: 0;
  }

  .sm-md\:z-10{
    z-index: 10;
  }

  .sm-md\:z-20{
    z-index: 20;
  }

  .sm-md\:z-30{
    z-index: 30;
  }

  .sm-md\:z-40{
    z-index: 40;
  }

  .sm-md\:z-50{
    z-index: 50;
  }

  .sm-md\:z-auto{
    z-index: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:order-1{
    order: 1;
  }

  .sm-md\:order-2{
    order: 2;
  }

  .sm-md\:order-3{
    order: 3;
  }

  .sm-md\:order-4{
    order: 4;
  }

  .sm-md\:order-5{
    order: 5;
  }

  .sm-md\:order-6{
    order: 6;
  }

  .sm-md\:order-7{
    order: 7;
  }

  .sm-md\:order-8{
    order: 8;
  }

  .sm-md\:order-9{
    order: 9;
  }

  .sm-md\:order-10{
    order: 10;
  }

  .sm-md\:order-11{
    order: 11;
  }

  .sm-md\:order-12{
    order: 12;
  }

  .sm-md\:order-first{
    order: -9999;
  }

  .sm-md\:order-last{
    order: 9999;
  }

  .sm-md\:order-none{
    order: 0;
  }

  .sm-md\:col-auto{
    grid-column: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-md\:col-start-1{
    grid-column-start: 1;
  }

  .sm-md\:col-start-2{
    grid-column-start: 2;
  }

  .sm-md\:col-start-3{
    grid-column-start: 3;
  }

  .sm-md\:col-start-4{
    grid-column-start: 4;
  }

  .sm-md\:col-start-5{
    grid-column-start: 5;
  }

  .sm-md\:col-start-6{
    grid-column-start: 6;
  }

  .sm-md\:col-start-7{
    grid-column-start: 7;
  }

  .sm-md\:col-start-8{
    grid-column-start: 8;
  }

  .sm-md\:col-start-9{
    grid-column-start: 9;
  }

  .sm-md\:col-start-10{
    grid-column-start: 10;
  }

  .sm-md\:col-start-11{
    grid-column-start: 11;
  }

  .sm-md\:col-start-12{
    grid-column-start: 12;
  }

  .sm-md\:col-start-13{
    grid-column-start: 13;
  }

  .sm-md\:col-start-auto{
    grid-column-start: auto;
  }

  .sm-md\:col-end-1{
    grid-column-end: 1;
  }

  .sm-md\:col-end-2{
    grid-column-end: 2;
  }

  .sm-md\:col-end-3{
    grid-column-end: 3;
  }

  .sm-md\:col-end-4{
    grid-column-end: 4;
  }

  .sm-md\:col-end-5{
    grid-column-end: 5;
  }

  .sm-md\:col-end-6{
    grid-column-end: 6;
  }

  .sm-md\:col-end-7{
    grid-column-end: 7;
  }

  .sm-md\:col-end-8{
    grid-column-end: 8;
  }

  .sm-md\:col-end-9{
    grid-column-end: 9;
  }

  .sm-md\:col-end-10{
    grid-column-end: 10;
  }

  .sm-md\:col-end-11{
    grid-column-end: 11;
  }

  .sm-md\:col-end-12{
    grid-column-end: 12;
  }

  .sm-md\:col-end-13{
    grid-column-end: 13;
  }

  .sm-md\:col-end-auto{
    grid-column-end: auto;
  }

  .sm-md\:row-auto{
    grid-row: auto;
  }

  .sm-md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .sm-md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .sm-md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .sm-md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .sm-md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .sm-md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .sm-md\:row-span-full{
    grid-row: 1 / -1;
  }

  .sm-md\:row-start-1{
    grid-row-start: 1;
  }

  .sm-md\:row-start-2{
    grid-row-start: 2;
  }

  .sm-md\:row-start-3{
    grid-row-start: 3;
  }

  .sm-md\:row-start-4{
    grid-row-start: 4;
  }

  .sm-md\:row-start-5{
    grid-row-start: 5;
  }

  .sm-md\:row-start-6{
    grid-row-start: 6;
  }

  .sm-md\:row-start-7{
    grid-row-start: 7;
  }

  .sm-md\:row-start-auto{
    grid-row-start: auto;
  }

  .sm-md\:row-end-1{
    grid-row-end: 1;
  }

  .sm-md\:row-end-2{
    grid-row-end: 2;
  }

  .sm-md\:row-end-3{
    grid-row-end: 3;
  }

  .sm-md\:row-end-4{
    grid-row-end: 4;
  }

  .sm-md\:row-end-5{
    grid-row-end: 5;
  }

  .sm-md\:row-end-6{
    grid-row-end: 6;
  }

  .sm-md\:row-end-7{
    grid-row-end: 7;
  }

  .sm-md\:row-end-auto{
    grid-row-end: auto;
  }

  .sm-md\:float-right{
    float: right;
  }

  .sm-md\:float-left{
    float: left;
  }

  .sm-md\:float-none{
    float: none;
  }

  .sm-md\:clear-left{
    clear: left;
  }

  .sm-md\:clear-right{
    clear: right;
  }

  .sm-md\:clear-both{
    clear: both;
  }

  .sm-md\:clear-none{
    clear: none;
  }

  .sm-md\:m-0{
    margin: 0;
  }

  .sm-md\:m-1{
    margin: 0.5rem;
  }

  .sm-md\:m-2{
    margin: 1rem;
  }

  .sm-md\:m-3{
    margin: 1.5rem;
  }

  .sm-md\:m-4{
    margin: 2rem;
  }

  .sm-md\:m-5{
    margin: 1.25rem;
  }

  .sm-md\:m-6{
    margin: 3rem;
  }

  .sm-md\:m-7{
    margin: 1.75rem;
  }

  .sm-md\:m-8{
    margin: 4rem;
  }

  .sm-md\:m-9{
    margin: 4.5rem;
  }

  .sm-md\:m-10{
    margin: 5rem;
  }

  .sm-md\:m-11{
    margin: 2.75rem;
  }

  .sm-md\:m-12{
    margin: 3rem;
  }

  .sm-md\:m-13{
    margin: 6.5rem;
  }

  .sm-md\:m-14{
    margin: 3.5rem;
  }

  .sm-md\:m-16{
    margin: 4rem;
  }

  .sm-md\:m-20{
    margin: 5rem;
  }

  .sm-md\:m-24{
    margin: 6rem;
  }

  .sm-md\:m-28{
    margin: 7rem;
  }

  .sm-md\:m-32{
    margin: 8rem;
  }

  .sm-md\:m-36{
    margin: 9rem;
  }

  .sm-md\:m-40{
    margin: 10rem;
  }

  .sm-md\:m-44{
    margin: 11rem;
  }

  .sm-md\:m-48{
    margin: 12rem;
  }

  .sm-md\:m-52{
    margin: 13rem;
  }

  .sm-md\:m-56{
    margin: 14rem;
  }

  .sm-md\:m-60{
    margin: 15rem;
  }

  .sm-md\:m-64{
    margin: 16rem;
  }

  .sm-md\:m-72{
    margin: 18rem;
  }

  .sm-md\:m-80{
    margin: 20rem;
  }

  .sm-md\:m-96{
    margin: 24rem;
  }

  .sm-md\:m-auto{
    margin: auto;
  }

  .sm-md\:m-px{
    margin: 1px;
  }

  .sm-md\:m-0\.5{
    margin: 0.25rem;
  }

  .sm-md\:m-1\.5{
    margin: 1.5rem;
  }

  .sm-md\:m-2\.5{
    margin: 0.625rem;
  }

  .sm-md\:m-3\.5{
    margin: 0.875rem;
  }

  .sm-md\:m-0\.375{
    margin: 0.375rem;
  }

  .sm-md\:m-0\.75{
    margin: 0.75rem;
  }

  .sm-md\:m-1\.25{
    margin: 1.25rem;
  }

  .sm-md\:-m-1{
    margin: -0.5rem;
  }

  .sm-md\:-m-2{
    margin: -1rem;
  }

  .sm-md\:-m-3{
    margin: -1.5rem;
  }

  .sm-md\:-m-4{
    margin: -2rem;
  }

  .sm-md\:-m-5{
    margin: -1.25rem;
  }

  .sm-md\:-m-6{
    margin: -3rem;
  }

  .sm-md\:-m-7{
    margin: -1.75rem;
  }

  .sm-md\:-m-8{
    margin: -4rem;
  }

  .sm-md\:-m-9{
    margin: -4.5rem;
  }

  .sm-md\:-m-10{
    margin: -5rem;
  }

  .sm-md\:-m-11{
    margin: -2.75rem;
  }

  .sm-md\:-m-12{
    margin: -3rem;
  }

  .sm-md\:-m-13{
    margin: -6.5rem;
  }

  .sm-md\:-m-14{
    margin: -3.5rem;
  }

  .sm-md\:-m-16{
    margin: -4rem;
  }

  .sm-md\:-m-20{
    margin: -5rem;
  }

  .sm-md\:-m-24{
    margin: -6rem;
  }

  .sm-md\:-m-28{
    margin: -7rem;
  }

  .sm-md\:-m-32{
    margin: -8rem;
  }

  .sm-md\:-m-36{
    margin: -9rem;
  }

  .sm-md\:-m-40{
    margin: -10rem;
  }

  .sm-md\:-m-44{
    margin: -11rem;
  }

  .sm-md\:-m-48{
    margin: -12rem;
  }

  .sm-md\:-m-52{
    margin: -13rem;
  }

  .sm-md\:-m-56{
    margin: -14rem;
  }

  .sm-md\:-m-60{
    margin: -15rem;
  }

  .sm-md\:-m-64{
    margin: -16rem;
  }

  .sm-md\:-m-72{
    margin: -18rem;
  }

  .sm-md\:-m-80{
    margin: -20rem;
  }

  .sm-md\:-m-96{
    margin: -24rem;
  }

  .sm-md\:-m-px{
    margin: -1px;
  }

  .sm-md\:-m-0\.5{
    margin: -0.25rem;
  }

  .sm-md\:-m-1\.5{
    margin: -1.5rem;
  }

  .sm-md\:-m-2\.5{
    margin: -0.625rem;
  }

  .sm-md\:-m-3\.5{
    margin: -0.875rem;
  }

  .sm-md\:-m-0\.375{
    margin: -0.375rem;
  }

  .sm-md\:-m-0\.75{
    margin: -0.75rem;
  }

  .sm-md\:-m-1\.25{
    margin: -1.25rem;
  }

  .sm-md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm-md\:mx-1{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-md\:mx-2{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm-md\:mx-3{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm-md\:mx-4{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm-md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm-md\:mx-6{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm-md\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm-md\:mx-8{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm-md\:mx-9{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm-md\:mx-10{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm-md\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm-md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm-md\:mx-13{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm-md\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm-md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm-md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm-md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm-md\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm-md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm-md\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm-md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm-md\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm-md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm-md\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm-md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm-md\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm-md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm-md\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm-md\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm-md\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm-md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm-md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm-md\:mx-0\.5{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm-md\:mx-1\.5{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm-md\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm-md\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm-md\:mx-0\.375{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm-md\:mx-0\.75{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm-md\:mx-1\.25{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm-md\:-mx-1{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-md\:-mx-2{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm-md\:-mx-3{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm-md\:-mx-4{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm-md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm-md\:-mx-6{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm-md\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm-md\:-mx-8{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm-md\:-mx-9{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm-md\:-mx-10{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm-md\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm-md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm-md\:-mx-13{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .sm-md\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm-md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm-md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm-md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm-md\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm-md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm-md\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm-md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm-md\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm-md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm-md\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm-md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm-md\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm-md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm-md\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm-md\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm-md\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm-md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm-md\:-mx-0\.5{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm-md\:-mx-1\.5{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm-md\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm-md\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm-md\:-mx-0\.375{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm-md\:-mx-0\.75{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm-md\:-mx-1\.25{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm-md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-md\:my-1{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-md\:my-2{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm-md\:my-3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm-md\:my-4{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm-md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm-md\:my-6{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm-md\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm-md\:my-8{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm-md\:my-9{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm-md\:my-10{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm-md\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm-md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm-md\:my-13{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm-md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm-md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm-md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm-md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm-md\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm-md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm-md\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm-md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm-md\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm-md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm-md\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm-md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm-md\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm-md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm-md\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm-md\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm-md\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm-md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm-md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm-md\:my-0\.5{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm-md\:my-1\.5{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm-md\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm-md\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm-md\:my-0\.375{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm-md\:my-0\.75{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm-md\:my-1\.25{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm-md\:-my-1{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-md\:-my-2{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm-md\:-my-3{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm-md\:-my-4{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm-md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm-md\:-my-6{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm-md\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm-md\:-my-8{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm-md\:-my-9{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm-md\:-my-10{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm-md\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm-md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm-md\:-my-13{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .sm-md\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm-md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm-md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm-md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm-md\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm-md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm-md\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm-md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm-md\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm-md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm-md\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm-md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm-md\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm-md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm-md\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm-md\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm-md\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm-md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm-md\:-my-0\.5{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-md\:-my-1\.5{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm-md\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm-md\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm-md\:-my-0\.375{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm-md\:-my-0\.75{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm-md\:-my-1\.25{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm-md\:mt-0{
    margin-top: 0;
  }

  .sm-md\:mt-1{
    margin-top: 0.5rem;
  }

  .sm-md\:mt-2{
    margin-top: 1rem;
  }

  .sm-md\:mt-3{
    margin-top: 1.5rem;
  }

  .sm-md\:mt-4{
    margin-top: 2rem;
  }

  .sm-md\:mt-5{
    margin-top: 1.25rem;
  }

  .sm-md\:mt-6{
    margin-top: 3rem;
  }

  .sm-md\:mt-7{
    margin-top: 1.75rem;
  }

  .sm-md\:mt-8{
    margin-top: 4rem;
  }

  .sm-md\:mt-9{
    margin-top: 4.5rem;
  }

  .sm-md\:mt-10{
    margin-top: 5rem;
  }

  .sm-md\:mt-11{
    margin-top: 2.75rem;
  }

  .sm-md\:mt-12{
    margin-top: 3rem;
  }

  .sm-md\:mt-13{
    margin-top: 6.5rem;
  }

  .sm-md\:mt-14{
    margin-top: 3.5rem;
  }

  .sm-md\:mt-16{
    margin-top: 4rem;
  }

  .sm-md\:mt-20{
    margin-top: 5rem;
  }

  .sm-md\:mt-24{
    margin-top: 6rem;
  }

  .sm-md\:mt-28{
    margin-top: 7rem;
  }

  .sm-md\:mt-32{
    margin-top: 8rem;
  }

  .sm-md\:mt-36{
    margin-top: 9rem;
  }

  .sm-md\:mt-40{
    margin-top: 10rem;
  }

  .sm-md\:mt-44{
    margin-top: 11rem;
  }

  .sm-md\:mt-48{
    margin-top: 12rem;
  }

  .sm-md\:mt-52{
    margin-top: 13rem;
  }

  .sm-md\:mt-56{
    margin-top: 14rem;
  }

  .sm-md\:mt-60{
    margin-top: 15rem;
  }

  .sm-md\:mt-64{
    margin-top: 16rem;
  }

  .sm-md\:mt-72{
    margin-top: 18rem;
  }

  .sm-md\:mt-80{
    margin-top: 20rem;
  }

  .sm-md\:mt-96{
    margin-top: 24rem;
  }

  .sm-md\:mt-auto{
    margin-top: auto;
  }

  .sm-md\:mt-px{
    margin-top: 1px;
  }

  .sm-md\:mt-0\.5{
    margin-top: 0.25rem;
  }

  .sm-md\:mt-1\.5{
    margin-top: 1.5rem;
  }

  .sm-md\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .sm-md\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .sm-md\:mt-0\.375{
    margin-top: 0.375rem;
  }

  .sm-md\:mt-0\.75{
    margin-top: 0.75rem;
  }

  .sm-md\:mt-1\.25{
    margin-top: 1.25rem;
  }

  .sm-md\:-mt-1{
    margin-top: -0.5rem;
  }

  .sm-md\:-mt-2{
    margin-top: -1rem;
  }

  .sm-md\:-mt-3{
    margin-top: -1.5rem;
  }

  .sm-md\:-mt-4{
    margin-top: -2rem;
  }

  .sm-md\:-mt-5{
    margin-top: -1.25rem;
  }

  .sm-md\:-mt-6{
    margin-top: -3rem;
  }

  .sm-md\:-mt-7{
    margin-top: -1.75rem;
  }

  .sm-md\:-mt-8{
    margin-top: -4rem;
  }

  .sm-md\:-mt-9{
    margin-top: -4.5rem;
  }

  .sm-md\:-mt-10{
    margin-top: -5rem;
  }

  .sm-md\:-mt-11{
    margin-top: -2.75rem;
  }

  .sm-md\:-mt-12{
    margin-top: -3rem;
  }

  .sm-md\:-mt-13{
    margin-top: -6.5rem;
  }

  .sm-md\:-mt-14{
    margin-top: -3.5rem;
  }

  .sm-md\:-mt-16{
    margin-top: -4rem;
  }

  .sm-md\:-mt-20{
    margin-top: -5rem;
  }

  .sm-md\:-mt-24{
    margin-top: -6rem;
  }

  .sm-md\:-mt-28{
    margin-top: -7rem;
  }

  .sm-md\:-mt-32{
    margin-top: -8rem;
  }

  .sm-md\:-mt-36{
    margin-top: -9rem;
  }

  .sm-md\:-mt-40{
    margin-top: -10rem;
  }

  .sm-md\:-mt-44{
    margin-top: -11rem;
  }

  .sm-md\:-mt-48{
    margin-top: -12rem;
  }

  .sm-md\:-mt-52{
    margin-top: -13rem;
  }

  .sm-md\:-mt-56{
    margin-top: -14rem;
  }

  .sm-md\:-mt-60{
    margin-top: -15rem;
  }

  .sm-md\:-mt-64{
    margin-top: -16rem;
  }

  .sm-md\:-mt-72{
    margin-top: -18rem;
  }

  .sm-md\:-mt-80{
    margin-top: -20rem;
  }

  .sm-md\:-mt-96{
    margin-top: -24rem;
  }

  .sm-md\:-mt-px{
    margin-top: -1px;
  }

  .sm-md\:-mt-0\.5{
    margin-top: -0.25rem;
  }

  .sm-md\:-mt-1\.5{
    margin-top: -1.5rem;
  }

  .sm-md\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .sm-md\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .sm-md\:-mt-0\.375{
    margin-top: -0.375rem;
  }

  .sm-md\:-mt-0\.75{
    margin-top: -0.75rem;
  }

  .sm-md\:-mt-1\.25{
    margin-top: -1.25rem;
  }

  .sm-md\:mr-0{
    margin-right: 0;
  }

  .sm-md\:mr-1{
    margin-right: 0.5rem;
  }

  .sm-md\:mr-2{
    margin-right: 1rem;
  }

  .sm-md\:mr-3{
    margin-right: 1.5rem;
  }

  .sm-md\:mr-4{
    margin-right: 2rem;
  }

  .sm-md\:mr-5{
    margin-right: 1.25rem;
  }

  .sm-md\:mr-6{
    margin-right: 3rem;
  }

  .sm-md\:mr-7{
    margin-right: 1.75rem;
  }

  .sm-md\:mr-8{
    margin-right: 4rem;
  }

  .sm-md\:mr-9{
    margin-right: 4.5rem;
  }

  .sm-md\:mr-10{
    margin-right: 5rem;
  }

  .sm-md\:mr-11{
    margin-right: 2.75rem;
  }

  .sm-md\:mr-12{
    margin-right: 3rem;
  }

  .sm-md\:mr-13{
    margin-right: 6.5rem;
  }

  .sm-md\:mr-14{
    margin-right: 3.5rem;
  }

  .sm-md\:mr-16{
    margin-right: 4rem;
  }

  .sm-md\:mr-20{
    margin-right: 5rem;
  }

  .sm-md\:mr-24{
    margin-right: 6rem;
  }

  .sm-md\:mr-28{
    margin-right: 7rem;
  }

  .sm-md\:mr-32{
    margin-right: 8rem;
  }

  .sm-md\:mr-36{
    margin-right: 9rem;
  }

  .sm-md\:mr-40{
    margin-right: 10rem;
  }

  .sm-md\:mr-44{
    margin-right: 11rem;
  }

  .sm-md\:mr-48{
    margin-right: 12rem;
  }

  .sm-md\:mr-52{
    margin-right: 13rem;
  }

  .sm-md\:mr-56{
    margin-right: 14rem;
  }

  .sm-md\:mr-60{
    margin-right: 15rem;
  }

  .sm-md\:mr-64{
    margin-right: 16rem;
  }

  .sm-md\:mr-72{
    margin-right: 18rem;
  }

  .sm-md\:mr-80{
    margin-right: 20rem;
  }

  .sm-md\:mr-96{
    margin-right: 24rem;
  }

  .sm-md\:mr-auto{
    margin-right: auto;
  }

  .sm-md\:mr-px{
    margin-right: 1px;
  }

  .sm-md\:mr-0\.5{
    margin-right: 0.25rem;
  }

  .sm-md\:mr-1\.5{
    margin-right: 1.5rem;
  }

  .sm-md\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .sm-md\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .sm-md\:mr-0\.375{
    margin-right: 0.375rem;
  }

  .sm-md\:mr-0\.75{
    margin-right: 0.75rem;
  }

  .sm-md\:mr-1\.25{
    margin-right: 1.25rem;
  }

  .sm-md\:-mr-1{
    margin-right: -0.5rem;
  }

  .sm-md\:-mr-2{
    margin-right: -1rem;
  }

  .sm-md\:-mr-3{
    margin-right: -1.5rem;
  }

  .sm-md\:-mr-4{
    margin-right: -2rem;
  }

  .sm-md\:-mr-5{
    margin-right: -1.25rem;
  }

  .sm-md\:-mr-6{
    margin-right: -3rem;
  }

  .sm-md\:-mr-7{
    margin-right: -1.75rem;
  }

  .sm-md\:-mr-8{
    margin-right: -4rem;
  }

  .sm-md\:-mr-9{
    margin-right: -4.5rem;
  }

  .sm-md\:-mr-10{
    margin-right: -5rem;
  }

  .sm-md\:-mr-11{
    margin-right: -2.75rem;
  }

  .sm-md\:-mr-12{
    margin-right: -3rem;
  }

  .sm-md\:-mr-13{
    margin-right: -6.5rem;
  }

  .sm-md\:-mr-14{
    margin-right: -3.5rem;
  }

  .sm-md\:-mr-16{
    margin-right: -4rem;
  }

  .sm-md\:-mr-20{
    margin-right: -5rem;
  }

  .sm-md\:-mr-24{
    margin-right: -6rem;
  }

  .sm-md\:-mr-28{
    margin-right: -7rem;
  }

  .sm-md\:-mr-32{
    margin-right: -8rem;
  }

  .sm-md\:-mr-36{
    margin-right: -9rem;
  }

  .sm-md\:-mr-40{
    margin-right: -10rem;
  }

  .sm-md\:-mr-44{
    margin-right: -11rem;
  }

  .sm-md\:-mr-48{
    margin-right: -12rem;
  }

  .sm-md\:-mr-52{
    margin-right: -13rem;
  }

  .sm-md\:-mr-56{
    margin-right: -14rem;
  }

  .sm-md\:-mr-60{
    margin-right: -15rem;
  }

  .sm-md\:-mr-64{
    margin-right: -16rem;
  }

  .sm-md\:-mr-72{
    margin-right: -18rem;
  }

  .sm-md\:-mr-80{
    margin-right: -20rem;
  }

  .sm-md\:-mr-96{
    margin-right: -24rem;
  }

  .sm-md\:-mr-px{
    margin-right: -1px;
  }

  .sm-md\:-mr-0\.5{
    margin-right: -0.25rem;
  }

  .sm-md\:-mr-1\.5{
    margin-right: -1.5rem;
  }

  .sm-md\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .sm-md\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .sm-md\:-mr-0\.375{
    margin-right: -0.375rem;
  }

  .sm-md\:-mr-0\.75{
    margin-right: -0.75rem;
  }

  .sm-md\:-mr-1\.25{
    margin-right: -1.25rem;
  }

  .sm-md\:mb-0{
    margin-bottom: 0;
  }

  .sm-md\:mb-1{
    margin-bottom: 0.5rem;
  }

  .sm-md\:mb-2{
    margin-bottom: 1rem;
  }

  .sm-md\:mb-3{
    margin-bottom: 1.5rem;
  }

  .sm-md\:mb-4{
    margin-bottom: 2rem;
  }

  .sm-md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm-md\:mb-6{
    margin-bottom: 3rem;
  }

  .sm-md\:mb-7{
    margin-bottom: 1.75rem;
  }

  .sm-md\:mb-8{
    margin-bottom: 4rem;
  }

  .sm-md\:mb-9{
    margin-bottom: 4.5rem;
  }

  .sm-md\:mb-10{
    margin-bottom: 5rem;
  }

  .sm-md\:mb-11{
    margin-bottom: 2.75rem;
  }

  .sm-md\:mb-12{
    margin-bottom: 3rem;
  }

  .sm-md\:mb-13{
    margin-bottom: 6.5rem;
  }

  .sm-md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .sm-md\:mb-16{
    margin-bottom: 4rem;
  }

  .sm-md\:mb-20{
    margin-bottom: 5rem;
  }

  .sm-md\:mb-24{
    margin-bottom: 6rem;
  }

  .sm-md\:mb-28{
    margin-bottom: 7rem;
  }

  .sm-md\:mb-32{
    margin-bottom: 8rem;
  }

  .sm-md\:mb-36{
    margin-bottom: 9rem;
  }

  .sm-md\:mb-40{
    margin-bottom: 10rem;
  }

  .sm-md\:mb-44{
    margin-bottom: 11rem;
  }

  .sm-md\:mb-48{
    margin-bottom: 12rem;
  }

  .sm-md\:mb-52{
    margin-bottom: 13rem;
  }

  .sm-md\:mb-56{
    margin-bottom: 14rem;
  }

  .sm-md\:mb-60{
    margin-bottom: 15rem;
  }

  .sm-md\:mb-64{
    margin-bottom: 16rem;
  }

  .sm-md\:mb-72{
    margin-bottom: 18rem;
  }

  .sm-md\:mb-80{
    margin-bottom: 20rem;
  }

  .sm-md\:mb-96{
    margin-bottom: 24rem;
  }

  .sm-md\:mb-auto{
    margin-bottom: auto;
  }

  .sm-md\:mb-px{
    margin-bottom: 1px;
  }

  .sm-md\:mb-0\.5{
    margin-bottom: 0.25rem;
  }

  .sm-md\:mb-1\.5{
    margin-bottom: 1.5rem;
  }

  .sm-md\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .sm-md\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .sm-md\:mb-0\.375{
    margin-bottom: 0.375rem;
  }

  .sm-md\:mb-0\.75{
    margin-bottom: 0.75rem;
  }

  .sm-md\:mb-1\.25{
    margin-bottom: 1.25rem;
  }

  .sm-md\:-mb-1{
    margin-bottom: -0.5rem;
  }

  .sm-md\:-mb-2{
    margin-bottom: -1rem;
  }

  .sm-md\:-mb-3{
    margin-bottom: -1.5rem;
  }

  .sm-md\:-mb-4{
    margin-bottom: -2rem;
  }

  .sm-md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sm-md\:-mb-6{
    margin-bottom: -3rem;
  }

  .sm-md\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .sm-md\:-mb-8{
    margin-bottom: -4rem;
  }

  .sm-md\:-mb-9{
    margin-bottom: -4.5rem;
  }

  .sm-md\:-mb-10{
    margin-bottom: -5rem;
  }

  .sm-md\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .sm-md\:-mb-12{
    margin-bottom: -3rem;
  }

  .sm-md\:-mb-13{
    margin-bottom: -6.5rem;
  }

  .sm-md\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .sm-md\:-mb-16{
    margin-bottom: -4rem;
  }

  .sm-md\:-mb-20{
    margin-bottom: -5rem;
  }

  .sm-md\:-mb-24{
    margin-bottom: -6rem;
  }

  .sm-md\:-mb-28{
    margin-bottom: -7rem;
  }

  .sm-md\:-mb-32{
    margin-bottom: -8rem;
  }

  .sm-md\:-mb-36{
    margin-bottom: -9rem;
  }

  .sm-md\:-mb-40{
    margin-bottom: -10rem;
  }

  .sm-md\:-mb-44{
    margin-bottom: -11rem;
  }

  .sm-md\:-mb-48{
    margin-bottom: -12rem;
  }

  .sm-md\:-mb-52{
    margin-bottom: -13rem;
  }

  .sm-md\:-mb-56{
    margin-bottom: -14rem;
  }

  .sm-md\:-mb-60{
    margin-bottom: -15rem;
  }

  .sm-md\:-mb-64{
    margin-bottom: -16rem;
  }

  .sm-md\:-mb-72{
    margin-bottom: -18rem;
  }

  .sm-md\:-mb-80{
    margin-bottom: -20rem;
  }

  .sm-md\:-mb-96{
    margin-bottom: -24rem;
  }

  .sm-md\:-mb-px{
    margin-bottom: -1px;
  }

  .sm-md\:-mb-0\.5{
    margin-bottom: -0.25rem;
  }

  .sm-md\:-mb-1\.5{
    margin-bottom: -1.5rem;
  }

  .sm-md\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .sm-md\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .sm-md\:-mb-0\.375{
    margin-bottom: -0.375rem;
  }

  .sm-md\:-mb-0\.75{
    margin-bottom: -0.75rem;
  }

  .sm-md\:-mb-1\.25{
    margin-bottom: -1.25rem;
  }

  .sm-md\:ml-0{
    margin-left: 0;
  }

  .sm-md\:ml-1{
    margin-left: 0.5rem;
  }

  .sm-md\:ml-2{
    margin-left: 1rem;
  }

  .sm-md\:ml-3{
    margin-left: 1.5rem;
  }

  .sm-md\:ml-4{
    margin-left: 2rem;
  }

  .sm-md\:ml-5{
    margin-left: 1.25rem;
  }

  .sm-md\:ml-6{
    margin-left: 3rem;
  }

  .sm-md\:ml-7{
    margin-left: 1.75rem;
  }

  .sm-md\:ml-8{
    margin-left: 4rem;
  }

  .sm-md\:ml-9{
    margin-left: 4.5rem;
  }

  .sm-md\:ml-10{
    margin-left: 5rem;
  }

  .sm-md\:ml-11{
    margin-left: 2.75rem;
  }

  .sm-md\:ml-12{
    margin-left: 3rem;
  }

  .sm-md\:ml-13{
    margin-left: 6.5rem;
  }

  .sm-md\:ml-14{
    margin-left: 3.5rem;
  }

  .sm-md\:ml-16{
    margin-left: 4rem;
  }

  .sm-md\:ml-20{
    margin-left: 5rem;
  }

  .sm-md\:ml-24{
    margin-left: 6rem;
  }

  .sm-md\:ml-28{
    margin-left: 7rem;
  }

  .sm-md\:ml-32{
    margin-left: 8rem;
  }

  .sm-md\:ml-36{
    margin-left: 9rem;
  }

  .sm-md\:ml-40{
    margin-left: 10rem;
  }

  .sm-md\:ml-44{
    margin-left: 11rem;
  }

  .sm-md\:ml-48{
    margin-left: 12rem;
  }

  .sm-md\:ml-52{
    margin-left: 13rem;
  }

  .sm-md\:ml-56{
    margin-left: 14rem;
  }

  .sm-md\:ml-60{
    margin-left: 15rem;
  }

  .sm-md\:ml-64{
    margin-left: 16rem;
  }

  .sm-md\:ml-72{
    margin-left: 18rem;
  }

  .sm-md\:ml-80{
    margin-left: 20rem;
  }

  .sm-md\:ml-96{
    margin-left: 24rem;
  }

  .sm-md\:ml-auto{
    margin-left: auto;
  }

  .sm-md\:ml-px{
    margin-left: 1px;
  }

  .sm-md\:ml-0\.5{
    margin-left: 0.25rem;
  }

  .sm-md\:ml-1\.5{
    margin-left: 1.5rem;
  }

  .sm-md\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .sm-md\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .sm-md\:ml-0\.375{
    margin-left: 0.375rem;
  }

  .sm-md\:ml-0\.75{
    margin-left: 0.75rem;
  }

  .sm-md\:ml-1\.25{
    margin-left: 1.25rem;
  }

  .sm-md\:-ml-1{
    margin-left: -0.5rem;
  }

  .sm-md\:-ml-2{
    margin-left: -1rem;
  }

  .sm-md\:-ml-3{
    margin-left: -1.5rem;
  }

  .sm-md\:-ml-4{
    margin-left: -2rem;
  }

  .sm-md\:-ml-5{
    margin-left: -1.25rem;
  }

  .sm-md\:-ml-6{
    margin-left: -3rem;
  }

  .sm-md\:-ml-7{
    margin-left: -1.75rem;
  }

  .sm-md\:-ml-8{
    margin-left: -4rem;
  }

  .sm-md\:-ml-9{
    margin-left: -4.5rem;
  }

  .sm-md\:-ml-10{
    margin-left: -5rem;
  }

  .sm-md\:-ml-11{
    margin-left: -2.75rem;
  }

  .sm-md\:-ml-12{
    margin-left: -3rem;
  }

  .sm-md\:-ml-13{
    margin-left: -6.5rem;
  }

  .sm-md\:-ml-14{
    margin-left: -3.5rem;
  }

  .sm-md\:-ml-16{
    margin-left: -4rem;
  }

  .sm-md\:-ml-20{
    margin-left: -5rem;
  }

  .sm-md\:-ml-24{
    margin-left: -6rem;
  }

  .sm-md\:-ml-28{
    margin-left: -7rem;
  }

  .sm-md\:-ml-32{
    margin-left: -8rem;
  }

  .sm-md\:-ml-36{
    margin-left: -9rem;
  }

  .sm-md\:-ml-40{
    margin-left: -10rem;
  }

  .sm-md\:-ml-44{
    margin-left: -11rem;
  }

  .sm-md\:-ml-48{
    margin-left: -12rem;
  }

  .sm-md\:-ml-52{
    margin-left: -13rem;
  }

  .sm-md\:-ml-56{
    margin-left: -14rem;
  }

  .sm-md\:-ml-60{
    margin-left: -15rem;
  }

  .sm-md\:-ml-64{
    margin-left: -16rem;
  }

  .sm-md\:-ml-72{
    margin-left: -18rem;
  }

  .sm-md\:-ml-80{
    margin-left: -20rem;
  }

  .sm-md\:-ml-96{
    margin-left: -24rem;
  }

  .sm-md\:-ml-px{
    margin-left: -1px;
  }

  .sm-md\:-ml-0\.5{
    margin-left: -0.25rem;
  }

  .sm-md\:-ml-1\.5{
    margin-left: -1.5rem;
  }

  .sm-md\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .sm-md\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .sm-md\:-ml-0\.375{
    margin-left: -0.375rem;
  }

  .sm-md\:-ml-0\.75{
    margin-left: -0.75rem;
  }

  .sm-md\:-ml-1\.25{
    margin-left: -1.25rem;
  }

  .sm-md\:box-border{
    box-sizing: border-box;
  }

  .sm-md\:box-content{
    box-sizing: content-box;
  }

  .sm-md\:block{
    display: block;
  }

  .sm-md\:inline-block{
    display: inline-block;
  }

  .sm-md\:inline{
    display: inline;
  }

  .sm-md\:flex{
    display: flex;
  }

  .sm-md\:inline-flex{
    display: inline-flex;
  }

  .sm-md\:table{
    display: table;
  }

  .sm-md\:inline-table{
    display: inline-table;
  }

  .sm-md\:table-caption{
    display: table-caption;
  }

  .sm-md\:table-cell{
    display: table-cell;
  }

  .sm-md\:table-column{
    display: table-column;
  }

  .sm-md\:table-column-group{
    display: table-column-group;
  }

  .sm-md\:table-footer-group{
    display: table-footer-group;
  }

  .sm-md\:table-header-group{
    display: table-header-group;
  }

  .sm-md\:table-row-group{
    display: table-row-group;
  }

  .sm-md\:table-row{
    display: table-row;
  }

  .sm-md\:flow-root{
    display: flow-root;
  }

  .sm-md\:grid{
    display: grid;
  }

  .sm-md\:inline-grid{
    display: inline-grid;
  }

  .sm-md\:contents{
    display: contents;
  }

  .sm-md\:list-item{
    display: list-item;
  }

  .sm-md\:hidden{
    display: none;
  }

  .sm-md\:h-0{
    height: 0;
  }

  .sm-md\:h-1{
    height: 0.5rem;
  }

  .sm-md\:h-2{
    height: 1rem;
  }

  .sm-md\:h-3{
    height: 1.5rem;
  }

  .sm-md\:h-4{
    height: 2rem;
  }

  .sm-md\:h-5{
    height: 1.25rem;
  }

  .sm-md\:h-6{
    height: 3rem;
  }

  .sm-md\:h-7{
    height: 1.75rem;
  }

  .sm-md\:h-8{
    height: 4rem;
  }

  .sm-md\:h-9{
    height: 4.5rem;
  }

  .sm-md\:h-10{
    height: 5rem;
  }

  .sm-md\:h-11{
    height: 2.75rem;
  }

  .sm-md\:h-12{
    height: 3rem;
  }

  .sm-md\:h-13{
    height: 6.5rem;
  }

  .sm-md\:h-14{
    height: 3.5rem;
  }

  .sm-md\:h-16{
    height: 4rem;
  }

  .sm-md\:h-20{
    height: 5rem;
  }

  .sm-md\:h-24{
    height: 6rem;
  }

  .sm-md\:h-28{
    height: 7rem;
  }

  .sm-md\:h-32{
    height: 8rem;
  }

  .sm-md\:h-36{
    height: 9rem;
  }

  .sm-md\:h-40{
    height: 10rem;
  }

  .sm-md\:h-44{
    height: 11rem;
  }

  .sm-md\:h-48{
    height: 12rem;
  }

  .sm-md\:h-52{
    height: 13rem;
  }

  .sm-md\:h-56{
    height: 14rem;
  }

  .sm-md\:h-60{
    height: 15rem;
  }

  .sm-md\:h-64{
    height: 16rem;
  }

  .sm-md\:h-72{
    height: 18rem;
  }

  .sm-md\:h-80{
    height: 20rem;
  }

  .sm-md\:h-96{
    height: 24rem;
  }

  .sm-md\:h-auto{
    height: auto;
  }

  .sm-md\:h-px{
    height: 1px;
  }

  .sm-md\:h-0\.5{
    height: 0.25rem;
  }

  .sm-md\:h-1\.5{
    height: 1.5rem;
  }

  .sm-md\:h-2\.5{
    height: 0.625rem;
  }

  .sm-md\:h-3\.5{
    height: 0.875rem;
  }

  .sm-md\:h-0\.375{
    height: 0.375rem;
  }

  .sm-md\:h-0\.75{
    height: 0.75rem;
  }

  .sm-md\:h-1\.25{
    height: 1.25rem;
  }

  .sm-md\:h-1\/2{
    height: 50%;
  }

  .sm-md\:h-1\/3{
    height: 33.333333%;
  }

  .sm-md\:h-2\/3{
    height: 66.666667%;
  }

  .sm-md\:h-1\/4{
    height: 25%;
  }

  .sm-md\:h-2\/4{
    height: 50%;
  }

  .sm-md\:h-3\/4{
    height: 75%;
  }

  .sm-md\:h-1\/5{
    height: 20%;
  }

  .sm-md\:h-2\/5{
    height: 40%;
  }

  .sm-md\:h-3\/5{
    height: 60%;
  }

  .sm-md\:h-4\/5{
    height: 80%;
  }

  .sm-md\:h-1\/6{
    height: 16.666667%;
  }

  .sm-md\:h-2\/6{
    height: 33.333333%;
  }

  .sm-md\:h-3\/6{
    height: 50%;
  }

  .sm-md\:h-4\/6{
    height: 66.666667%;
  }

  .sm-md\:h-5\/6{
    height: 83.333333%;
  }

  .sm-md\:h-full{
    height: 100%;
  }

  .sm-md\:h-screen{
    height: 100vh;
  }

  .sm-md\:max-h-0{
    max-height: 0;
  }

  .sm-md\:max-h-1{
    max-height: 0.5rem;
  }

  .sm-md\:max-h-2{
    max-height: 1rem;
  }

  .sm-md\:max-h-3{
    max-height: 1.5rem;
  }

  .sm-md\:max-h-4{
    max-height: 2rem;
  }

  .sm-md\:max-h-5{
    max-height: 1.25rem;
  }

  .sm-md\:max-h-6{
    max-height: 3rem;
  }

  .sm-md\:max-h-7{
    max-height: 1.75rem;
  }

  .sm-md\:max-h-8{
    max-height: 4rem;
  }

  .sm-md\:max-h-9{
    max-height: 4.5rem;
  }

  .sm-md\:max-h-10{
    max-height: 5rem;
  }

  .sm-md\:max-h-11{
    max-height: 2.75rem;
  }

  .sm-md\:max-h-12{
    max-height: 3rem;
  }

  .sm-md\:max-h-13{
    max-height: 6.5rem;
  }

  .sm-md\:max-h-14{
    max-height: 3.5rem;
  }

  .sm-md\:max-h-16{
    max-height: 4rem;
  }

  .sm-md\:max-h-20{
    max-height: 5rem;
  }

  .sm-md\:max-h-24{
    max-height: 6rem;
  }

  .sm-md\:max-h-28{
    max-height: 7rem;
  }

  .sm-md\:max-h-32{
    max-height: 8rem;
  }

  .sm-md\:max-h-36{
    max-height: 9rem;
  }

  .sm-md\:max-h-40{
    max-height: 10rem;
  }

  .sm-md\:max-h-44{
    max-height: 11rem;
  }

  .sm-md\:max-h-48{
    max-height: 12rem;
  }

  .sm-md\:max-h-52{
    max-height: 13rem;
  }

  .sm-md\:max-h-56{
    max-height: 14rem;
  }

  .sm-md\:max-h-60{
    max-height: 15rem;
  }

  .sm-md\:max-h-64{
    max-height: 16rem;
  }

  .sm-md\:max-h-72{
    max-height: 18rem;
  }

  .sm-md\:max-h-80{
    max-height: 20rem;
  }

  .sm-md\:max-h-96{
    max-height: 24rem;
  }

  .sm-md\:max-h-px{
    max-height: 1px;
  }

  .sm-md\:max-h-0\.5{
    max-height: 0.25rem;
  }

  .sm-md\:max-h-1\.5{
    max-height: 1.5rem;
  }

  .sm-md\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .sm-md\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .sm-md\:max-h-0\.375{
    max-height: 0.375rem;
  }

  .sm-md\:max-h-0\.75{
    max-height: 0.75rem;
  }

  .sm-md\:max-h-1\.25{
    max-height: 1.25rem;
  }

  .sm-md\:max-h-full{
    max-height: 100%;
  }

  .sm-md\:max-h-screen{
    max-height: 100vh;
  }

  .sm-md\:min-h-0{
    min-height: 0px;
  }

  .sm-md\:min-h-full{
    min-height: 100%;
  }

  .sm-md\:min-h-screen{
    min-height: 100vh;
  }

  .sm-md\:w-0{
    width: 0;
  }

  .sm-md\:w-1{
    width: 0.5rem;
  }

  .sm-md\:w-2{
    width: 1rem;
  }

  .sm-md\:w-3{
    width: 1.5rem;
  }

  .sm-md\:w-4{
    width: 2rem;
  }

  .sm-md\:w-5{
    width: 1.25rem;
  }

  .sm-md\:w-6{
    width: 3rem;
  }

  .sm-md\:w-7{
    width: 1.75rem;
  }

  .sm-md\:w-8{
    width: 4rem;
  }

  .sm-md\:w-9{
    width: 4.5rem;
  }

  .sm-md\:w-10{
    width: 5rem;
  }

  .sm-md\:w-11{
    width: 2.75rem;
  }

  .sm-md\:w-12{
    width: 3rem;
  }

  .sm-md\:w-13{
    width: 6.5rem;
  }

  .sm-md\:w-14{
    width: 3.5rem;
  }

  .sm-md\:w-16{
    width: 4rem;
  }

  .sm-md\:w-20{
    width: 5rem;
  }

  .sm-md\:w-24{
    width: 6rem;
  }

  .sm-md\:w-28{
    width: 7rem;
  }

  .sm-md\:w-32{
    width: 8rem;
  }

  .sm-md\:w-36{
    width: 9rem;
  }

  .sm-md\:w-40{
    width: 10rem;
  }

  .sm-md\:w-44{
    width: 11rem;
  }

  .sm-md\:w-48{
    width: 12rem;
  }

  .sm-md\:w-52{
    width: 13rem;
  }

  .sm-md\:w-56{
    width: 14rem;
  }

  .sm-md\:w-60{
    width: 15rem;
  }

  .sm-md\:w-64{
    width: 16rem;
  }

  .sm-md\:w-72{
    width: 18rem;
  }

  .sm-md\:w-80{
    width: 20rem;
  }

  .sm-md\:w-96{
    width: 24rem;
  }

  .sm-md\:w-auto{
    width: auto;
  }

  .sm-md\:w-px{
    width: 1px;
  }

  .sm-md\:w-0\.5{
    width: 0.25rem;
  }

  .sm-md\:w-1\.5{
    width: 1.5rem;
  }

  .sm-md\:w-2\.5{
    width: 0.625rem;
  }

  .sm-md\:w-3\.5{
    width: 0.875rem;
  }

  .sm-md\:w-0\.375{
    width: 0.375rem;
  }

  .sm-md\:w-0\.75{
    width: 0.75rem;
  }

  .sm-md\:w-1\.25{
    width: 1.25rem;
  }

  .sm-md\:w-1\/2{
    width: 50%;
  }

  .sm-md\:w-1\/3{
    width: 33.333333%;
  }

  .sm-md\:w-2\/3{
    width: 66.666667%;
  }

  .sm-md\:w-1\/4{
    width: 25%;
  }

  .sm-md\:w-2\/4{
    width: 50%;
  }

  .sm-md\:w-3\/4{
    width: 75%;
  }

  .sm-md\:w-1\/5{
    width: 20%;
  }

  .sm-md\:w-2\/5{
    width: 40%;
  }

  .sm-md\:w-3\/5{
    width: 60%;
  }

  .sm-md\:w-4\/5{
    width: 80%;
  }

  .sm-md\:w-1\/6{
    width: 16.666667%;
  }

  .sm-md\:w-2\/6{
    width: 33.333333%;
  }

  .sm-md\:w-3\/6{
    width: 50%;
  }

  .sm-md\:w-4\/6{
    width: 66.666667%;
  }

  .sm-md\:w-5\/6{
    width: 83.333333%;
  }

  .sm-md\:w-1\/12{
    width: 8.333333%;
  }

  .sm-md\:w-2\/12{
    width: 16.666667%;
  }

  .sm-md\:w-3\/12{
    width: 25%;
  }

  .sm-md\:w-4\/12{
    width: 33.333333%;
  }

  .sm-md\:w-5\/12{
    width: 41.666667%;
  }

  .sm-md\:w-6\/12{
    width: 50%;
  }

  .sm-md\:w-7\/12{
    width: 58.333333%;
  }

  .sm-md\:w-8\/12{
    width: 66.666667%;
  }

  .sm-md\:w-9\/12{
    width: 75%;
  }

  .sm-md\:w-10\/12{
    width: 83.333333%;
  }

  .sm-md\:w-11\/12{
    width: 91.666667%;
  }

  .sm-md\:w-full{
    width: 100%;
  }

  .sm-md\:w-screen{
    width: 100vw;
  }

  .sm-md\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .sm-md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .sm-md\:min-w-0{
    min-width: 0px;
  }

  .sm-md\:min-w-full{
    min-width: 100%;
  }

  .sm-md\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm-md\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm-md\:max-w-0{
    max-width: 0rem;
  }

  .sm-md\:max-w-none{
    max-width: none;
  }

  .sm-md\:max-w-xs{
    max-width: 20rem;
  }

  .sm-md\:max-w-sm{
    max-width: 24rem;
  }

  .sm-md\:max-w-md{
    max-width: 28rem;
  }

  .sm-md\:max-w-lg{
    max-width: 32rem;
  }

  .sm-md\:max-w-xl{
    max-width: 36rem;
  }

  .sm-md\:max-w-2xl{
    max-width: 42rem;
  }

  .sm-md\:max-w-3xl{
    max-width: 48rem;
  }

  .sm-md\:max-w-4xl{
    max-width: 56rem;
  }

  .sm-md\:max-w-5xl{
    max-width: 64rem;
  }

  .sm-md\:max-w-6xl{
    max-width: 72rem;
  }

  .sm-md\:max-w-7xl{
    max-width: 80rem;
  }

  .sm-md\:max-w-full{
    max-width: 100%;
  }

  .sm-md\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm-md\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm-md\:max-w-prose{
    max-width: 65ch;
  }

  .sm-md\:max-w-screen-sm{
    max-width: 640px;
  }

  .sm-md\:max-w-screen-sm-md{
    max-width: 768px;
  }

  .sm-md\:max-w-screen-md{
    max-width: 1024px;
  }

  .sm-md\:max-w-screen-lg{
    max-width: 1440px;
  }

  .sm-md\:max-w-screen-xl{
    max-width: 1920px;
  }

  .sm-md\:flex-1{
    flex: 1 1 0%;
  }

  .sm-md\:flex-auto{
    flex: 1 1 auto;
  }

  .sm-md\:flex-initial{
    flex: 0 1 auto;
  }

  .sm-md\:flex-none{
    flex: none;
  }

  .sm-md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sm-md\:flex-shrink{
    flex-shrink: 1;
  }

  .sm-md\:flex-grow-0{
    flex-grow: 0;
  }

  .sm-md\:flex-grow{
    flex-grow: 1;
  }

  .sm-md\:table-auto{
    table-layout: auto;
  }

  .sm-md\:table-fixed{
    table-layout: fixed;
  }

  .sm-md\:border-collapse{
    border-collapse: collapse;
  }

  .sm-md\:border-separate{
    border-collapse: separate;
  }

  .sm-md\:origin-center{
    transform-origin: center;
  }

  .sm-md\:origin-top{
    transform-origin: top;
  }

  .sm-md\:origin-top-right{
    transform-origin: top right;
  }

  .sm-md\:origin-right{
    transform-origin: right;
  }

  .sm-md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .sm-md\:origin-bottom{
    transform-origin: bottom;
  }

  .sm-md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .sm-md\:origin-left{
    transform-origin: left;
  }

  .sm-md\:origin-top-left{
    transform-origin: top left;
  }

  .sm-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));
  }

  .sm-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));
  }

  .sm-md\:transform-none{
    transform: none;
  }

  .sm-md\:translate-x-0{
    --tw-translate-x: 0;
  }

  .sm-md\:translate-x-1{
    --tw-translate-x: 0.5rem;
  }

  .sm-md\:translate-x-2{
    --tw-translate-x: 1rem;
  }

  .sm-md\:translate-x-3{
    --tw-translate-x: 1.5rem;
  }

  .sm-md\:translate-x-4{
    --tw-translate-x: 2rem;
  }

  .sm-md\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .sm-md\:translate-x-6{
    --tw-translate-x: 3rem;
  }

  .sm-md\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .sm-md\:translate-x-8{
    --tw-translate-x: 4rem;
  }

  .sm-md\:translate-x-9{
    --tw-translate-x: 4.5rem;
  }

  .sm-md\:translate-x-10{
    --tw-translate-x: 5rem;
  }

  .sm-md\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .sm-md\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .sm-md\:translate-x-13{
    --tw-translate-x: 6.5rem;
  }

  .sm-md\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .sm-md\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .sm-md\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .sm-md\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .sm-md\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .sm-md\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .sm-md\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .sm-md\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .sm-md\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .sm-md\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .sm-md\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .sm-md\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .sm-md\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .sm-md\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .sm-md\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .sm-md\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .sm-md\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .sm-md\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .sm-md\:translate-x-0\.5{
    --tw-translate-x: 0.25rem;
  }

  .sm-md\:translate-x-1\.5{
    --tw-translate-x: 1.5rem;
  }

  .sm-md\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .sm-md\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .sm-md\:translate-x-0\.375{
    --tw-translate-x: 0.375rem;
  }

  .sm-md\:translate-x-0\.75{
    --tw-translate-x: 0.75rem;
  }

  .sm-md\:translate-x-1\.25{
    --tw-translate-x: 1.25rem;
  }

  .sm-md\:-translate-x-1{
    --tw-translate-x: -0.5rem;
  }

  .sm-md\:-translate-x-2{
    --tw-translate-x: -1rem;
  }

  .sm-md\:-translate-x-3{
    --tw-translate-x: -1.5rem;
  }

  .sm-md\:-translate-x-4{
    --tw-translate-x: -2rem;
  }

  .sm-md\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .sm-md\:-translate-x-6{
    --tw-translate-x: -3rem;
  }

  .sm-md\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .sm-md\:-translate-x-8{
    --tw-translate-x: -4rem;
  }

  .sm-md\:-translate-x-9{
    --tw-translate-x: -4.5rem;
  }

  .sm-md\:-translate-x-10{
    --tw-translate-x: -5rem;
  }

  .sm-md\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .sm-md\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .sm-md\:-translate-x-13{
    --tw-translate-x: -6.5rem;
  }

  .sm-md\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .sm-md\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .sm-md\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .sm-md\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .sm-md\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .sm-md\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .sm-md\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .sm-md\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .sm-md\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .sm-md\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .sm-md\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .sm-md\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .sm-md\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .sm-md\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .sm-md\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .sm-md\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .sm-md\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .sm-md\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .sm-md\:-translate-x-0\.5{
    --tw-translate-x: -0.25rem;
  }

  .sm-md\:-translate-x-1\.5{
    --tw-translate-x: -1.5rem;
  }

  .sm-md\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .sm-md\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .sm-md\:-translate-x-0\.375{
    --tw-translate-x: -0.375rem;
  }

  .sm-md\:-translate-x-0\.75{
    --tw-translate-x: -0.75rem;
  }

  .sm-md\:-translate-x-1\.25{
    --tw-translate-x: -1.25rem;
  }

  .sm-md\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .sm-md\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .sm-md\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .sm-md\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .sm-md\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .sm-md\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .sm-md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .sm-md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .sm-md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .sm-md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .sm-md\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .sm-md\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .sm-md\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .sm-md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .sm-md\:translate-y-0{
    --tw-translate-y: 0;
  }

  .sm-md\:translate-y-1{
    --tw-translate-y: 0.5rem;
  }

  .sm-md\:translate-y-2{
    --tw-translate-y: 1rem;
  }

  .sm-md\:translate-y-3{
    --tw-translate-y: 1.5rem;
  }

  .sm-md\:translate-y-4{
    --tw-translate-y: 2rem;
  }

  .sm-md\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .sm-md\:translate-y-6{
    --tw-translate-y: 3rem;
  }

  .sm-md\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .sm-md\:translate-y-8{
    --tw-translate-y: 4rem;
  }

  .sm-md\:translate-y-9{
    --tw-translate-y: 4.5rem;
  }

  .sm-md\:translate-y-10{
    --tw-translate-y: 5rem;
  }

  .sm-md\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .sm-md\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .sm-md\:translate-y-13{
    --tw-translate-y: 6.5rem;
  }

  .sm-md\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .sm-md\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .sm-md\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .sm-md\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .sm-md\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .sm-md\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .sm-md\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .sm-md\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .sm-md\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .sm-md\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .sm-md\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .sm-md\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .sm-md\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .sm-md\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .sm-md\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .sm-md\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .sm-md\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .sm-md\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .sm-md\:translate-y-0\.5{
    --tw-translate-y: 0.25rem;
  }

  .sm-md\:translate-y-1\.5{
    --tw-translate-y: 1.5rem;
  }

  .sm-md\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .sm-md\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .sm-md\:translate-y-0\.375{
    --tw-translate-y: 0.375rem;
  }

  .sm-md\:translate-y-0\.75{
    --tw-translate-y: 0.75rem;
  }

  .sm-md\:translate-y-1\.25{
    --tw-translate-y: 1.25rem;
  }

  .sm-md\:-translate-y-1{
    --tw-translate-y: -0.5rem;
  }

  .sm-md\:-translate-y-2{
    --tw-translate-y: -1rem;
  }

  .sm-md\:-translate-y-3{
    --tw-translate-y: -1.5rem;
  }

  .sm-md\:-translate-y-4{
    --tw-translate-y: -2rem;
  }

  .sm-md\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .sm-md\:-translate-y-6{
    --tw-translate-y: -3rem;
  }

  .sm-md\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .sm-md\:-translate-y-8{
    --tw-translate-y: -4rem;
  }

  .sm-md\:-translate-y-9{
    --tw-translate-y: -4.5rem;
  }

  .sm-md\:-translate-y-10{
    --tw-translate-y: -5rem;
  }

  .sm-md\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .sm-md\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .sm-md\:-translate-y-13{
    --tw-translate-y: -6.5rem;
  }

  .sm-md\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .sm-md\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .sm-md\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .sm-md\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .sm-md\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .sm-md\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .sm-md\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .sm-md\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .sm-md\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .sm-md\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .sm-md\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .sm-md\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .sm-md\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .sm-md\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .sm-md\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .sm-md\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .sm-md\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .sm-md\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .sm-md\:-translate-y-0\.5{
    --tw-translate-y: -0.25rem;
  }

  .sm-md\:-translate-y-1\.5{
    --tw-translate-y: -1.5rem;
  }

  .sm-md\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .sm-md\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .sm-md\:-translate-y-0\.375{
    --tw-translate-y: -0.375rem;
  }

  .sm-md\:-translate-y-0\.75{
    --tw-translate-y: -0.75rem;
  }

  .sm-md\:-translate-y-1\.25{
    --tw-translate-y: -1.25rem;
  }

  .sm-md\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .sm-md\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .sm-md\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .sm-md\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .sm-md\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .sm-md\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .sm-md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .sm-md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .sm-md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .sm-md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .sm-md\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .sm-md\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .sm-md\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .sm-md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .sm-md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .sm-md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.5rem;
  }

  .sm-md\:hover\:translate-x-2:hover{
    --tw-translate-x: 1rem;
  }

  .sm-md\:hover\:translate-x-3:hover{
    --tw-translate-x: 1.5rem;
  }

  .sm-md\:hover\:translate-x-4:hover{
    --tw-translate-x: 2rem;
  }

  .sm-md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .sm-md\:hover\:translate-x-6:hover{
    --tw-translate-x: 3rem;
  }

  .sm-md\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .sm-md\:hover\:translate-x-8:hover{
    --tw-translate-x: 4rem;
  }

  .sm-md\:hover\:translate-x-9:hover{
    --tw-translate-x: 4.5rem;
  }

  .sm-md\:hover\:translate-x-10:hover{
    --tw-translate-x: 5rem;
  }

  .sm-md\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .sm-md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .sm-md\:hover\:translate-x-13:hover{
    --tw-translate-x: 6.5rem;
  }

  .sm-md\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .sm-md\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .sm-md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .sm-md\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .sm-md\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .sm-md\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .sm-md\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .sm-md\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .sm-md\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .sm-md\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .sm-md\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .sm-md\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .sm-md\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .sm-md\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .sm-md\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .sm-md\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .sm-md\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .sm-md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .sm-md\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.25rem;
  }

  .sm-md\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 1.5rem;
  }

  .sm-md\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .sm-md\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .sm-md\:hover\:translate-x-0\.375:hover{
    --tw-translate-x: 0.375rem;
  }

  .sm-md\:hover\:translate-x-0\.75:hover{
    --tw-translate-x: 0.75rem;
  }

  .sm-md\:hover\:translate-x-1\.25:hover{
    --tw-translate-x: 1.25rem;
  }

  .sm-md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.5rem;
  }

  .sm-md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -1rem;
  }

  .sm-md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -1.5rem;
  }

  .sm-md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -2rem;
  }

  .sm-md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .sm-md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -3rem;
  }

  .sm-md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .sm-md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -4rem;
  }

  .sm-md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -4.5rem;
  }

  .sm-md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -5rem;
  }

  .sm-md\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .sm-md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .sm-md\:hover\:-translate-x-13:hover{
    --tw-translate-x: -6.5rem;
  }

  .sm-md\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .sm-md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .sm-md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .sm-md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .sm-md\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .sm-md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .sm-md\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .sm-md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .sm-md\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .sm-md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .sm-md\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .sm-md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .sm-md\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .sm-md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .sm-md\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .sm-md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .sm-md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .sm-md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .sm-md\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.25rem;
  }

  .sm-md\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -1.5rem;
  }

  .sm-md\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .sm-md\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .sm-md\:hover\:-translate-x-0\.375:hover{
    --tw-translate-x: -0.375rem;
  }

  .sm-md\:hover\:-translate-x-0\.75:hover{
    --tw-translate-x: -0.75rem;
  }

  .sm-md\:hover\:-translate-x-1\.25:hover{
    --tw-translate-x: -1.25rem;
  }

  .sm-md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .sm-md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .sm-md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .sm-md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .sm-md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .sm-md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .sm-md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .sm-md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .sm-md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .sm-md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .sm-md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .sm-md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .sm-md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .sm-md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .sm-md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  .sm-md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.5rem;
  }

  .sm-md\:hover\:translate-y-2:hover{
    --tw-translate-y: 1rem;
  }

  .sm-md\:hover\:translate-y-3:hover{
    --tw-translate-y: 1.5rem;
  }

  .sm-md\:hover\:translate-y-4:hover{
    --tw-translate-y: 2rem;
  }

  .sm-md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .sm-md\:hover\:translate-y-6:hover{
    --tw-translate-y: 3rem;
  }

  .sm-md\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .sm-md\:hover\:translate-y-8:hover{
    --tw-translate-y: 4rem;
  }

  .sm-md\:hover\:translate-y-9:hover{
    --tw-translate-y: 4.5rem;
  }

  .sm-md\:hover\:translate-y-10:hover{
    --tw-translate-y: 5rem;
  }

  .sm-md\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .sm-md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .sm-md\:hover\:translate-y-13:hover{
    --tw-translate-y: 6.5rem;
  }

  .sm-md\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .sm-md\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .sm-md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .sm-md\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .sm-md\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .sm-md\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .sm-md\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .sm-md\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .sm-md\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .sm-md\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .sm-md\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .sm-md\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .sm-md\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .sm-md\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .sm-md\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .sm-md\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .sm-md\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .sm-md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .sm-md\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.25rem;
  }

  .sm-md\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 1.5rem;
  }

  .sm-md\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .sm-md\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .sm-md\:hover\:translate-y-0\.375:hover{
    --tw-translate-y: 0.375rem;
  }

  .sm-md\:hover\:translate-y-0\.75:hover{
    --tw-translate-y: 0.75rem;
  }

  .sm-md\:hover\:translate-y-1\.25:hover{
    --tw-translate-y: 1.25rem;
  }

  .sm-md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.5rem;
  }

  .sm-md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -1rem;
  }

  .sm-md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -1.5rem;
  }

  .sm-md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -2rem;
  }

  .sm-md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .sm-md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -3rem;
  }

  .sm-md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .sm-md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -4rem;
  }

  .sm-md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -4.5rem;
  }

  .sm-md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -5rem;
  }

  .sm-md\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .sm-md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .sm-md\:hover\:-translate-y-13:hover{
    --tw-translate-y: -6.5rem;
  }

  .sm-md\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .sm-md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .sm-md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .sm-md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .sm-md\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .sm-md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .sm-md\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .sm-md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .sm-md\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .sm-md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .sm-md\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .sm-md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .sm-md\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .sm-md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .sm-md\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .sm-md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .sm-md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .sm-md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .sm-md\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.25rem;
  }

  .sm-md\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -1.5rem;
  }

  .sm-md\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .sm-md\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .sm-md\:hover\:-translate-y-0\.375:hover{
    --tw-translate-y: -0.375rem;
  }

  .sm-md\:hover\:-translate-y-0\.75:hover{
    --tw-translate-y: -0.75rem;
  }

  .sm-md\:hover\:-translate-y-1\.25:hover{
    --tw-translate-y: -1.25rem;
  }

  .sm-md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .sm-md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .sm-md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .sm-md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .sm-md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .sm-md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .sm-md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .sm-md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .sm-md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .sm-md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .sm-md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .sm-md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .sm-md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .sm-md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .sm-md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .sm-md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.5rem;
  }

  .sm-md\:focus\:translate-x-2:focus{
    --tw-translate-x: 1rem;
  }

  .sm-md\:focus\:translate-x-3:focus{
    --tw-translate-x: 1.5rem;
  }

  .sm-md\:focus\:translate-x-4:focus{
    --tw-translate-x: 2rem;
  }

  .sm-md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .sm-md\:focus\:translate-x-6:focus{
    --tw-translate-x: 3rem;
  }

  .sm-md\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .sm-md\:focus\:translate-x-8:focus{
    --tw-translate-x: 4rem;
  }

  .sm-md\:focus\:translate-x-9:focus{
    --tw-translate-x: 4.5rem;
  }

  .sm-md\:focus\:translate-x-10:focus{
    --tw-translate-x: 5rem;
  }

  .sm-md\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .sm-md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .sm-md\:focus\:translate-x-13:focus{
    --tw-translate-x: 6.5rem;
  }

  .sm-md\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .sm-md\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .sm-md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .sm-md\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .sm-md\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .sm-md\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .sm-md\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .sm-md\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .sm-md\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .sm-md\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .sm-md\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .sm-md\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .sm-md\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .sm-md\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .sm-md\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .sm-md\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .sm-md\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .sm-md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .sm-md\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.25rem;
  }

  .sm-md\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 1.5rem;
  }

  .sm-md\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .sm-md\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .sm-md\:focus\:translate-x-0\.375:focus{
    --tw-translate-x: 0.375rem;
  }

  .sm-md\:focus\:translate-x-0\.75:focus{
    --tw-translate-x: 0.75rem;
  }

  .sm-md\:focus\:translate-x-1\.25:focus{
    --tw-translate-x: 1.25rem;
  }

  .sm-md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.5rem;
  }

  .sm-md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -1rem;
  }

  .sm-md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -1.5rem;
  }

  .sm-md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -2rem;
  }

  .sm-md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .sm-md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -3rem;
  }

  .sm-md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .sm-md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -4rem;
  }

  .sm-md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -4.5rem;
  }

  .sm-md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -5rem;
  }

  .sm-md\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .sm-md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .sm-md\:focus\:-translate-x-13:focus{
    --tw-translate-x: -6.5rem;
  }

  .sm-md\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .sm-md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .sm-md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .sm-md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .sm-md\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .sm-md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .sm-md\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .sm-md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .sm-md\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .sm-md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .sm-md\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .sm-md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .sm-md\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .sm-md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .sm-md\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .sm-md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .sm-md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .sm-md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .sm-md\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.25rem;
  }

  .sm-md\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -1.5rem;
  }

  .sm-md\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .sm-md\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .sm-md\:focus\:-translate-x-0\.375:focus{
    --tw-translate-x: -0.375rem;
  }

  .sm-md\:focus\:-translate-x-0\.75:focus{
    --tw-translate-x: -0.75rem;
  }

  .sm-md\:focus\:-translate-x-1\.25:focus{
    --tw-translate-x: -1.25rem;
  }

  .sm-md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .sm-md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .sm-md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .sm-md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .sm-md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .sm-md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .sm-md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .sm-md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .sm-md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .sm-md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .sm-md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .sm-md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .sm-md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .sm-md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .sm-md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  .sm-md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.5rem;
  }

  .sm-md\:focus\:translate-y-2:focus{
    --tw-translate-y: 1rem;
  }

  .sm-md\:focus\:translate-y-3:focus{
    --tw-translate-y: 1.5rem;
  }

  .sm-md\:focus\:translate-y-4:focus{
    --tw-translate-y: 2rem;
  }

  .sm-md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .sm-md\:focus\:translate-y-6:focus{
    --tw-translate-y: 3rem;
  }

  .sm-md\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .sm-md\:focus\:translate-y-8:focus{
    --tw-translate-y: 4rem;
  }

  .sm-md\:focus\:translate-y-9:focus{
    --tw-translate-y: 4.5rem;
  }

  .sm-md\:focus\:translate-y-10:focus{
    --tw-translate-y: 5rem;
  }

  .sm-md\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .sm-md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .sm-md\:focus\:translate-y-13:focus{
    --tw-translate-y: 6.5rem;
  }

  .sm-md\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .sm-md\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .sm-md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .sm-md\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .sm-md\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .sm-md\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .sm-md\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .sm-md\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .sm-md\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .sm-md\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .sm-md\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .sm-md\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .sm-md\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .sm-md\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .sm-md\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .sm-md\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .sm-md\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .sm-md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .sm-md\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.25rem;
  }

  .sm-md\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 1.5rem;
  }

  .sm-md\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .sm-md\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .sm-md\:focus\:translate-y-0\.375:focus{
    --tw-translate-y: 0.375rem;
  }

  .sm-md\:focus\:translate-y-0\.75:focus{
    --tw-translate-y: 0.75rem;
  }

  .sm-md\:focus\:translate-y-1\.25:focus{
    --tw-translate-y: 1.25rem;
  }

  .sm-md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.5rem;
  }

  .sm-md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -1rem;
  }

  .sm-md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -1.5rem;
  }

  .sm-md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -2rem;
  }

  .sm-md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .sm-md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -3rem;
  }

  .sm-md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .sm-md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -4rem;
  }

  .sm-md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -4.5rem;
  }

  .sm-md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -5rem;
  }

  .sm-md\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .sm-md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .sm-md\:focus\:-translate-y-13:focus{
    --tw-translate-y: -6.5rem;
  }

  .sm-md\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .sm-md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .sm-md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .sm-md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .sm-md\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .sm-md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .sm-md\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .sm-md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .sm-md\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .sm-md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .sm-md\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .sm-md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .sm-md\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .sm-md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .sm-md\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .sm-md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .sm-md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .sm-md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .sm-md\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.25rem;
  }

  .sm-md\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -1.5rem;
  }

  .sm-md\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .sm-md\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .sm-md\:focus\:-translate-y-0\.375:focus{
    --tw-translate-y: -0.375rem;
  }

  .sm-md\:focus\:-translate-y-0\.75:focus{
    --tw-translate-y: -0.75rem;
  }

  .sm-md\:focus\:-translate-y-1\.25:focus{
    --tw-translate-y: -1.25rem;
  }

  .sm-md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .sm-md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .sm-md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .sm-md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .sm-md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .sm-md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .sm-md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .sm-md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .sm-md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .sm-md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .sm-md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .sm-md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .sm-md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .sm-md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .sm-md\:rotate-0{
    --tw-rotate: 0deg;
  }

  .sm-md\:rotate-1{
    --tw-rotate: 1deg;
  }

  .sm-md\:rotate-2{
    --tw-rotate: 2deg;
  }

  .sm-md\:rotate-3{
    --tw-rotate: 3deg;
  }

  .sm-md\:rotate-6{
    --tw-rotate: 6deg;
  }

  .sm-md\:rotate-12{
    --tw-rotate: 12deg;
  }

  .sm-md\:rotate-45{
    --tw-rotate: 45deg;
  }

  .sm-md\:rotate-90{
    --tw-rotate: 90deg;
  }

  .sm-md\:rotate-180{
    --tw-rotate: 180deg;
  }

  .sm-md\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .sm-md\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .sm-md\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .sm-md\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .sm-md\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .sm-md\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .sm-md\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .sm-md\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .sm-md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .sm-md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .sm-md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .sm-md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .sm-md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .sm-md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .sm-md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .sm-md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .sm-md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .sm-md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .sm-md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .sm-md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .sm-md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .sm-md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .sm-md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .sm-md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .sm-md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .sm-md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .sm-md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .sm-md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .sm-md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .sm-md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .sm-md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .sm-md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .sm-md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .sm-md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .sm-md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .sm-md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .sm-md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .sm-md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .sm-md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .sm-md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .sm-md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .sm-md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .sm-md\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .sm-md\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .sm-md\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .sm-md\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .sm-md\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .sm-md\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .sm-md\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .sm-md\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .sm-md\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .sm-md\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .sm-md\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .sm-md\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .sm-md\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .sm-md\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .sm-md\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .sm-md\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .sm-md\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .sm-md\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .sm-md\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .sm-md\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .sm-md\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .sm-md\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .sm-md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .sm-md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .sm-md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .sm-md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .sm-md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .sm-md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .sm-md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .sm-md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .sm-md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .sm-md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .sm-md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .sm-md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .sm-md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .sm-md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .sm-md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .sm-md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .sm-md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .sm-md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .sm-md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .sm-md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .sm-md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .sm-md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .sm-md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .sm-md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .sm-md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .sm-md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .sm-md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .sm-md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .sm-md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .sm-md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .sm-md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .sm-md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .sm-md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .sm-md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .sm-md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .sm-md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .sm-md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .sm-md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .sm-md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .sm-md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .sm-md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .sm-md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .sm-md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .sm-md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .sm-md\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm-md\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm-md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm-md\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm-md\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm-md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm-md\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm-md\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm-md\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm-md\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm-md\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm-md\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm-md\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm-md\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm-md\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm-md\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm-md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm-md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm-md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm-md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm-md\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm-md\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm-md\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm-md\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm-md\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm-md\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm-md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm-md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm-md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm-md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm-md\:scale-x-0{
    --tw-scale-x: 0;
  }

  .sm-md\:scale-x-50{
    --tw-scale-x: .5;
  }

  .sm-md\:scale-x-75{
    --tw-scale-x: .75;
  }

  .sm-md\:scale-x-90{
    --tw-scale-x: .9;
  }

  .sm-md\:scale-x-95{
    --tw-scale-x: .95;
  }

  .sm-md\:scale-x-100{
    --tw-scale-x: 1;
  }

  .sm-md\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .sm-md\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .sm-md\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .sm-md\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .sm-md\:scale-y-0{
    --tw-scale-y: 0;
  }

  .sm-md\:scale-y-50{
    --tw-scale-y: .5;
  }

  .sm-md\:scale-y-75{
    --tw-scale-y: .75;
  }

  .sm-md\:scale-y-90{
    --tw-scale-y: .9;
  }

  .sm-md\:scale-y-95{
    --tw-scale-y: .95;
  }

  .sm-md\:scale-y-100{
    --tw-scale-y: 1;
  }

  .sm-md\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .sm-md\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .sm-md\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .sm-md\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .sm-md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .sm-md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .sm-md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .sm-md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .sm-md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .sm-md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .sm-md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .sm-md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .sm-md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .sm-md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .sm-md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .sm-md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .sm-md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .sm-md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .sm-md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .sm-md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .sm-md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .sm-md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .sm-md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .sm-md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .sm-md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .sm-md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .sm-md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .sm-md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .sm-md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .sm-md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .sm-md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .sm-md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .sm-md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .sm-md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .sm-md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .sm-md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .sm-md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .sm-md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .sm-md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .sm-md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .sm-md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .sm-md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .sm-md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .sm-md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .sm-md\:animate-none{
    animation: none;
  }

  .sm-md\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .sm-md\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm-md\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm-md\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .sm-md\:cursor-auto{
    cursor: auto;
  }

  .sm-md\:cursor-default{
    cursor: default;
  }

  .sm-md\:cursor-pointer{
    cursor: pointer;
  }

  .sm-md\:cursor-wait{
    cursor: wait;
  }

  .sm-md\:cursor-text{
    cursor: text;
  }

  .sm-md\:cursor-move{
    cursor: move;
  }

  .sm-md\:cursor-help{
    cursor: help;
  }

  .sm-md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm-md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm-md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm-md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm-md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .sm-md\:resize-none{
    resize: none;
  }

  .sm-md\:resize-y{
    resize: vertical;
  }

  .sm-md\:resize-x{
    resize: horizontal;
  }

  .sm-md\:resize{
    resize: both;
  }

  .sm-md\:list-inside{
    list-style-position: inside;
  }

  .sm-md\:list-outside{
    list-style-position: outside;
  }

  .sm-md\:list-none{
    list-style-type: none;
  }

  .sm-md\:list-disc{
    list-style-type: disc;
  }

  .sm-md\:list-decimal{
    list-style-type: decimal;
  }

  .sm-md\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm-md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sm-md\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .sm-md\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .sm-md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm-md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .sm-md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .sm-md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sm-md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sm-md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sm-md\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .sm-md\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .sm-md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm-md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm-md\:grid-cols-none{
    grid-template-columns: none;
  }

  .sm-md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm-md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm-md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm-md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm-md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm-md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm-md\:grid-rows-none{
    grid-template-rows: none;
  }

  .sm-md\:flex-row{
    flex-direction: row;
  }

  .sm-md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm-md\:flex-col{
    flex-direction: column;
  }

  .sm-md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm-md\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm-md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm-md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sm-md\:place-content-center{
    place-content: center;
  }

  .sm-md\:place-content-start{
    place-content: start;
  }

  .sm-md\:place-content-end{
    place-content: end;
  }

  .sm-md\:place-content-between{
    place-content: space-between;
  }

  .sm-md\:place-content-around{
    place-content: space-around;
  }

  .sm-md\:place-content-evenly{
    place-content: space-evenly;
  }

  .sm-md\:place-content-stretch{
    place-content: stretch;
  }

  .sm-md\:place-items-start{
    place-items: start;
  }

  .sm-md\:place-items-end{
    place-items: end;
  }

  .sm-md\:place-items-center{
    place-items: center;
  }

  .sm-md\:place-items-stretch{
    place-items: stretch;
  }

  .sm-md\:content-center{
    align-content: center;
  }

  .sm-md\:content-start{
    align-content: flex-start;
  }

  .sm-md\:content-end{
    align-content: flex-end;
  }

  .sm-md\:content-between{
    align-content: space-between;
  }

  .sm-md\:content-around{
    align-content: space-around;
  }

  .sm-md\:content-evenly{
    align-content: space-evenly;
  }

  .sm-md\:items-start{
    align-items: flex-start;
  }

  .sm-md\:items-end{
    align-items: flex-end;
  }

  .sm-md\:items-center{
    align-items: center;
  }

  .sm-md\:items-baseline{
    align-items: baseline;
  }

  .sm-md\:items-stretch{
    align-items: stretch;
  }

  .sm-md\:justify-start{
    justify-content: flex-start;
  }

  .sm-md\:justify-end{
    justify-content: flex-end;
  }

  .sm-md\:justify-center{
    justify-content: center;
  }

  .sm-md\:justify-between{
    justify-content: space-between;
  }

  .sm-md\:justify-around{
    justify-content: space-around;
  }

  .sm-md\:justify-evenly{
    justify-content: space-evenly;
  }

  .sm-md\:justify-items-start{
    justify-items: start;
  }

  .sm-md\:justify-items-end{
    justify-items: end;
  }

  .sm-md\:justify-items-center{
    justify-items: center;
  }

  .sm-md\:justify-items-stretch{
    justify-items: stretch;
  }

  .sm-md\:gap-0{
    gap: 0;
  }

  .sm-md\:gap-1{
    gap: 0.5rem;
  }

  .sm-md\:gap-2{
    gap: 1rem;
  }

  .sm-md\:gap-3{
    gap: 1.5rem;
  }

  .sm-md\:gap-4{
    gap: 2rem;
  }

  .sm-md\:gap-5{
    gap: 1.25rem;
  }

  .sm-md\:gap-6{
    gap: 3rem;
  }

  .sm-md\:gap-7{
    gap: 1.75rem;
  }

  .sm-md\:gap-8{
    gap: 4rem;
  }

  .sm-md\:gap-9{
    gap: 4.5rem;
  }

  .sm-md\:gap-10{
    gap: 5rem;
  }

  .sm-md\:gap-11{
    gap: 2.75rem;
  }

  .sm-md\:gap-12{
    gap: 3rem;
  }

  .sm-md\:gap-13{
    gap: 6.5rem;
  }

  .sm-md\:gap-14{
    gap: 3.5rem;
  }

  .sm-md\:gap-16{
    gap: 4rem;
  }

  .sm-md\:gap-20{
    gap: 5rem;
  }

  .sm-md\:gap-24{
    gap: 6rem;
  }

  .sm-md\:gap-28{
    gap: 7rem;
  }

  .sm-md\:gap-32{
    gap: 8rem;
  }

  .sm-md\:gap-36{
    gap: 9rem;
  }

  .sm-md\:gap-40{
    gap: 10rem;
  }

  .sm-md\:gap-44{
    gap: 11rem;
  }

  .sm-md\:gap-48{
    gap: 12rem;
  }

  .sm-md\:gap-52{
    gap: 13rem;
  }

  .sm-md\:gap-56{
    gap: 14rem;
  }

  .sm-md\:gap-60{
    gap: 15rem;
  }

  .sm-md\:gap-64{
    gap: 16rem;
  }

  .sm-md\:gap-72{
    gap: 18rem;
  }

  .sm-md\:gap-80{
    gap: 20rem;
  }

  .sm-md\:gap-96{
    gap: 24rem;
  }

  .sm-md\:gap-px{
    gap: 1px;
  }

  .sm-md\:gap-0\.5{
    gap: 0.25rem;
  }

  .sm-md\:gap-1\.5{
    gap: 1.5rem;
  }

  .sm-md\:gap-2\.5{
    gap: 0.625rem;
  }

  .sm-md\:gap-3\.5{
    gap: 0.875rem;
  }

  .sm-md\:gap-0\.375{
    gap: 0.375rem;
  }

  .sm-md\:gap-0\.75{
    gap: 0.75rem;
  }

  .sm-md\:gap-1\.25{
    gap: 1.25rem;
  }

  .sm-md\:gap-x-0{
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm-md\:gap-x-1{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm-md\:gap-x-2{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm-md\:gap-x-3{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm-md\:gap-x-4{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm-md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm-md\:gap-x-6{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm-md\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm-md\:gap-x-8{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm-md\:gap-x-9{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .sm-md\:gap-x-10{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm-md\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm-md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm-md\:gap-x-13{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .sm-md\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm-md\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm-md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm-md\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm-md\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm-md\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm-md\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm-md\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm-md\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm-md\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm-md\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm-md\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm-md\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm-md\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm-md\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm-md\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm-md\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm-md\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm-md\:gap-x-0\.5{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm-md\:gap-x-1\.5{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm-md\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm-md\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm-md\:gap-x-0\.375{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm-md\:gap-x-0\.75{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm-md\:gap-x-1\.25{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm-md\:gap-y-0{
    row-gap: 0;
  }

  .sm-md\:gap-y-1{
    row-gap: 0.5rem;
  }

  .sm-md\:gap-y-2{
    row-gap: 1rem;
  }

  .sm-md\:gap-y-3{
    row-gap: 1.5rem;
  }

  .sm-md\:gap-y-4{
    row-gap: 2rem;
  }

  .sm-md\:gap-y-5{
    row-gap: 1.25rem;
  }

  .sm-md\:gap-y-6{
    row-gap: 3rem;
  }

  .sm-md\:gap-y-7{
    row-gap: 1.75rem;
  }

  .sm-md\:gap-y-8{
    row-gap: 4rem;
  }

  .sm-md\:gap-y-9{
    row-gap: 4.5rem;
  }

  .sm-md\:gap-y-10{
    row-gap: 5rem;
  }

  .sm-md\:gap-y-11{
    row-gap: 2.75rem;
  }

  .sm-md\:gap-y-12{
    row-gap: 3rem;
  }

  .sm-md\:gap-y-13{
    row-gap: 6.5rem;
  }

  .sm-md\:gap-y-14{
    row-gap: 3.5rem;
  }

  .sm-md\:gap-y-16{
    row-gap: 4rem;
  }

  .sm-md\:gap-y-20{
    row-gap: 5rem;
  }

  .sm-md\:gap-y-24{
    row-gap: 6rem;
  }

  .sm-md\:gap-y-28{
    row-gap: 7rem;
  }

  .sm-md\:gap-y-32{
    row-gap: 8rem;
  }

  .sm-md\:gap-y-36{
    row-gap: 9rem;
  }

  .sm-md\:gap-y-40{
    row-gap: 10rem;
  }

  .sm-md\:gap-y-44{
    row-gap: 11rem;
  }

  .sm-md\:gap-y-48{
    row-gap: 12rem;
  }

  .sm-md\:gap-y-52{
    row-gap: 13rem;
  }

  .sm-md\:gap-y-56{
    row-gap: 14rem;
  }

  .sm-md\:gap-y-60{
    row-gap: 15rem;
  }

  .sm-md\:gap-y-64{
    row-gap: 16rem;
  }

  .sm-md\:gap-y-72{
    row-gap: 18rem;
  }

  .sm-md\:gap-y-80{
    row-gap: 20rem;
  }

  .sm-md\:gap-y-96{
    row-gap: 24rem;
  }

  .sm-md\:gap-y-px{
    row-gap: 1px;
  }

  .sm-md\:gap-y-0\.5{
    row-gap: 0.25rem;
  }

  .sm-md\:gap-y-1\.5{
    row-gap: 1.5rem;
  }

  .sm-md\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .sm-md\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .sm-md\:gap-y-0\.375{
    row-gap: 0.375rem;
  }

  .sm-md\:gap-y-0\.75{
    row-gap: 0.75rem;
  }

  .sm-md\:gap-y-1\.25{
    row-gap: 1.25rem;
  }

  .sm-md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm-md\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm-md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .sm-md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .sm-md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm-md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm-md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm-md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm-md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm-md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm-md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm-md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm-md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm-md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm-md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .sm-md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .sm-md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .sm-md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .sm-md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .sm-md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .sm-md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .sm-md\:divide-petrol > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
  }

  .sm-md\:divide-graduation-00 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-divide-opacity));
  }

  .sm-md\:divide-graduation-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-divide-opacity));
  }

  .sm-md\:divide-graduation-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-divide-opacity));
  }

  .sm-md\:divide-graduation-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
  }

  .sm-md\:divide-graduation-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-divide-opacity));
  }

  .sm-md\:divide-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-divide-opacity));
  }

  .sm-md\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-divide-opacity));
  }

  .sm-md\:divide-purple-80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:divide-purple-bright > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-divide-opacity));
  }

  .sm-md\:divide-ultramarine > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-divide-opacity));
  }

  .sm-md\:divide-accent-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
  }

  .sm-md\:divide-accent-red-toned > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
  }

  .sm-md\:divide-error-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-divide-opacity));
  }

  .sm-md\:divide-warning-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-divide-opacity));
  }

  .sm-md\:divide-success-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-divide-opacity));
  }

  .sm-md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm-md\:divide-black-80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .sm-md\:divide-neutrals-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-divide-opacity));
  }

  .sm-md\:divide-neutrals-00 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-divide-opacity));
  }

  .sm-md\:divide-neutrals-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-divide-opacity));
  }

  .sm-md\:divide-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .sm-md\:divide-light-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity));
  }

  .sm-md\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm-md\:divide-white-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255,255,255,0);
  }

  .sm-md\:divide-gradient-bw-start > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:divide-gradient-bw-end > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .sm-md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .sm-md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .sm-md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .sm-md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .sm-md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .sm-md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .sm-md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .sm-md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .sm-md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .sm-md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .sm-md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .sm-md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .sm-md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .sm-md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .sm-md\:place-self-auto{
    place-self: auto;
  }

  .sm-md\:place-self-start{
    place-self: start;
  }

  .sm-md\:place-self-end{
    place-self: end;
  }

  .sm-md\:place-self-center{
    place-self: center;
  }

  .sm-md\:place-self-stretch{
    place-self: stretch;
  }

  .sm-md\:self-auto{
    align-self: auto;
  }

  .sm-md\:self-start{
    align-self: flex-start;
  }

  .sm-md\:self-end{
    align-self: flex-end;
  }

  .sm-md\:self-center{
    align-self: center;
  }

  .sm-md\:self-stretch{
    align-self: stretch;
  }

  .sm-md\:self-baseline{
    align-self: baseline;
  }

  .sm-md\:justify-self-auto{
    justify-self: auto;
  }

  .sm-md\:justify-self-start{
    justify-self: start;
  }

  .sm-md\:justify-self-end{
    justify-self: end;
  }

  .sm-md\:justify-self-center{
    justify-self: center;
  }

  .sm-md\:justify-self-stretch{
    justify-self: stretch;
  }

  .sm-md\:overflow-auto{
    overflow: auto;
  }

  .sm-md\:overflow-hidden{
    overflow: hidden;
  }

  .sm-md\:overflow-visible{
    overflow: visible;
  }

  .sm-md\:overflow-scroll{
    overflow: scroll;
  }

  .sm-md\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm-md\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm-md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm-md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm-md\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm-md\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm-md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm-md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm-md\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .sm-md\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .sm-md\:overscroll-none{
    overscroll-behavior: none;
  }

  .sm-md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .sm-md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .sm-md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .sm-md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .sm-md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .sm-md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .sm-md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm-md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .sm-md\:overflow-clip{
    text-overflow: clip;
  }

  .sm-md\:whitespace-normal{
    white-space: normal;
  }

  .sm-md\:whitespace-nowrap{
    white-space: nowrap;
  }

  .sm-md\:whitespace-pre{
    white-space: pre;
  }

  .sm-md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm-md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm-md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm-md\:break-words{
    overflow-wrap: break-word;
  }

  .sm-md\:break-all{
    word-break: break-all;
  }

  .sm-md\:rounded-none{
    border-radius: 0px;
  }

  .sm-md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sm-md\:rounded-0\.25{
    border-radius: 0.25rem;
  }

  .sm-md\:rounded{
    border-radius: 1rem;
  }

  .sm-md\:rounded-md{
    border-radius: 0.375rem;
  }

  .sm-md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sm-md\:rounded-xl{
    border-radius: 0.75rem;
  }

  .sm-md\:rounded-2xl{
    border-radius: 1rem;
  }

  .sm-md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .sm-md\:rounded-full{
    border-radius: 9999px;
  }

  .sm-md\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm-md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm-md\:rounded-t-0\.25{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm-md\:rounded-t{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm-md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm-md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm-md\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm-md\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm-md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm-md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm-md\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm-md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm-md\:rounded-r-0\.25{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm-md\:rounded-r{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm-md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm-md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm-md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm-md\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm-md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm-md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm-md\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm-md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-md\:rounded-b-0\.25{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-md\:rounded-b{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-md\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm-md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-md\:rounded-l-0\.25{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-md\:rounded-l{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-md\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-md\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .sm-md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm-md\:rounded-tl-0\.25{
    border-top-left-radius: 0.25rem;
  }

  .sm-md\:rounded-tl{
    border-top-left-radius: 1rem;
  }

  .sm-md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm-md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm-md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .sm-md\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .sm-md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .sm-md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm-md\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .sm-md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm-md\:rounded-tr-0\.25{
    border-top-right-radius: 0.25rem;
  }

  .sm-md\:rounded-tr{
    border-top-right-radius: 1rem;
  }

  .sm-md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm-md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm-md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .sm-md\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .sm-md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .sm-md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm-md\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .sm-md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm-md\:rounded-br-0\.25{
    border-bottom-right-radius: 0.25rem;
  }

  .sm-md\:rounded-br{
    border-bottom-right-radius: 1rem;
  }

  .sm-md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm-md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm-md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .sm-md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .sm-md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .sm-md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm-md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .sm-md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm-md\:rounded-bl-0\.25{
    border-bottom-left-radius: 0.25rem;
  }

  .sm-md\:rounded-bl{
    border-bottom-left-radius: 1rem;
  }

  .sm-md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm-md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm-md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .sm-md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .sm-md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .sm-md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm-md\:border-0{
    border-width: 0px;
  }

  .sm-md\:border-2{
    border-width: 2px;
  }

  .sm-md\:border-4{
    border-width: 4px;
  }

  .sm-md\:border-8{
    border-width: 8px;
  }

  .sm-md\:border{
    border-width: 1px;
  }

  .sm-md\:border-t-0{
    border-top-width: 0px;
  }

  .sm-md\:border-t-2{
    border-top-width: 2px;
  }

  .sm-md\:border-t-4{
    border-top-width: 4px;
  }

  .sm-md\:border-t-8{
    border-top-width: 8px;
  }

  .sm-md\:border-t{
    border-top-width: 1px;
  }

  .sm-md\:border-r-0{
    border-right-width: 0px;
  }

  .sm-md\:border-r-2{
    border-right-width: 2px;
  }

  .sm-md\:border-r-4{
    border-right-width: 4px;
  }

  .sm-md\:border-r-8{
    border-right-width: 8px;
  }

  .sm-md\:border-r{
    border-right-width: 1px;
  }

  .sm-md\:border-b-0{
    border-bottom-width: 0px;
  }

  .sm-md\:border-b-2{
    border-bottom-width: 2px;
  }

  .sm-md\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm-md\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm-md\:border-b{
    border-bottom-width: 1px;
  }

  .sm-md\:border-l-0{
    border-left-width: 0px;
  }

  .sm-md\:border-l-2{
    border-left-width: 2px;
  }

  .sm-md\:border-l-4{
    border-left-width: 4px;
  }

  .sm-md\:border-l-8{
    border-left-width: 8px;
  }

  .sm-md\:border-l{
    border-left-width: 1px;
  }

  .sm-md\:border-solid{
    border-style: solid;
  }

  .sm-md\:border-dashed{
    border-style: dashed;
  }

  .sm-md\:border-dotted{
    border-style: dotted;
  }

  .sm-md\:border-double{
    border-style: double;
  }

  .sm-md\:border-none{
    border-style: none;
  }

  .sm-md\:border-petrol{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm-md\:border-graduation-00{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .sm-md\:border-graduation-25{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .sm-md\:border-graduation-50{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .sm-md\:border-graduation-75{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm-md\:border-graduation-100{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .sm-md\:border-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .sm-md\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .sm-md\:border-purple-80{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:border-purple-bright{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .sm-md\:border-ultramarine{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .sm-md\:border-accent-red{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm-md\:border-accent-red-toned{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm-md\:border-error-red{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .sm-md\:border-warning-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .sm-md\:border-success-green{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .sm-md\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm-md\:border-black-80{
    border-color: rgba(0,0,0,.8);
  }

  .sm-md\:border-neutrals-100{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .sm-md\:border-neutrals-00{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .sm-md\:border-neutrals-grey{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .sm-md\:border-grey{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm-md\:border-light-grey{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .sm-md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm-md\:border-white-transparent{
    border-color: rgba(255,255,255,0);
  }

  .sm-md\:border-gradient-bw-start{
    border-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:border-gradient-bw-end{
    border-color: rgba(231, 231, 231, 0);
  }

  .group:hover .sm-md\:group-hover\:border-petrol{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-graduation-00{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-graduation-25{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-graduation-50{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-graduation-75{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-graduation-100{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-purple-80{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .sm-md\:group-hover\:border-purple-bright{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-ultramarine{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-accent-red{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-accent-red-toned{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-error-red{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-warning-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-success-green{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-black-80{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .sm-md\:group-hover\:border-neutrals-100{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-neutrals-00{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-neutrals-grey{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-grey{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-light-grey{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-md\:group-hover\:border-white-transparent{
    border-color: rgba(255,255,255,0);
  }

  .group:hover .sm-md\:group-hover\:border-gradient-bw-start{
    border-color: rgba(231, 231, 231, 1);
  }

  .group:hover .sm-md\:group-hover\:border-gradient-bw-end{
    border-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus-within\:border-petrol:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-graduation-00:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-graduation-25:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-graduation-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-graduation-75:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-graduation-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-purple-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-purple:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-purple-80:focus-within{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus-within\:border-purple-bright:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-ultramarine:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-accent-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-accent-red-toned:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-error-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-warning-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-success-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-black-80:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .sm-md\:focus-within\:border-neutrals-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-neutrals-00:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-neutrals-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-light-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm-md\:focus-within\:border-white-transparent:focus-within{
    border-color: rgba(255,255,255,0);
  }

  .sm-md\:focus-within\:border-gradient-bw-start:focus-within{
    border-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus-within\:border-gradient-bw-end:focus-within{
    border-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:hover\:border-petrol:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-graduation-00:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-graduation-25:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-graduation-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-graduation-75:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-graduation-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-purple-80:hover{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:hover\:border-purple-bright:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-ultramarine:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-accent-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-accent-red-toned:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-error-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-warning-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-success-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-black-80:hover{
    border-color: rgba(0,0,0,.8);
  }

  .sm-md\:hover\:border-neutrals-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-neutrals-00:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-neutrals-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-light-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm-md\:hover\:border-white-transparent:hover{
    border-color: rgba(255,255,255,0);
  }

  .sm-md\:hover\:border-gradient-bw-start:hover{
    border-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:hover\:border-gradient-bw-end:hover{
    border-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus\:border-petrol:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-graduation-00:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-graduation-25:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-graduation-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-graduation-75:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-graduation-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-purple-80:focus{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus\:border-purple-bright:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-ultramarine:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-accent-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-accent-red-toned:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-error-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-warning-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-success-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-black-80:focus{
    border-color: rgba(0,0,0,.8);
  }

  .sm-md\:focus\:border-neutrals-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-neutrals-00:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-neutrals-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-light-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm-md\:focus\:border-white-transparent:focus{
    border-color: rgba(255,255,255,0);
  }

  .sm-md\:focus\:border-gradient-bw-start:focus{
    border-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus\:border-gradient-bw-end:focus{
    border-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .sm-md\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .sm-md\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .sm-md\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .sm-md\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .sm-md\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .sm-md\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .sm-md\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .sm-md\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .sm-md\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .sm-md\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .sm-md\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .sm-md\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .sm-md\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .sm-md\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .sm-md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .sm-md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .sm-md\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .sm-md\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .sm-md\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .sm-md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .sm-md\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .sm-md\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .sm-md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .sm-md\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .sm-md\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .sm-md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .sm-md\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .sm-md\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .sm-md\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .sm-md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .sm-md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .sm-md\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .sm-md\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .sm-md\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .sm-md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .sm-md\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .sm-md\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .sm-md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .sm-md\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .sm-md\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .sm-md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .sm-md\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .sm-md\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .sm-md\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .sm-md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .sm-md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .sm-md\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .sm-md\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .sm-md\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .sm-md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .sm-md\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .sm-md\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .sm-md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .sm-md\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .sm-md\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .sm-md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .sm-md\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .sm-md\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .sm-md\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .sm-md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .sm-md\:bg-petrol{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm-md\:bg-graduation-00{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .sm-md\:bg-graduation-25{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .sm-md\:bg-graduation-50{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .sm-md\:bg-graduation-75{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm-md\:bg-graduation-100{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .sm-md\:bg-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .sm-md\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .sm-md\:bg-purple-80{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:bg-purple-bright{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .sm-md\:bg-ultramarine{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .sm-md\:bg-accent-red{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm-md\:bg-accent-red-toned{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm-md\:bg-error-red{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .sm-md\:bg-warning-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .sm-md\:bg-success-green{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .sm-md\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm-md\:bg-black-80{
    background-color: rgba(0,0,0,.8);
  }

  .sm-md\:bg-neutrals-100{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .sm-md\:bg-neutrals-00{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .sm-md\:bg-neutrals-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .sm-md\:bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm-md\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .sm-md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm-md\:bg-white-transparent{
    background-color: rgba(255,255,255,0);
  }

  .sm-md\:bg-gradient-bw-start{
    background-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:bg-gradient-bw-end{
    background-color: rgba(231, 231, 231, 0);
  }

  .group:hover .sm-md\:group-hover\:bg-petrol{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-graduation-00{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-graduation-25{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-graduation-50{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-graduation-75{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-graduation-100{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-purple-80{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .sm-md\:group-hover\:bg-purple-bright{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-ultramarine{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-accent-red{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-accent-red-toned{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-error-red{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-warning-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-success-green{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-black-80{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .sm-md\:group-hover\:bg-neutrals-100{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-neutrals-00{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-neutrals-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-md\:group-hover\:bg-white-transparent{
    background-color: rgba(255,255,255,0);
  }

  .group:hover .sm-md\:group-hover\:bg-gradient-bw-start{
    background-color: rgba(231, 231, 231, 1);
  }

  .group:hover .sm-md\:group-hover\:bg-gradient-bw-end{
    background-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus-within\:bg-petrol:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-graduation-00:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-graduation-25:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-graduation-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-graduation-75:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-graduation-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-purple-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-purple:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-purple-80:focus-within{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus-within\:bg-purple-bright:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-ultramarine:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-accent-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-accent-red-toned:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-error-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-warning-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-success-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-black-80:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .sm-md\:focus-within\:bg-neutrals-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-neutrals-00:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-neutrals-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-light-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm-md\:focus-within\:bg-white-transparent:focus-within{
    background-color: rgba(255,255,255,0);
  }

  .sm-md\:focus-within\:bg-gradient-bw-start:focus-within{
    background-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus-within\:bg-gradient-bw-end:focus-within{
    background-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:hover\:bg-petrol:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-graduation-00:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-graduation-25:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-graduation-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-graduation-75:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-graduation-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-purple-80:hover{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:hover\:bg-purple-bright:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-ultramarine:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-accent-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-accent-red-toned:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-error-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-warning-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-success-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-black-80:hover{
    background-color: rgba(0,0,0,.8);
  }

  .sm-md\:hover\:bg-neutrals-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-neutrals-00:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-neutrals-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-light-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm-md\:hover\:bg-white-transparent:hover{
    background-color: rgba(255,255,255,0);
  }

  .sm-md\:hover\:bg-gradient-bw-start:hover{
    background-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:hover\:bg-gradient-bw-end:hover{
    background-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus\:bg-petrol:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-graduation-00:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-graduation-25:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-graduation-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-graduation-75:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-graduation-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-purple-80:focus{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus\:bg-purple-bright:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-ultramarine:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-accent-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-accent-red-toned:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-error-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-warning-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-success-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-black-80:focus{
    background-color: rgba(0,0,0,.8);
  }

  .sm-md\:focus\:bg-neutrals-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-neutrals-00:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-neutrals-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-light-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm-md\:focus\:bg-white-transparent:focus{
    background-color: rgba(255,255,255,0);
  }

  .sm-md\:focus\:bg-gradient-bw-start:focus{
    background-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus\:bg-gradient-bw-end:focus{
    background-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .sm-md\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .sm-md\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .sm-md\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .sm-md\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .sm-md\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .sm-md\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .sm-md\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .sm-md\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .sm-md\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .sm-md\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .sm-md\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .sm-md\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .sm-md\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .sm-md\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .sm-md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .sm-md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .sm-md\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .sm-md\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .sm-md\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .sm-md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .sm-md\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .sm-md\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .sm-md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .sm-md\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .sm-md\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .sm-md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .sm-md\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .sm-md\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .sm-md\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .sm-md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .sm-md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .sm-md\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .sm-md\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .sm-md\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .sm-md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .sm-md\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .sm-md\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .sm-md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .sm-md\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .sm-md\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .sm-md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .sm-md\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .sm-md\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .sm-md\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .sm-md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .sm-md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .sm-md\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .sm-md\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .sm-md\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .sm-md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .sm-md\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .sm-md\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .sm-md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .sm-md\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .sm-md\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .sm-md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .sm-md\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .sm-md\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .sm-md\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .sm-md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .sm-md\:bg-none{
    background-image: none;
  }

  .sm-md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm-md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm-md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm-md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm-md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm-md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm-md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm-md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm-md\:from-petrol{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:from-graduation-00{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm-md\:from-graduation-25{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm-md\:from-graduation-50{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm-md\:from-graduation-75{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:from-graduation-100{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm-md\:from-purple-dark{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm-md\:from-purple{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:from-purple-80{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:from-purple-bright{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm-md\:from-ultramarine{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm-md\:from-accent-red{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:from-accent-red-toned{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:from-error-red{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm-md\:from-warning-yellow{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm-md\:from-success-green{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 0));
  }

  .sm-md\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-md\:from-black-80{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-md\:from-neutrals-100{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm-md\:from-neutrals-00{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm-md\:from-neutrals-grey{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm-md\:from-grey{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm-md\:from-light-grey{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sm-md\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-md\:from-white-transparent{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-md\:from-gradient-bw-start{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:from-gradient-bw-end{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:hover\:from-petrol:hover{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:hover\:from-graduation-00:hover{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm-md\:hover\:from-graduation-25:hover{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm-md\:hover\:from-graduation-50:hover{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm-md\:hover\:from-graduation-75:hover{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:hover\:from-graduation-100:hover{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm-md\:hover\:from-purple-dark:hover{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm-md\:hover\:from-purple:hover{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:hover\:from-purple-80:hover{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:hover\:from-purple-bright:hover{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm-md\:hover\:from-ultramarine:hover{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm-md\:hover\:from-accent-red:hover{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:hover\:from-accent-red-toned:hover{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:hover\:from-error-red:hover{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm-md\:hover\:from-warning-yellow:hover{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm-md\:hover\:from-success-green:hover{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 0));
  }

  .sm-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));
  }

  .sm-md\:hover\:from-black-80:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-md\:hover\:from-neutrals-100:hover{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm-md\:hover\:from-neutrals-00:hover{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm-md\:hover\:from-neutrals-grey:hover{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm-md\:hover\:from-grey:hover{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm-md\:hover\:from-light-grey:hover{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sm-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));
  }

  .sm-md\:hover\:from-white-transparent:hover{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-md\:hover\:from-gradient-bw-start:hover{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:hover\:from-gradient-bw-end:hover{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:focus\:from-petrol:focus{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:focus\:from-graduation-00:focus{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm-md\:focus\:from-graduation-25:focus{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm-md\:focus\:from-graduation-50:focus{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm-md\:focus\:from-graduation-75:focus{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:focus\:from-graduation-100:focus{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm-md\:focus\:from-purple-dark:focus{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm-md\:focus\:from-purple:focus{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:focus\:from-purple-80:focus{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:focus\:from-purple-bright:focus{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm-md\:focus\:from-ultramarine:focus{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm-md\:focus\:from-accent-red:focus{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:focus\:from-accent-red-toned:focus{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:focus\:from-error-red:focus{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm-md\:focus\:from-warning-yellow:focus{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm-md\:focus\:from-success-green:focus{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 0));
  }

  .sm-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));
  }

  .sm-md\:focus\:from-black-80:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-md\:focus\:from-neutrals-100:focus{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm-md\:focus\:from-neutrals-00:focus{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm-md\:focus\:from-neutrals-grey:focus{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm-md\:focus\:from-grey:focus{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm-md\:focus\:from-light-grey:focus{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sm-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));
  }

  .sm-md\:focus\:from-white-transparent:focus{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-md\:focus\:from-gradient-bw-start:focus{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:focus\:from-gradient-bw-end:focus{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:via-petrol{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:via-graduation-00{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm-md\:via-graduation-25{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm-md\:via-graduation-50{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm-md\:via-graduation-75{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:via-graduation-100{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm-md\:via-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm-md\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:via-purple-80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:via-purple-bright{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm-md\:via-ultramarine{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm-md\:via-accent-red{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:via-accent-red-toned{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:via-error-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm-md\:via-warning-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm-md\:via-success-green{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 0));
  }

  .sm-md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-md\:via-black-80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-md\:via-neutrals-100{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm-md\:via-neutrals-00{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm-md\:via-neutrals-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm-md\:via-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm-md\:via-light-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sm-md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-md\:via-white-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-md\:via-gradient-bw-start{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:via-gradient-bw-end{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:hover\:via-petrol:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:hover\:via-graduation-00:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm-md\:hover\:via-graduation-25:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm-md\:hover\:via-graduation-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm-md\:hover\:via-graduation-75:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:hover\:via-graduation-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm-md\:hover\:via-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm-md\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:hover\:via-purple-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:hover\:via-purple-bright:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm-md\:hover\:via-ultramarine:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm-md\:hover\:via-accent-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:hover\:via-accent-red-toned:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:hover\:via-error-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm-md\:hover\:via-warning-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm-md\:hover\:via-success-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 0));
  }

  .sm-md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-md\:hover\:via-black-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-md\:hover\:via-neutrals-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm-md\:hover\:via-neutrals-00:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm-md\:hover\:via-neutrals-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm-md\:hover\:via-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm-md\:hover\:via-light-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sm-md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-md\:hover\:via-white-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-md\:hover\:via-gradient-bw-start:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:hover\:via-gradient-bw-end:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:focus\:via-petrol:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:focus\:via-graduation-00:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .sm-md\:focus\:via-graduation-25:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .sm-md\:focus\:via-graduation-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .sm-md\:focus\:via-graduation-75:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .sm-md\:focus\:via-graduation-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .sm-md\:focus\:via-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .sm-md\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:focus\:via-purple-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .sm-md\:focus\:via-purple-bright:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .sm-md\:focus\:via-ultramarine:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .sm-md\:focus\:via-accent-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:focus\:via-accent-red-toned:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .sm-md\:focus\:via-error-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .sm-md\:focus\:via-warning-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .sm-md\:focus\:via-success-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 0));
  }

  .sm-md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-md\:focus\:via-black-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-md\:focus\:via-neutrals-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .sm-md\:focus\:via-neutrals-00:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .sm-md\:focus\:via-neutrals-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .sm-md\:focus\:via-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .sm-md\:focus\:via-light-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sm-md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-md\:focus\:via-white-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-md\:focus\:via-gradient-bw-start:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:focus\:via-gradient-bw-end:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .sm-md\:to-petrol{
    --tw-gradient-to: #0C5862;
  }

  .sm-md\:to-graduation-00{
    --tw-gradient-to: #ECFCFE;
  }

  .sm-md\:to-graduation-25{
    --tw-gradient-to: #4BE8FA;
  }

  .sm-md\:to-graduation-50{
    --tw-gradient-to: #03A1B2;
  }

  .sm-md\:to-graduation-75{
    --tw-gradient-to: #0C5862;
  }

  .sm-md\:to-graduation-100{
    --tw-gradient-to: #01353B;
  }

  .sm-md\:to-purple-dark{
    --tw-gradient-to: #95236D;
  }

  .sm-md\:to-purple{
    --tw-gradient-to: #7B58AE;
  }

  .sm-md\:to-purple-80{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:to-purple-bright{
    --tw-gradient-to: #832873;
  }

  .sm-md\:to-ultramarine{
    --tw-gradient-to: #3E3689;
  }

  .sm-md\:to-accent-red{
    --tw-gradient-to: #FF7468;
  }

  .sm-md\:to-accent-red-toned{
    --tw-gradient-to: #FF7468;
  }

  .sm-md\:to-error-red{
    --tw-gradient-to: #BE0028;
  }

  .sm-md\:to-warning-yellow{
    --tw-gradient-to: #FFEB3B;
  }

  .sm-md\:to-success-green{
    --tw-gradient-to: #84BD00;
  }

  .sm-md\:to-black{
    --tw-gradient-to: #000;
  }

  .sm-md\:to-black-80{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .sm-md\:to-neutrals-100{
    --tw-gradient-to: #293333;
  }

  .sm-md\:to-neutrals-00{
    --tw-gradient-to: #f2f5f5;
  }

  .sm-md\:to-neutrals-grey{
    --tw-gradient-to: #b2b2b2;
  }

  .sm-md\:to-grey{
    --tw-gradient-to: #dee2e6;
  }

  .sm-md\:to-light-grey{
    --tw-gradient-to: #e6e6e6;
  }

  .sm-md\:to-white{
    --tw-gradient-to: #fff;
  }

  .sm-md\:to-white-transparent{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .sm-md\:to-gradient-bw-start{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .sm-md\:to-gradient-bw-end{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .sm-md\:hover\:to-petrol:hover{
    --tw-gradient-to: #0C5862;
  }

  .sm-md\:hover\:to-graduation-00:hover{
    --tw-gradient-to: #ECFCFE;
  }

  .sm-md\:hover\:to-graduation-25:hover{
    --tw-gradient-to: #4BE8FA;
  }

  .sm-md\:hover\:to-graduation-50:hover{
    --tw-gradient-to: #03A1B2;
  }

  .sm-md\:hover\:to-graduation-75:hover{
    --tw-gradient-to: #0C5862;
  }

  .sm-md\:hover\:to-graduation-100:hover{
    --tw-gradient-to: #01353B;
  }

  .sm-md\:hover\:to-purple-dark:hover{
    --tw-gradient-to: #95236D;
  }

  .sm-md\:hover\:to-purple:hover{
    --tw-gradient-to: #7B58AE;
  }

  .sm-md\:hover\:to-purple-80:hover{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:hover\:to-purple-bright:hover{
    --tw-gradient-to: #832873;
  }

  .sm-md\:hover\:to-ultramarine:hover{
    --tw-gradient-to: #3E3689;
  }

  .sm-md\:hover\:to-accent-red:hover{
    --tw-gradient-to: #FF7468;
  }

  .sm-md\:hover\:to-accent-red-toned:hover{
    --tw-gradient-to: #FF7468;
  }

  .sm-md\:hover\:to-error-red:hover{
    --tw-gradient-to: #BE0028;
  }

  .sm-md\:hover\:to-warning-yellow:hover{
    --tw-gradient-to: #FFEB3B;
  }

  .sm-md\:hover\:to-success-green:hover{
    --tw-gradient-to: #84BD00;
  }

  .sm-md\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .sm-md\:hover\:to-black-80:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .sm-md\:hover\:to-neutrals-100:hover{
    --tw-gradient-to: #293333;
  }

  .sm-md\:hover\:to-neutrals-00:hover{
    --tw-gradient-to: #f2f5f5;
  }

  .sm-md\:hover\:to-neutrals-grey:hover{
    --tw-gradient-to: #b2b2b2;
  }

  .sm-md\:hover\:to-grey:hover{
    --tw-gradient-to: #dee2e6;
  }

  .sm-md\:hover\:to-light-grey:hover{
    --tw-gradient-to: #e6e6e6;
  }

  .sm-md\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .sm-md\:hover\:to-white-transparent:hover{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .sm-md\:hover\:to-gradient-bw-start:hover{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .sm-md\:hover\:to-gradient-bw-end:hover{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus\:to-petrol:focus{
    --tw-gradient-to: #0C5862;
  }

  .sm-md\:focus\:to-graduation-00:focus{
    --tw-gradient-to: #ECFCFE;
  }

  .sm-md\:focus\:to-graduation-25:focus{
    --tw-gradient-to: #4BE8FA;
  }

  .sm-md\:focus\:to-graduation-50:focus{
    --tw-gradient-to: #03A1B2;
  }

  .sm-md\:focus\:to-graduation-75:focus{
    --tw-gradient-to: #0C5862;
  }

  .sm-md\:focus\:to-graduation-100:focus{
    --tw-gradient-to: #01353B;
  }

  .sm-md\:focus\:to-purple-dark:focus{
    --tw-gradient-to: #95236D;
  }

  .sm-md\:focus\:to-purple:focus{
    --tw-gradient-to: #7B58AE;
  }

  .sm-md\:focus\:to-purple-80:focus{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus\:to-purple-bright:focus{
    --tw-gradient-to: #832873;
  }

  .sm-md\:focus\:to-ultramarine:focus{
    --tw-gradient-to: #3E3689;
  }

  .sm-md\:focus\:to-accent-red:focus{
    --tw-gradient-to: #FF7468;
  }

  .sm-md\:focus\:to-accent-red-toned:focus{
    --tw-gradient-to: #FF7468;
  }

  .sm-md\:focus\:to-error-red:focus{
    --tw-gradient-to: #BE0028;
  }

  .sm-md\:focus\:to-warning-yellow:focus{
    --tw-gradient-to: #FFEB3B;
  }

  .sm-md\:focus\:to-success-green:focus{
    --tw-gradient-to: #84BD00;
  }

  .sm-md\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .sm-md\:focus\:to-black-80:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .sm-md\:focus\:to-neutrals-100:focus{
    --tw-gradient-to: #293333;
  }

  .sm-md\:focus\:to-neutrals-00:focus{
    --tw-gradient-to: #f2f5f5;
  }

  .sm-md\:focus\:to-neutrals-grey:focus{
    --tw-gradient-to: #b2b2b2;
  }

  .sm-md\:focus\:to-grey:focus{
    --tw-gradient-to: #dee2e6;
  }

  .sm-md\:focus\:to-light-grey:focus{
    --tw-gradient-to: #e6e6e6;
  }

  .sm-md\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .sm-md\:focus\:to-white-transparent:focus{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .sm-md\:focus\:to-gradient-bw-start:focus{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus\:to-gradient-bw-end:focus{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .sm-md\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm-md\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm-md\:bg-auto{
    background-size: auto;
  }

  .sm-md\:bg-cover{
    background-size: cover;
  }

  .sm-md\:bg-contain{
    background-size: contain;
  }

  .sm-md\:bg-fixed{
    background-attachment: fixed;
  }

  .sm-md\:bg-local{
    background-attachment: local;
  }

  .sm-md\:bg-scroll{
    background-attachment: scroll;
  }

  .sm-md\:bg-clip-border{
    background-clip: border-box;
  }

  .sm-md\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sm-md\:bg-clip-content{
    background-clip: content-box;
  }

  .sm-md\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm-md\:bg-bottom{
    background-position: bottom;
  }

  .sm-md\:bg-center{
    background-position: center;
  }

  .sm-md\:bg-left{
    background-position: left;
  }

  .sm-md\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm-md\:bg-left-top{
    background-position: left top;
  }

  .sm-md\:bg-right{
    background-position: right;
  }

  .sm-md\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm-md\:bg-right-top{
    background-position: right top;
  }

  .sm-md\:bg-top{
    background-position: top;
  }

  .sm-md\:bg-repeat{
    background-repeat: repeat;
  }

  .sm-md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm-md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm-md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm-md\:bg-repeat-round{
    background-repeat: round;
  }

  .sm-md\:bg-repeat-space{
    background-repeat: space;
  }

  .sm-md\:bg-origin-border{
    background-origin: border-box;
  }

  .sm-md\:bg-origin-padding{
    background-origin: padding-box;
  }

  .sm-md\:bg-origin-content{
    background-origin: content-box;
  }

  .sm-md\:fill-current{
    fill: currentColor;
  }

  .sm-md\:stroke-current{
    stroke: currentColor;
  }

  .sm-md\:stroke-0{
    stroke-width: 0;
  }

  .sm-md\:stroke-1{
    stroke-width: 1;
  }

  .sm-md\:stroke-2{
    stroke-width: 2;
  }

  .sm-md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm-md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm-md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm-md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sm-md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm-md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm-md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sm-md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sm-md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm-md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm-md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sm-md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm-md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm-md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sm-md\:p-0{
    padding: 0;
  }

  .sm-md\:p-1{
    padding: 0.5rem;
  }

  .sm-md\:p-2{
    padding: 1rem;
  }

  .sm-md\:p-3{
    padding: 1.5rem;
  }

  .sm-md\:p-4{
    padding: 2rem;
  }

  .sm-md\:p-5{
    padding: 1.25rem;
  }

  .sm-md\:p-6{
    padding: 3rem;
  }

  .sm-md\:p-7{
    padding: 1.75rem;
  }

  .sm-md\:p-8{
    padding: 4rem;
  }

  .sm-md\:p-9{
    padding: 4.5rem;
  }

  .sm-md\:p-10{
    padding: 5rem;
  }

  .sm-md\:p-11{
    padding: 2.75rem;
  }

  .sm-md\:p-12{
    padding: 3rem;
  }

  .sm-md\:p-13{
    padding: 6.5rem;
  }

  .sm-md\:p-14{
    padding: 3.5rem;
  }

  .sm-md\:p-16{
    padding: 4rem;
  }

  .sm-md\:p-20{
    padding: 5rem;
  }

  .sm-md\:p-24{
    padding: 6rem;
  }

  .sm-md\:p-28{
    padding: 7rem;
  }

  .sm-md\:p-32{
    padding: 8rem;
  }

  .sm-md\:p-36{
    padding: 9rem;
  }

  .sm-md\:p-40{
    padding: 10rem;
  }

  .sm-md\:p-44{
    padding: 11rem;
  }

  .sm-md\:p-48{
    padding: 12rem;
  }

  .sm-md\:p-52{
    padding: 13rem;
  }

  .sm-md\:p-56{
    padding: 14rem;
  }

  .sm-md\:p-60{
    padding: 15rem;
  }

  .sm-md\:p-64{
    padding: 16rem;
  }

  .sm-md\:p-72{
    padding: 18rem;
  }

  .sm-md\:p-80{
    padding: 20rem;
  }

  .sm-md\:p-96{
    padding: 24rem;
  }

  .sm-md\:p-px{
    padding: 1px;
  }

  .sm-md\:p-0\.5{
    padding: 0.25rem;
  }

  .sm-md\:p-1\.5{
    padding: 1.5rem;
  }

  .sm-md\:p-2\.5{
    padding: 0.625rem;
  }

  .sm-md\:p-3\.5{
    padding: 0.875rem;
  }

  .sm-md\:p-0\.375{
    padding: 0.375rem;
  }

  .sm-md\:p-0\.75{
    padding: 0.75rem;
  }

  .sm-md\:p-1\.25{
    padding: 1.25rem;
  }

  .sm-md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm-md\:px-1{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-md\:px-2{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-md\:px-3{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm-md\:px-4{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm-md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm-md\:px-6{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm-md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm-md\:px-8{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm-md\:px-9{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm-md\:px-10{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm-md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm-md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm-md\:px-13{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm-md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm-md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm-md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm-md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm-md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm-md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm-md\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm-md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm-md\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm-md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm-md\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm-md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm-md\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm-md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm-md\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm-md\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm-md\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm-md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm-md\:px-0\.5{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm-md\:px-1\.5{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm-md\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm-md\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm-md\:px-0\.375{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm-md\:px-0\.75{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm-md\:px-1\.25{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm-md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm-md\:py-1{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-md\:py-2{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm-md\:py-3{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm-md\:py-4{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm-md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm-md\:py-6{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm-md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm-md\:py-8{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm-md\:py-9{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm-md\:py-10{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm-md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm-md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm-md\:py-13{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm-md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm-md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm-md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm-md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm-md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm-md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm-md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm-md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm-md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm-md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm-md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm-md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm-md\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm-md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm-md\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm-md\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm-md\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm-md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm-md\:py-0\.5{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm-md\:py-1\.5{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm-md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm-md\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm-md\:py-0\.375{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm-md\:py-0\.75{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm-md\:py-1\.25{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm-md\:pt-0{
    padding-top: 0;
  }

  .sm-md\:pt-1{
    padding-top: 0.5rem;
  }

  .sm-md\:pt-2{
    padding-top: 1rem;
  }

  .sm-md\:pt-3{
    padding-top: 1.5rem;
  }

  .sm-md\:pt-4{
    padding-top: 2rem;
  }

  .sm-md\:pt-5{
    padding-top: 1.25rem;
  }

  .sm-md\:pt-6{
    padding-top: 3rem;
  }

  .sm-md\:pt-7{
    padding-top: 1.75rem;
  }

  .sm-md\:pt-8{
    padding-top: 4rem;
  }

  .sm-md\:pt-9{
    padding-top: 4.5rem;
  }

  .sm-md\:pt-10{
    padding-top: 5rem;
  }

  .sm-md\:pt-11{
    padding-top: 2.75rem;
  }

  .sm-md\:pt-12{
    padding-top: 3rem;
  }

  .sm-md\:pt-13{
    padding-top: 6.5rem;
  }

  .sm-md\:pt-14{
    padding-top: 3.5rem;
  }

  .sm-md\:pt-16{
    padding-top: 4rem;
  }

  .sm-md\:pt-20{
    padding-top: 5rem;
  }

  .sm-md\:pt-24{
    padding-top: 6rem;
  }

  .sm-md\:pt-28{
    padding-top: 7rem;
  }

  .sm-md\:pt-32{
    padding-top: 8rem;
  }

  .sm-md\:pt-36{
    padding-top: 9rem;
  }

  .sm-md\:pt-40{
    padding-top: 10rem;
  }

  .sm-md\:pt-44{
    padding-top: 11rem;
  }

  .sm-md\:pt-48{
    padding-top: 12rem;
  }

  .sm-md\:pt-52{
    padding-top: 13rem;
  }

  .sm-md\:pt-56{
    padding-top: 14rem;
  }

  .sm-md\:pt-60{
    padding-top: 15rem;
  }

  .sm-md\:pt-64{
    padding-top: 16rem;
  }

  .sm-md\:pt-72{
    padding-top: 18rem;
  }

  .sm-md\:pt-80{
    padding-top: 20rem;
  }

  .sm-md\:pt-96{
    padding-top: 24rem;
  }

  .sm-md\:pt-px{
    padding-top: 1px;
  }

  .sm-md\:pt-0\.5{
    padding-top: 0.25rem;
  }

  .sm-md\:pt-1\.5{
    padding-top: 1.5rem;
  }

  .sm-md\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .sm-md\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .sm-md\:pt-0\.375{
    padding-top: 0.375rem;
  }

  .sm-md\:pt-0\.75{
    padding-top: 0.75rem;
  }

  .sm-md\:pt-1\.25{
    padding-top: 1.25rem;
  }

  .sm-md\:pr-0{
    padding-right: 0;
  }

  .sm-md\:pr-1{
    padding-right: 0.5rem;
  }

  .sm-md\:pr-2{
    padding-right: 1rem;
  }

  .sm-md\:pr-3{
    padding-right: 1.5rem;
  }

  .sm-md\:pr-4{
    padding-right: 2rem;
  }

  .sm-md\:pr-5{
    padding-right: 1.25rem;
  }

  .sm-md\:pr-6{
    padding-right: 3rem;
  }

  .sm-md\:pr-7{
    padding-right: 1.75rem;
  }

  .sm-md\:pr-8{
    padding-right: 4rem;
  }

  .sm-md\:pr-9{
    padding-right: 4.5rem;
  }

  .sm-md\:pr-10{
    padding-right: 5rem;
  }

  .sm-md\:pr-11{
    padding-right: 2.75rem;
  }

  .sm-md\:pr-12{
    padding-right: 3rem;
  }

  .sm-md\:pr-13{
    padding-right: 6.5rem;
  }

  .sm-md\:pr-14{
    padding-right: 3.5rem;
  }

  .sm-md\:pr-16{
    padding-right: 4rem;
  }

  .sm-md\:pr-20{
    padding-right: 5rem;
  }

  .sm-md\:pr-24{
    padding-right: 6rem;
  }

  .sm-md\:pr-28{
    padding-right: 7rem;
  }

  .sm-md\:pr-32{
    padding-right: 8rem;
  }

  .sm-md\:pr-36{
    padding-right: 9rem;
  }

  .sm-md\:pr-40{
    padding-right: 10rem;
  }

  .sm-md\:pr-44{
    padding-right: 11rem;
  }

  .sm-md\:pr-48{
    padding-right: 12rem;
  }

  .sm-md\:pr-52{
    padding-right: 13rem;
  }

  .sm-md\:pr-56{
    padding-right: 14rem;
  }

  .sm-md\:pr-60{
    padding-right: 15rem;
  }

  .sm-md\:pr-64{
    padding-right: 16rem;
  }

  .sm-md\:pr-72{
    padding-right: 18rem;
  }

  .sm-md\:pr-80{
    padding-right: 20rem;
  }

  .sm-md\:pr-96{
    padding-right: 24rem;
  }

  .sm-md\:pr-px{
    padding-right: 1px;
  }

  .sm-md\:pr-0\.5{
    padding-right: 0.25rem;
  }

  .sm-md\:pr-1\.5{
    padding-right: 1.5rem;
  }

  .sm-md\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .sm-md\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .sm-md\:pr-0\.375{
    padding-right: 0.375rem;
  }

  .sm-md\:pr-0\.75{
    padding-right: 0.75rem;
  }

  .sm-md\:pr-1\.25{
    padding-right: 1.25rem;
  }

  .sm-md\:pb-0{
    padding-bottom: 0;
  }

  .sm-md\:pb-1{
    padding-bottom: 0.5rem;
  }

  .sm-md\:pb-2{
    padding-bottom: 1rem;
  }

  .sm-md\:pb-3{
    padding-bottom: 1.5rem;
  }

  .sm-md\:pb-4{
    padding-bottom: 2rem;
  }

  .sm-md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm-md\:pb-6{
    padding-bottom: 3rem;
  }

  .sm-md\:pb-7{
    padding-bottom: 1.75rem;
  }

  .sm-md\:pb-8{
    padding-bottom: 4rem;
  }

  .sm-md\:pb-9{
    padding-bottom: 4.5rem;
  }

  .sm-md\:pb-10{
    padding-bottom: 5rem;
  }

  .sm-md\:pb-11{
    padding-bottom: 2.75rem;
  }

  .sm-md\:pb-12{
    padding-bottom: 3rem;
  }

  .sm-md\:pb-13{
    padding-bottom: 6.5rem;
  }

  .sm-md\:pb-14{
    padding-bottom: 3.5rem;
  }

  .sm-md\:pb-16{
    padding-bottom: 4rem;
  }

  .sm-md\:pb-20{
    padding-bottom: 5rem;
  }

  .sm-md\:pb-24{
    padding-bottom: 6rem;
  }

  .sm-md\:pb-28{
    padding-bottom: 7rem;
  }

  .sm-md\:pb-32{
    padding-bottom: 8rem;
  }

  .sm-md\:pb-36{
    padding-bottom: 9rem;
  }

  .sm-md\:pb-40{
    padding-bottom: 10rem;
  }

  .sm-md\:pb-44{
    padding-bottom: 11rem;
  }

  .sm-md\:pb-48{
    padding-bottom: 12rem;
  }

  .sm-md\:pb-52{
    padding-bottom: 13rem;
  }

  .sm-md\:pb-56{
    padding-bottom: 14rem;
  }

  .sm-md\:pb-60{
    padding-bottom: 15rem;
  }

  .sm-md\:pb-64{
    padding-bottom: 16rem;
  }

  .sm-md\:pb-72{
    padding-bottom: 18rem;
  }

  .sm-md\:pb-80{
    padding-bottom: 20rem;
  }

  .sm-md\:pb-96{
    padding-bottom: 24rem;
  }

  .sm-md\:pb-px{
    padding-bottom: 1px;
  }

  .sm-md\:pb-0\.5{
    padding-bottom: 0.25rem;
  }

  .sm-md\:pb-1\.5{
    padding-bottom: 1.5rem;
  }

  .sm-md\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .sm-md\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .sm-md\:pb-0\.375{
    padding-bottom: 0.375rem;
  }

  .sm-md\:pb-0\.75{
    padding-bottom: 0.75rem;
  }

  .sm-md\:pb-1\.25{
    padding-bottom: 1.25rem;
  }

  .sm-md\:pl-0{
    padding-left: 0;
  }

  .sm-md\:pl-1{
    padding-left: 0.5rem;
  }

  .sm-md\:pl-2{
    padding-left: 1rem;
  }

  .sm-md\:pl-3{
    padding-left: 1.5rem;
  }

  .sm-md\:pl-4{
    padding-left: 2rem;
  }

  .sm-md\:pl-5{
    padding-left: 1.25rem;
  }

  .sm-md\:pl-6{
    padding-left: 3rem;
  }

  .sm-md\:pl-7{
    padding-left: 1.75rem;
  }

  .sm-md\:pl-8{
    padding-left: 4rem;
  }

  .sm-md\:pl-9{
    padding-left: 4.5rem;
  }

  .sm-md\:pl-10{
    padding-left: 5rem;
  }

  .sm-md\:pl-11{
    padding-left: 2.75rem;
  }

  .sm-md\:pl-12{
    padding-left: 3rem;
  }

  .sm-md\:pl-13{
    padding-left: 6.5rem;
  }

  .sm-md\:pl-14{
    padding-left: 3.5rem;
  }

  .sm-md\:pl-16{
    padding-left: 4rem;
  }

  .sm-md\:pl-20{
    padding-left: 5rem;
  }

  .sm-md\:pl-24{
    padding-left: 6rem;
  }

  .sm-md\:pl-28{
    padding-left: 7rem;
  }

  .sm-md\:pl-32{
    padding-left: 8rem;
  }

  .sm-md\:pl-36{
    padding-left: 9rem;
  }

  .sm-md\:pl-40{
    padding-left: 10rem;
  }

  .sm-md\:pl-44{
    padding-left: 11rem;
  }

  .sm-md\:pl-48{
    padding-left: 12rem;
  }

  .sm-md\:pl-52{
    padding-left: 13rem;
  }

  .sm-md\:pl-56{
    padding-left: 14rem;
  }

  .sm-md\:pl-60{
    padding-left: 15rem;
  }

  .sm-md\:pl-64{
    padding-left: 16rem;
  }

  .sm-md\:pl-72{
    padding-left: 18rem;
  }

  .sm-md\:pl-80{
    padding-left: 20rem;
  }

  .sm-md\:pl-96{
    padding-left: 24rem;
  }

  .sm-md\:pl-px{
    padding-left: 1px;
  }

  .sm-md\:pl-0\.5{
    padding-left: 0.25rem;
  }

  .sm-md\:pl-1\.5{
    padding-left: 1.5rem;
  }

  .sm-md\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .sm-md\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .sm-md\:pl-0\.375{
    padding-left: 0.375rem;
  }

  .sm-md\:pl-0\.75{
    padding-left: 0.75rem;
  }

  .sm-md\:pl-1\.25{
    padding-left: 1.25rem;
  }

  .sm-md\:text-left{
    text-align: left;
  }

  .sm-md\:text-center{
    text-align: center;
  }

  .sm-md\:text-right{
    text-align: right;
  }

  .sm-md\:text-justify{
    text-align: justify;
  }

  .sm-md\:align-baseline{
    vertical-align: baseline;
  }

  .sm-md\:align-top{
    vertical-align: top;
  }

  .sm-md\:align-middle{
    vertical-align: middle;
  }

  .sm-md\:align-bottom{
    vertical-align: bottom;
  }

  .sm-md\:align-text-top{
    vertical-align: text-top;
  }

  .sm-md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm-md\:font-kavivanar{
    font-family: kavivanarregular, sans-serif;
  }

  .sm-md\:font-alkatra{
    font-family: alkatraregular, sans-serif;
  }

  .sm-md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm-md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm-md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm-md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm-md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm-md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm-md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm-md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm-md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm-md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm-md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm-md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .sm-md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .sm-md\:text-typo-clou-md{
    font-size: 5rem;
    line-height: 6rem;
  }

  .sm-md\:text-typo-clou{
    font-size: 2rem;
    line-height: 3rem;
  }

  .sm-md\:text-intro-md{
    font-size: 2rem;
    line-height: 3rem;
  }

  .sm-md\:text-intro{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm-md\:text-intro-condensed{
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .sm-md\:text-intro-condensed-md{
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .sm-md\:text-copy-md{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm-md\:text-copy{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .sm-md\:text-button-label{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .sm-md\:text-button-label-md{
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .sm-md\:text-caption{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm-md\:text-caption-md{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm-md\:text-caption-small{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm-md\:text-caption-small-md{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm-md\:text-caption-very-small{
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .sm-md\:text-caption-very-small-md{
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .sm-md\:font-thin{
    font-weight: 100;
  }

  .sm-md\:font-extralight{
    font-weight: 200;
  }

  .sm-md\:font-light{
    font-weight: 300;
  }

  .sm-md\:font-normal{
    font-weight: 400;
  }

  .sm-md\:font-medium{
    font-weight: 500;
  }

  .sm-md\:font-semibold{
    font-weight: 600;
  }

  .sm-md\:font-bold{
    font-weight: 700;
  }

  .sm-md\:font-extrabold{
    font-weight: 800;
  }

  .sm-md\:font-black{
    font-weight: 900;
  }

  .sm-md\:uppercase{
    text-transform: uppercase;
  }

  .sm-md\:lowercase{
    text-transform: lowercase;
  }

  .sm-md\:capitalize{
    text-transform: capitalize;
  }

  .sm-md\:normal-case{
    text-transform: none;
  }

  .sm-md\:italic{
    font-style: italic;
  }

  .sm-md\:not-italic{
    font-style: normal;
  }

  .sm-md\:ordinal, .sm-md\:slashed-zero, .sm-md\:lining-nums, .sm-md\:oldstyle-nums, .sm-md\:proportional-nums, .sm-md\:tabular-nums, .sm-md\:diagonal-fractions, .sm-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);
  }

  .sm-md\:normal-nums{
    font-variant-numeric: normal;
  }

  .sm-md\:ordinal{
    --tw-ordinal: ordinal;
  }

  .sm-md\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .sm-md\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .sm-md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm-md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .sm-md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .sm-md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm-md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm-md\:leading-3{
    line-height: .75rem;
  }

  .sm-md\:leading-4{
    line-height: 1rem;
  }

  .sm-md\:leading-5{
    line-height: 1.25rem;
  }

  .sm-md\:leading-6{
    line-height: 1.5rem;
  }

  .sm-md\:leading-7{
    line-height: 1.75rem;
  }

  .sm-md\:leading-8{
    line-height: 2rem;
  }

  .sm-md\:leading-9{
    line-height: 2.25rem;
  }

  .sm-md\:leading-10{
    line-height: 2.5rem;
  }

  .sm-md\:leading-none{
    line-height: 1;
  }

  .sm-md\:leading-tight{
    line-height: 1.25;
  }

  .sm-md\:leading-snug{
    line-height: 1.375;
  }

  .sm-md\:leading-normal{
    line-height: 1.5;
  }

  .sm-md\:leading-relaxed{
    line-height: 1.625;
  }

  .sm-md\:leading-loose{
    line-height: 2;
  }

  .sm-md\:tracking-tightest{
    letter-spacing: -.075em;
  }

  .sm-md\:tracking-tighter{
    letter-spacing: -.05em;
  }

  .sm-md\:tracking-tight{
    letter-spacing: -.025em;
  }

  .sm-md\:tracking-normal{
    letter-spacing: 0;
  }

  .sm-md\:tracking-wide{
    letter-spacing: .025em;
  }

  .sm-md\:tracking-wider{
    letter-spacing: .05em;
  }

  .sm-md\:tracking-widest{
    letter-spacing: .25em;
  }

  .sm-md\:text-petrol{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm-md\:text-graduation-00{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .sm-md\:text-graduation-25{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .sm-md\:text-graduation-50{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .sm-md\:text-graduation-75{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm-md\:text-graduation-100{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .sm-md\:text-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .sm-md\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .sm-md\:text-purple-80{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:text-purple-bright{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .sm-md\:text-ultramarine{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .sm-md\:text-accent-red{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm-md\:text-accent-red-toned{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm-md\:text-error-red{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .sm-md\:text-warning-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .sm-md\:text-success-green{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .sm-md\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm-md\:text-black-80{
    color: rgba(0,0,0,.8);
  }

  .sm-md\:text-neutrals-100{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .sm-md\:text-neutrals-00{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .sm-md\:text-neutrals-grey{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .sm-md\:text-grey{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm-md\:text-light-grey{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .sm-md\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm-md\:text-white-transparent{
    color: rgba(255,255,255,0);
  }

  .sm-md\:text-gradient-bw-start{
    color: rgba(231, 231, 231, 1);
  }

  .sm-md\:text-gradient-bw-end{
    color: rgba(231, 231, 231, 0);
  }

  .group:hover .sm-md\:group-hover\:text-petrol{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-graduation-00{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-graduation-25{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-graduation-50{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-graduation-75{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-graduation-100{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-purple-80{
    color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .sm-md\:group-hover\:text-purple-bright{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-ultramarine{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-accent-red{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-accent-red-toned{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-error-red{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-warning-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-success-green{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-black-80{
    color: rgba(0,0,0,.8);
  }

  .group:hover .sm-md\:group-hover\:text-neutrals-100{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-neutrals-00{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-neutrals-grey{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-grey{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-light-grey{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-md\:group-hover\:text-white-transparent{
    color: rgba(255,255,255,0);
  }

  .group:hover .sm-md\:group-hover\:text-gradient-bw-start{
    color: rgba(231, 231, 231, 1);
  }

  .group:hover .sm-md\:group-hover\:text-gradient-bw-end{
    color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus-within\:text-petrol:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-graduation-00:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-graduation-25:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-graduation-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-graduation-75:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-graduation-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-purple-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-purple:focus-within{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-purple-80:focus-within{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus-within\:text-purple-bright:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-ultramarine:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-accent-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-accent-red-toned:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-error-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-warning-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-success-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-black-80:focus-within{
    color: rgba(0,0,0,.8);
  }

  .sm-md\:focus-within\:text-neutrals-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-neutrals-00:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-neutrals-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-light-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm-md\:focus-within\:text-white-transparent:focus-within{
    color: rgba(255,255,255,0);
  }

  .sm-md\:focus-within\:text-gradient-bw-start:focus-within{
    color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus-within\:text-gradient-bw-end:focus-within{
    color: rgba(231, 231, 231, 0);
  }

  .sm-md\:hover\:text-petrol:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-graduation-00:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-graduation-25:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-graduation-50:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-graduation-75:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-graduation-100:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-purple-80:hover{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:hover\:text-purple-bright:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-ultramarine:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-accent-red:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-accent-red-toned:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-error-red:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-warning-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-success-green:hover{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-black-80:hover{
    color: rgba(0,0,0,.8);
  }

  .sm-md\:hover\:text-neutrals-100:hover{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-neutrals-00:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-neutrals-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-light-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm-md\:hover\:text-white-transparent:hover{
    color: rgba(255,255,255,0);
  }

  .sm-md\:hover\:text-gradient-bw-start:hover{
    color: rgba(231, 231, 231, 1);
  }

  .sm-md\:hover\:text-gradient-bw-end:hover{
    color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus\:text-petrol:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-graduation-00:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-graduation-25:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-graduation-50:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-graduation-75:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-graduation-100:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-purple-80:focus{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus\:text-purple-bright:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-ultramarine:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-accent-red:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-accent-red-toned:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-error-red:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-warning-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-success-green:focus{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-black-80:focus{
    color: rgba(0,0,0,.8);
  }

  .sm-md\:focus\:text-neutrals-100:focus{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-neutrals-00:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-neutrals-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-light-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm-md\:focus\:text-white-transparent:focus{
    color: rgba(255,255,255,0);
  }

  .sm-md\:focus\:text-gradient-bw-start:focus{
    color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus\:text-gradient-bw-end:focus{
    color: rgba(231, 231, 231, 0);
  }

  .sm-md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .sm-md\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .sm-md\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .sm-md\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .sm-md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .sm-md\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .sm-md\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .sm-md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .sm-md\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .sm-md\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .sm-md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .sm-md\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .sm-md\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .sm-md\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .sm-md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .sm-md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .sm-md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .sm-md\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .sm-md\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .sm-md\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .sm-md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .sm-md\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .sm-md\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .sm-md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .sm-md\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .sm-md\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .sm-md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .sm-md\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .sm-md\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .sm-md\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .sm-md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .sm-md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .sm-md\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .sm-md\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .sm-md\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .sm-md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .sm-md\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .sm-md\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .sm-md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .sm-md\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .sm-md\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .sm-md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .sm-md\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .sm-md\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .sm-md\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .sm-md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .sm-md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .sm-md\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .sm-md\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .sm-md\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .sm-md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .sm-md\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .sm-md\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .sm-md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .sm-md\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .sm-md\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .sm-md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .sm-md\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .sm-md\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .sm-md\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .sm-md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .sm-md\:underline{
    text-decoration: underline;
  }

  .sm-md\:line-through{
    text-decoration: line-through;
  }

  .sm-md\:no-underline{
    text-decoration: none;
  }

  .group:hover .sm-md\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .sm-md\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .sm-md\:group-hover\:no-underline{
    text-decoration: none;
  }

  .sm-md\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .sm-md\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .sm-md\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .sm-md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm-md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm-md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm-md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm-md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm-md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sm-md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-md\:placeholder-petrol::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-petrol::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-graduation-00::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-graduation-00::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-graduation-25::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-graduation-25::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-graduation-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-graduation-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-graduation-75::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-graduation-75::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-graduation-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-graduation-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-purple-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-purple-80::-moz-placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:placeholder-purple-80::placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:placeholder-purple-bright::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-purple-bright::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-ultramarine::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-ultramarine::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-accent-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-accent-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-accent-red-toned::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-accent-red-toned::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-error-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-error-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-warning-yellow::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-warning-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-success-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-success-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-black-80::-moz-placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm-md\:placeholder-black-80::placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm-md\:placeholder-neutrals-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-neutrals-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-neutrals-00::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-neutrals-00::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-neutrals-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-neutrals-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-light-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-light-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm-md\:placeholder-white-transparent::-moz-placeholder{
    color: rgba(255,255,255,0);
  }

  .sm-md\:placeholder-white-transparent::placeholder{
    color: rgba(255,255,255,0);
  }

  .sm-md\:placeholder-gradient-bw-start::-moz-placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .sm-md\:placeholder-gradient-bw-start::placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .sm-md\:placeholder-gradient-bw-end::-moz-placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .sm-md\:placeholder-gradient-bw-end::placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus\:placeholder-petrol:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-petrol:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-graduation-00:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-graduation-00:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-graduation-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-graduation-25:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-graduation-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-graduation-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-graduation-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-graduation-75:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-graduation-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-graduation-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-purple-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-purple-80:focus::-moz-placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus\:placeholder-purple-80:focus::placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus\:placeholder-purple-bright:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-purple-bright:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-ultramarine:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-ultramarine:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-accent-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-accent-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-accent-red-toned:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-accent-red-toned:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-error-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-error-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-warning-yellow:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-warning-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-success-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-success-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-black-80:focus::-moz-placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm-md\:focus\:placeholder-black-80:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .sm-md\:focus\:placeholder-neutrals-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-neutrals-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-neutrals-00:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-neutrals-00:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-neutrals-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-neutrals-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-light-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-light-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm-md\:focus\:placeholder-white-transparent:focus::-moz-placeholder{
    color: rgba(255,255,255,0);
  }

  .sm-md\:focus\:placeholder-white-transparent:focus::placeholder{
    color: rgba(255,255,255,0);
  }

  .sm-md\:focus\:placeholder-gradient-bw-start:focus::-moz-placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus\:placeholder-gradient-bw-start:focus::placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus\:placeholder-gradient-bw-end:focus::-moz-placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus\:placeholder-gradient-bw-end:focus::placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .sm-md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm-md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm-md\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm-md\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm-md\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm-md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm-md\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm-md\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm-md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm-md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm-md\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm-md\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm-md\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm-md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm-md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm-md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm-md\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm-md\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm-md\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm-md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm-md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm-md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm-md\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm-md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm-md\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm-md\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm-md\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm-md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm-md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm-md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm-md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm-md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm-md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm-md\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm-md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm-md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm-md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm-md\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm-md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm-md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm-md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm-md\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm-md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm-md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm-md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm-md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm-md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm-md\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm-md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm-md\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm-md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm-md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm-md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm-md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm-md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm-md\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm-md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm-md\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm-md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm-md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm-md\:opacity-0{
    opacity: 0;
  }

  .sm-md\:opacity-5{
    opacity: 0.05;
  }

  .sm-md\:opacity-10{
    opacity: 0.1;
  }

  .sm-md\:opacity-20{
    opacity: 0.2;
  }

  .sm-md\:opacity-25{
    opacity: 0.25;
  }

  .sm-md\:opacity-30{
    opacity: 0.3;
  }

  .sm-md\:opacity-40{
    opacity: 0.4;
  }

  .sm-md\:opacity-50{
    opacity: 0.5;
  }

  .sm-md\:opacity-60{
    opacity: 0.6;
  }

  .sm-md\:opacity-70{
    opacity: 0.7;
  }

  .sm-md\:opacity-75{
    opacity: 0.75;
  }

  .sm-md\:opacity-80{
    opacity: 0.8;
  }

  .sm-md\:opacity-90{
    opacity: 0.9;
  }

  .sm-md\:opacity-95{
    opacity: 0.95;
  }

  .sm-md\:opacity-100{
    opacity: 1;
  }

  .group:hover .sm-md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .sm-md\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .sm-md\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .sm-md\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .sm-md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .sm-md\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .sm-md\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .sm-md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .sm-md\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .sm-md\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .sm-md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .sm-md\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .sm-md\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .sm-md\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .sm-md\:group-hover\:opacity-100{
    opacity: 1;
  }

  .sm-md\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .sm-md\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .sm-md\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .sm-md\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .sm-md\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .sm-md\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .sm-md\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .sm-md\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .sm-md\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .sm-md\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .sm-md\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .sm-md\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .sm-md\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .sm-md\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .sm-md\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .sm-md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm-md\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .sm-md\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .sm-md\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .sm-md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm-md\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .sm-md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sm-md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm-md\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .sm-md\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .sm-md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm-md\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .sm-md\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .sm-md\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .sm-md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm-md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm-md\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .sm-md\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .sm-md\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .sm-md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm-md\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .sm-md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sm-md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sm-md\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .sm-md\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .sm-md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sm-md\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .sm-md\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .sm-md\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .sm-md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sm-md\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .sm-md\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .sm-md\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .sm-md\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .sm-md\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .sm-md\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .sm-md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .sm-md\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .sm-md\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .sm-md\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .sm-md\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .sm-md\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .sm-md\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .sm-md\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .sm-md\:bg-blend-color{
    background-blend-mode: color;
  }

  .sm-md\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .sm-md\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .sm-md\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .sm-md\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .sm-md\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .sm-md\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .sm-md\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .sm-md\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .sm-md\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .sm-md\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .sm-md\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .sm-md\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .sm-md\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .sm-md\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .sm-md\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .sm-md\:mix-blend-color{
    mix-blend-mode: color;
  }

  .sm-md\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .sm-md\:shadow-default{
    --tw-shadow: 0px 2px 20px 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-md\:group-hover\:shadow-default{
    --tw-shadow: 0px 2px 20px 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-md\:focus-within\:shadow-default:focus-within{
    --tw-shadow: 0px 2px 20px 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-md\:hover\:shadow-default:hover{
    --tw-shadow: 0px 2px 20px 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-md\:focus\:shadow-default:focus{
    --tw-shadow: 0px 2px 20px 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-md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-md\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-md\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-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);
  }

  .sm-md\:ring-inset{
    --tw-ring-inset: inset;
  }

  .sm-md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .sm-md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .sm-md\:ring-petrol{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm-md\:ring-graduation-00{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .sm-md\:ring-graduation-25{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .sm-md\:ring-graduation-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .sm-md\:ring-graduation-75{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm-md\:ring-graduation-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .sm-md\:ring-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .sm-md\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .sm-md\:ring-purple-80{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:ring-purple-bright{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .sm-md\:ring-ultramarine{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .sm-md\:ring-accent-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm-md\:ring-accent-red-toned{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm-md\:ring-error-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .sm-md\:ring-warning-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .sm-md\:ring-success-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .sm-md\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm-md\:ring-black-80{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .sm-md\:ring-neutrals-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .sm-md\:ring-neutrals-00{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .sm-md\:ring-neutrals-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .sm-md\:ring-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm-md\:ring-light-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .sm-md\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm-md\:ring-white-transparent{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .sm-md\:ring-gradient-bw-start{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:ring-gradient-bw-end{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus-within\:ring-petrol:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-graduation-00:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-graduation-25:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-graduation-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-graduation-75:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-graduation-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-purple-80:focus-within{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus-within\:ring-purple-bright:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-ultramarine:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-accent-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-accent-red-toned:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-error-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-warning-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-success-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-black-80:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .sm-md\:focus-within\:ring-neutrals-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-neutrals-00:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-neutrals-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-light-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm-md\:focus-within\:ring-white-transparent:focus-within{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .sm-md\:focus-within\:ring-gradient-bw-start:focus-within{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus-within\:ring-gradient-bw-end:focus-within{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus\:ring-petrol:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-graduation-00:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-graduation-25:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-graduation-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-graduation-75:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-graduation-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-purple-80:focus{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus\:ring-purple-bright:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-ultramarine:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-accent-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-accent-red-toned:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-error-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-warning-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-success-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-black-80:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .sm-md\:focus\:ring-neutrals-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-neutrals-00:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-neutrals-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-light-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm-md\:focus\:ring-white-transparent:focus{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .sm-md\:focus\:ring-gradient-bw-start:focus{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus\:ring-gradient-bw-end:focus{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .sm-md\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .sm-md\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .sm-md\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .sm-md\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .sm-md\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .sm-md\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .sm-md\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .sm-md\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .sm-md\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .sm-md\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .sm-md\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .sm-md\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .sm-md\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .sm-md\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .sm-md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .sm-md\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .sm-md\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .sm-md\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .sm-md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .sm-md\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .sm-md\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .sm-md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .sm-md\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .sm-md\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .sm-md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .sm-md\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .sm-md\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .sm-md\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .sm-md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .sm-md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .sm-md\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .sm-md\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .sm-md\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .sm-md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .sm-md\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .sm-md\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .sm-md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .sm-md\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .sm-md\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .sm-md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .sm-md\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .sm-md\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .sm-md\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .sm-md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .sm-md\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .sm-md\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .sm-md\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .sm-md\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .sm-md\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .sm-md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .sm-md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .sm-md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .sm-md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .sm-md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .sm-md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .sm-md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .sm-md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .sm-md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .sm-md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .sm-md\:ring-offset-petrol{
    --tw-ring-offset-color: #0C5862;
  }

  .sm-md\:ring-offset-graduation-00{
    --tw-ring-offset-color: #ECFCFE;
  }

  .sm-md\:ring-offset-graduation-25{
    --tw-ring-offset-color: #4BE8FA;
  }

  .sm-md\:ring-offset-graduation-50{
    --tw-ring-offset-color: #03A1B2;
  }

  .sm-md\:ring-offset-graduation-75{
    --tw-ring-offset-color: #0C5862;
  }

  .sm-md\:ring-offset-graduation-100{
    --tw-ring-offset-color: #01353B;
  }

  .sm-md\:ring-offset-purple-dark{
    --tw-ring-offset-color: #95236D;
  }

  .sm-md\:ring-offset-purple{
    --tw-ring-offset-color: #7B58AE;
  }

  .sm-md\:ring-offset-purple-80{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:ring-offset-purple-bright{
    --tw-ring-offset-color: #832873;
  }

  .sm-md\:ring-offset-ultramarine{
    --tw-ring-offset-color: #3E3689;
  }

  .sm-md\:ring-offset-accent-red{
    --tw-ring-offset-color: #FF7468;
  }

  .sm-md\:ring-offset-accent-red-toned{
    --tw-ring-offset-color: #FF7468;
  }

  .sm-md\:ring-offset-error-red{
    --tw-ring-offset-color: #BE0028;
  }

  .sm-md\:ring-offset-warning-yellow{
    --tw-ring-offset-color: #FFEB3B;
  }

  .sm-md\:ring-offset-success-green{
    --tw-ring-offset-color: #84BD00;
  }

  .sm-md\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .sm-md\:ring-offset-black-80{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .sm-md\:ring-offset-neutrals-100{
    --tw-ring-offset-color: #293333;
  }

  .sm-md\:ring-offset-neutrals-00{
    --tw-ring-offset-color: #f2f5f5;
  }

  .sm-md\:ring-offset-neutrals-grey{
    --tw-ring-offset-color: #b2b2b2;
  }

  .sm-md\:ring-offset-grey{
    --tw-ring-offset-color: #dee2e6;
  }

  .sm-md\:ring-offset-light-grey{
    --tw-ring-offset-color: #e6e6e6;
  }

  .sm-md\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .sm-md\:ring-offset-white-transparent{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .sm-md\:ring-offset-gradient-bw-start{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:ring-offset-gradient-bw-end{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus-within\:ring-offset-petrol:focus-within{
    --tw-ring-offset-color: #0C5862;
  }

  .sm-md\:focus-within\:ring-offset-graduation-00:focus-within{
    --tw-ring-offset-color: #ECFCFE;
  }

  .sm-md\:focus-within\:ring-offset-graduation-25:focus-within{
    --tw-ring-offset-color: #4BE8FA;
  }

  .sm-md\:focus-within\:ring-offset-graduation-50:focus-within{
    --tw-ring-offset-color: #03A1B2;
  }

  .sm-md\:focus-within\:ring-offset-graduation-75:focus-within{
    --tw-ring-offset-color: #0C5862;
  }

  .sm-md\:focus-within\:ring-offset-graduation-100:focus-within{
    --tw-ring-offset-color: #01353B;
  }

  .sm-md\:focus-within\:ring-offset-purple-dark:focus-within{
    --tw-ring-offset-color: #95236D;
  }

  .sm-md\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #7B58AE;
  }

  .sm-md\:focus-within\:ring-offset-purple-80:focus-within{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus-within\:ring-offset-purple-bright:focus-within{
    --tw-ring-offset-color: #832873;
  }

  .sm-md\:focus-within\:ring-offset-ultramarine:focus-within{
    --tw-ring-offset-color: #3E3689;
  }

  .sm-md\:focus-within\:ring-offset-accent-red:focus-within{
    --tw-ring-offset-color: #FF7468;
  }

  .sm-md\:focus-within\:ring-offset-accent-red-toned:focus-within{
    --tw-ring-offset-color: #FF7468;
  }

  .sm-md\:focus-within\:ring-offset-error-red:focus-within{
    --tw-ring-offset-color: #BE0028;
  }

  .sm-md\:focus-within\:ring-offset-warning-yellow:focus-within{
    --tw-ring-offset-color: #FFEB3B;
  }

  .sm-md\:focus-within\:ring-offset-success-green:focus-within{
    --tw-ring-offset-color: #84BD00;
  }

  .sm-md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .sm-md\:focus-within\:ring-offset-black-80:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .sm-md\:focus-within\:ring-offset-neutrals-100:focus-within{
    --tw-ring-offset-color: #293333;
  }

  .sm-md\:focus-within\:ring-offset-neutrals-00:focus-within{
    --tw-ring-offset-color: #f2f5f5;
  }

  .sm-md\:focus-within\:ring-offset-neutrals-grey:focus-within{
    --tw-ring-offset-color: #b2b2b2;
  }

  .sm-md\:focus-within\:ring-offset-grey:focus-within{
    --tw-ring-offset-color: #dee2e6;
  }

  .sm-md\:focus-within\:ring-offset-light-grey:focus-within{
    --tw-ring-offset-color: #e6e6e6;
  }

  .sm-md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .sm-md\:focus-within\:ring-offset-white-transparent:focus-within{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .sm-md\:focus-within\:ring-offset-gradient-bw-start:focus-within{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus-within\:ring-offset-gradient-bw-end:focus-within{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .sm-md\:focus\:ring-offset-petrol:focus{
    --tw-ring-offset-color: #0C5862;
  }

  .sm-md\:focus\:ring-offset-graduation-00:focus{
    --tw-ring-offset-color: #ECFCFE;
  }

  .sm-md\:focus\:ring-offset-graduation-25:focus{
    --tw-ring-offset-color: #4BE8FA;
  }

  .sm-md\:focus\:ring-offset-graduation-50:focus{
    --tw-ring-offset-color: #03A1B2;
  }

  .sm-md\:focus\:ring-offset-graduation-75:focus{
    --tw-ring-offset-color: #0C5862;
  }

  .sm-md\:focus\:ring-offset-graduation-100:focus{
    --tw-ring-offset-color: #01353B;
  }

  .sm-md\:focus\:ring-offset-purple-dark:focus{
    --tw-ring-offset-color: #95236D;
  }

  .sm-md\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #7B58AE;
  }

  .sm-md\:focus\:ring-offset-purple-80:focus{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .sm-md\:focus\:ring-offset-purple-bright:focus{
    --tw-ring-offset-color: #832873;
  }

  .sm-md\:focus\:ring-offset-ultramarine:focus{
    --tw-ring-offset-color: #3E3689;
  }

  .sm-md\:focus\:ring-offset-accent-red:focus{
    --tw-ring-offset-color: #FF7468;
  }

  .sm-md\:focus\:ring-offset-accent-red-toned:focus{
    --tw-ring-offset-color: #FF7468;
  }

  .sm-md\:focus\:ring-offset-error-red:focus{
    --tw-ring-offset-color: #BE0028;
  }

  .sm-md\:focus\:ring-offset-warning-yellow:focus{
    --tw-ring-offset-color: #FFEB3B;
  }

  .sm-md\:focus\:ring-offset-success-green:focus{
    --tw-ring-offset-color: #84BD00;
  }

  .sm-md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .sm-md\:focus\:ring-offset-black-80:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .sm-md\:focus\:ring-offset-neutrals-100:focus{
    --tw-ring-offset-color: #293333;
  }

  .sm-md\:focus\:ring-offset-neutrals-00:focus{
    --tw-ring-offset-color: #f2f5f5;
  }

  .sm-md\:focus\:ring-offset-neutrals-grey:focus{
    --tw-ring-offset-color: #b2b2b2;
  }

  .sm-md\:focus\:ring-offset-grey:focus{
    --tw-ring-offset-color: #dee2e6;
  }

  .sm-md\:focus\:ring-offset-light-grey:focus{
    --tw-ring-offset-color: #e6e6e6;
  }

  .sm-md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .sm-md\:focus\:ring-offset-white-transparent:focus{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .sm-md\:focus\:ring-offset-gradient-bw-start:focus{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .sm-md\:focus\:ring-offset-gradient-bw-end:focus{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .sm-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);
  }

  .sm-md\:filter-none{
    filter: none;
  }

  .sm-md\:blur-0{
    --tw-blur: blur(0);
  }

  .sm-md\:blur-none{
    --tw-blur: blur(0);
  }

  .sm-md\:blur-sm{
    --tw-blur: blur(4px);
  }

  .sm-md\:blur{
    --tw-blur: blur(8px);
  }

  .sm-md\:blur-md{
    --tw-blur: blur(12px);
  }

  .sm-md\:blur-lg{
    --tw-blur: blur(16px);
  }

  .sm-md\:blur-xl{
    --tw-blur: blur(24px);
  }

  .sm-md\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .sm-md\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .sm-md\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .sm-md\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .sm-md\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .sm-md\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .sm-md\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .sm-md\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .sm-md\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .sm-md\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .sm-md\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .sm-md\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .sm-md\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .sm-md\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .sm-md\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .sm-md\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .sm-md\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .sm-md\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .sm-md\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .sm-md\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .sm-md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .sm-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));
  }

  .sm-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));
  }

  .sm-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));
  }

  .sm-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));
  }

  .sm-md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .sm-md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .sm-md\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .sm-md\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .sm-md\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sm-md\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sm-md\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sm-md\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sm-md\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sm-md\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sm-md\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .sm-md\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .sm-md\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .sm-md\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .sm-md\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .sm-md\:invert-0{
    --tw-invert: invert(0);
  }

  .sm-md\:invert{
    --tw-invert: invert(100%);
  }

  .sm-md\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .sm-md\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .sm-md\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .sm-md\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .sm-md\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .sm-md\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .sm-md\:sepia{
    --tw-sepia: sepia(100%);
  }

  .sm-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);
  }

  .sm-md\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .sm-md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .sm-md\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .sm-md\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .sm-md\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .sm-md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .sm-md\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .sm-md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .sm-md\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .sm-md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .sm-md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .sm-md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .sm-md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .sm-md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .sm-md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .sm-md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .sm-md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sm-md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sm-md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sm-md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sm-md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .sm-md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .sm-md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .sm-md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .sm-md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .sm-md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sm-md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sm-md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .sm-md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sm-md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sm-md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sm-md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sm-md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sm-md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sm-md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sm-md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sm-md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .sm-md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .sm-md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .sm-md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .sm-md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .sm-md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .sm-md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .sm-md\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .sm-md\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .sm-md\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .sm-md\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .sm-md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sm-md\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .sm-md\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .sm-md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .sm-md\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .sm-md\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .sm-md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sm-md\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .sm-md\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .sm-md\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .sm-md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .sm-md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .sm-md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .sm-md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .sm-md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sm-md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .sm-md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .sm-md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .sm-md\:transition-none{
    transition-property: none;
  }

  .sm-md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm-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;
  }

  .sm-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;
  }

  .sm-md\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm-md\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm-md\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm-md\:delay-75{
    transition-delay: 75ms;
  }

  .sm-md\:delay-100{
    transition-delay: 100ms;
  }

  .sm-md\:delay-150{
    transition-delay: 150ms;
  }

  .sm-md\:delay-200{
    transition-delay: 200ms;
  }

  .sm-md\:delay-300{
    transition-delay: 300ms;
  }

  .sm-md\:delay-500{
    transition-delay: 500ms;
  }

  .sm-md\:delay-700{
    transition-delay: 700ms;
  }

  .sm-md\:delay-1000{
    transition-delay: 1000ms;
  }

  .sm-md\:duration-75{
    transition-duration: 75ms;
  }

  .sm-md\:duration-100{
    transition-duration: 100ms;
  }

  .sm-md\:duration-150{
    transition-duration: 150ms;
  }

  .sm-md\:duration-200{
    transition-duration: 200ms;
  }

  .sm-md\:duration-300{
    transition-duration: 300ms;
  }

  .sm-md\:duration-500{
    transition-duration: 500ms;
  }

  .sm-md\:duration-700{
    transition-duration: 700ms;
  }

  .sm-md\:duration-1000{
    transition-duration: 1000ms;
  }

  .sm-md\:ease-linear{
    transition-timing-function: linear;
  }

  .sm-md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm-md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm-md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1024px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

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

  @media (min-width: 1440px){
    .md\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1920px){
    .md\:container{
      max-width: 1920px;
    }
  }

  .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: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-1{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-2{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-3{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-4{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

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

  .md\:inset-6{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

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

  .md\:inset-8{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:inset-9{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .md\:inset-10{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 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-13{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .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.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

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

  .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\.375{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

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

  .md\:inset-1\.25{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:-inset-1{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-2{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:-inset-3{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

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

  .md\:-inset-6{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

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

  .md\:-inset-8{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:-inset-9{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .md\:-inset-10{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -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-13{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .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.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

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

  .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\.375{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

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

  .md\:-inset-1\.25{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .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: 0;
    right: 0;
  }

  .md\:inset-x-1{
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:inset-x-2{
    left: 1rem;
    right: 1rem;
  }

  .md\:inset-x-3{
    left: 1.5rem;
    right: 1.5rem;
  }

  .md\:inset-x-4{
    left: 2rem;
    right: 2rem;
  }

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

  .md\:inset-x-6{
    left: 3rem;
    right: 3rem;
  }

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

  .md\:inset-x-8{
    left: 4rem;
    right: 4rem;
  }

  .md\:inset-x-9{
    left: 4.5rem;
    right: 4.5rem;
  }

  .md\:inset-x-10{
    left: 5rem;
    right: 5rem;
  }

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

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

  .md\:inset-x-13{
    left: 6.5rem;
    right: 6.5rem;
  }

  .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.25rem;
    right: 0.25rem;
  }

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

  .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\.375{
    left: 0.375rem;
    right: 0.375rem;
  }

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

  .md\:inset-x-1\.25{
    left: 1.25rem;
    right: 1.25rem;
  }

  .md\:-inset-x-1{
    left: -0.5rem;
    right: -0.5rem;
  }

  .md\:-inset-x-2{
    left: -1rem;
    right: -1rem;
  }

  .md\:-inset-x-3{
    left: -1.5rem;
    right: -1.5rem;
  }

  .md\:-inset-x-4{
    left: -2rem;
    right: -2rem;
  }

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

  .md\:-inset-x-6{
    left: -3rem;
    right: -3rem;
  }

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

  .md\:-inset-x-8{
    left: -4rem;
    right: -4rem;
  }

  .md\:-inset-x-9{
    left: -4.5rem;
    right: -4.5rem;
  }

  .md\:-inset-x-10{
    left: -5rem;
    right: -5rem;
  }

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

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

  .md\:-inset-x-13{
    left: -6.5rem;
    right: -6.5rem;
  }

  .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.25rem;
    right: -0.25rem;
  }

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

  .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\.375{
    left: -0.375rem;
    right: -0.375rem;
  }

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

  .md\:-inset-x-1\.25{
    left: -1.25rem;
    right: -1.25rem;
  }

  .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: 0;
    bottom: 0;
  }

  .md\:inset-y-1{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-y-2{
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-y-3{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-y-4{
    top: 2rem;
    bottom: 2rem;
  }

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

  .md\:inset-y-6{
    top: 3rem;
    bottom: 3rem;
  }

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

  .md\:inset-y-8{
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-y-9{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .md\:inset-y-10{
    top: 5rem;
    bottom: 5rem;
  }

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

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

  .md\:inset-y-13{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .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.25rem;
    bottom: 0.25rem;
  }

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

  .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\.375{
    top: 0.375rem;
    bottom: 0.375rem;
  }

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

  .md\:inset-y-1\.25{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:-inset-y-1{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-y-2{
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-y-3{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

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

  .md\:-inset-y-6{
    top: -3rem;
    bottom: -3rem;
  }

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

  .md\:-inset-y-8{
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-y-9{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .md\:-inset-y-10{
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-y-13{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .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.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-y-1\.5{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .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\.375{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-y-0\.75{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-y-1\.25{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .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: 0;
  }

  .md\:top-1{
    top: 0.5rem;
  }

  .md\:top-2{
    top: 1rem;
  }

  .md\:top-3{
    top: 1.5rem;
  }

  .md\:top-4{
    top: 2rem;
  }

  .md\:top-5{
    top: 1.25rem;
  }

  .md\:top-6{
    top: 3rem;
  }

  .md\:top-7{
    top: 1.75rem;
  }

  .md\:top-8{
    top: 4rem;
  }

  .md\:top-9{
    top: 4.5rem;
  }

  .md\:top-10{
    top: 5rem;
  }

  .md\:top-11{
    top: 2.75rem;
  }

  .md\:top-12{
    top: 3rem;
  }

  .md\:top-13{
    top: 6.5rem;
  }

  .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.25rem;
  }

  .md\:top-1\.5{
    top: 1.5rem;
  }

  .md\:top-2\.5{
    top: 0.625rem;
  }

  .md\:top-3\.5{
    top: 0.875rem;
  }

  .md\:top-0\.375{
    top: 0.375rem;
  }

  .md\:top-0\.75{
    top: 0.75rem;
  }

  .md\:top-1\.25{
    top: 1.25rem;
  }

  .md\:-top-1{
    top: -0.5rem;
  }

  .md\:-top-2{
    top: -1rem;
  }

  .md\:-top-3{
    top: -1.5rem;
  }

  .md\:-top-4{
    top: -2rem;
  }

  .md\:-top-5{
    top: -1.25rem;
  }

  .md\:-top-6{
    top: -3rem;
  }

  .md\:-top-7{
    top: -1.75rem;
  }

  .md\:-top-8{
    top: -4rem;
  }

  .md\:-top-9{
    top: -4.5rem;
  }

  .md\:-top-10{
    top: -5rem;
  }

  .md\:-top-11{
    top: -2.75rem;
  }

  .md\:-top-12{
    top: -3rem;
  }

  .md\:-top-13{
    top: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-top-1\.5{
    top: -1.5rem;
  }

  .md\:-top-2\.5{
    top: -0.625rem;
  }

  .md\:-top-3\.5{
    top: -0.875rem;
  }

  .md\:-top-0\.375{
    top: -0.375rem;
  }

  .md\:-top-0\.75{
    top: -0.75rem;
  }

  .md\:-top-1\.25{
    top: -1.25rem;
  }

  .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: 0;
  }

  .md\:right-1{
    right: 0.5rem;
  }

  .md\:right-2{
    right: 1rem;
  }

  .md\:right-3{
    right: 1.5rem;
  }

  .md\:right-4{
    right: 2rem;
  }

  .md\:right-5{
    right: 1.25rem;
  }

  .md\:right-6{
    right: 3rem;
  }

  .md\:right-7{
    right: 1.75rem;
  }

  .md\:right-8{
    right: 4rem;
  }

  .md\:right-9{
    right: 4.5rem;
  }

  .md\:right-10{
    right: 5rem;
  }

  .md\:right-11{
    right: 2.75rem;
  }

  .md\:right-12{
    right: 3rem;
  }

  .md\:right-13{
    right: 6.5rem;
  }

  .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.25rem;
  }

  .md\:right-1\.5{
    right: 1.5rem;
  }

  .md\:right-2\.5{
    right: 0.625rem;
  }

  .md\:right-3\.5{
    right: 0.875rem;
  }

  .md\:right-0\.375{
    right: 0.375rem;
  }

  .md\:right-0\.75{
    right: 0.75rem;
  }

  .md\:right-1\.25{
    right: 1.25rem;
  }

  .md\:-right-1{
    right: -0.5rem;
  }

  .md\:-right-2{
    right: -1rem;
  }

  .md\:-right-3{
    right: -1.5rem;
  }

  .md\:-right-4{
    right: -2rem;
  }

  .md\:-right-5{
    right: -1.25rem;
  }

  .md\:-right-6{
    right: -3rem;
  }

  .md\:-right-7{
    right: -1.75rem;
  }

  .md\:-right-8{
    right: -4rem;
  }

  .md\:-right-9{
    right: -4.5rem;
  }

  .md\:-right-10{
    right: -5rem;
  }

  .md\:-right-11{
    right: -2.75rem;
  }

  .md\:-right-12{
    right: -3rem;
  }

  .md\:-right-13{
    right: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-right-1\.5{
    right: -1.5rem;
  }

  .md\:-right-2\.5{
    right: -0.625rem;
  }

  .md\:-right-3\.5{
    right: -0.875rem;
  }

  .md\:-right-0\.375{
    right: -0.375rem;
  }

  .md\:-right-0\.75{
    right: -0.75rem;
  }

  .md\:-right-1\.25{
    right: -1.25rem;
  }

  .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: 0;
  }

  .md\:bottom-1{
    bottom: 0.5rem;
  }

  .md\:bottom-2{
    bottom: 1rem;
  }

  .md\:bottom-3{
    bottom: 1.5rem;
  }

  .md\:bottom-4{
    bottom: 2rem;
  }

  .md\:bottom-5{
    bottom: 1.25rem;
  }

  .md\:bottom-6{
    bottom: 3rem;
  }

  .md\:bottom-7{
    bottom: 1.75rem;
  }

  .md\:bottom-8{
    bottom: 4rem;
  }

  .md\:bottom-9{
    bottom: 4.5rem;
  }

  .md\:bottom-10{
    bottom: 5rem;
  }

  .md\:bottom-11{
    bottom: 2.75rem;
  }

  .md\:bottom-12{
    bottom: 3rem;
  }

  .md\:bottom-13{
    bottom: 6.5rem;
  }

  .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.25rem;
  }

  .md\:bottom-1\.5{
    bottom: 1.5rem;
  }

  .md\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .md\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .md\:bottom-0\.375{
    bottom: 0.375rem;
  }

  .md\:bottom-0\.75{
    bottom: 0.75rem;
  }

  .md\:bottom-1\.25{
    bottom: 1.25rem;
  }

  .md\:-bottom-1{
    bottom: -0.5rem;
  }

  .md\:-bottom-2{
    bottom: -1rem;
  }

  .md\:-bottom-3{
    bottom: -1.5rem;
  }

  .md\:-bottom-4{
    bottom: -2rem;
  }

  .md\:-bottom-5{
    bottom: -1.25rem;
  }

  .md\:-bottom-6{
    bottom: -3rem;
  }

  .md\:-bottom-7{
    bottom: -1.75rem;
  }

  .md\:-bottom-8{
    bottom: -4rem;
  }

  .md\:-bottom-9{
    bottom: -4.5rem;
  }

  .md\:-bottom-10{
    bottom: -5rem;
  }

  .md\:-bottom-11{
    bottom: -2.75rem;
  }

  .md\:-bottom-12{
    bottom: -3rem;
  }

  .md\:-bottom-13{
    bottom: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-bottom-1\.5{
    bottom: -1.5rem;
  }

  .md\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .md\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .md\:-bottom-0\.375{
    bottom: -0.375rem;
  }

  .md\:-bottom-0\.75{
    bottom: -0.75rem;
  }

  .md\:-bottom-1\.25{
    bottom: -1.25rem;
  }

  .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: 0;
  }

  .md\:left-1{
    left: 0.5rem;
  }

  .md\:left-2{
    left: 1rem;
  }

  .md\:left-3{
    left: 1.5rem;
  }

  .md\:left-4{
    left: 2rem;
  }

  .md\:left-5{
    left: 1.25rem;
  }

  .md\:left-6{
    left: 3rem;
  }

  .md\:left-7{
    left: 1.75rem;
  }

  .md\:left-8{
    left: 4rem;
  }

  .md\:left-9{
    left: 4.5rem;
  }

  .md\:left-10{
    left: 5rem;
  }

  .md\:left-11{
    left: 2.75rem;
  }

  .md\:left-12{
    left: 3rem;
  }

  .md\:left-13{
    left: 6.5rem;
  }

  .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.25rem;
  }

  .md\:left-1\.5{
    left: 1.5rem;
  }

  .md\:left-2\.5{
    left: 0.625rem;
  }

  .md\:left-3\.5{
    left: 0.875rem;
  }

  .md\:left-0\.375{
    left: 0.375rem;
  }

  .md\:left-0\.75{
    left: 0.75rem;
  }

  .md\:left-1\.25{
    left: 1.25rem;
  }

  .md\:-left-1{
    left: -0.5rem;
  }

  .md\:-left-2{
    left: -1rem;
  }

  .md\:-left-3{
    left: -1.5rem;
  }

  .md\:-left-4{
    left: -2rem;
  }

  .md\:-left-5{
    left: -1.25rem;
  }

  .md\:-left-6{
    left: -3rem;
  }

  .md\:-left-7{
    left: -1.75rem;
  }

  .md\:-left-8{
    left: -4rem;
  }

  .md\:-left-9{
    left: -4.5rem;
  }

  .md\:-left-10{
    left: -5rem;
  }

  .md\:-left-11{
    left: -2.75rem;
  }

  .md\:-left-12{
    left: -3rem;
  }

  .md\:-left-13{
    left: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-left-1\.5{
    left: -1.5rem;
  }

  .md\:-left-2\.5{
    left: -0.625rem;
  }

  .md\:-left-3\.5{
    left: -0.875rem;
  }

  .md\:-left-0\.375{
    left: -0.375rem;
  }

  .md\:-left-0\.75{
    left: -0.75rem;
  }

  .md\:-left-1\.25{
    left: -1.25rem;
  }

  .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: 0;
  }

  .md\:m-1{
    margin: 0.5rem;
  }

  .md\:m-2{
    margin: 1rem;
  }

  .md\:m-3{
    margin: 1.5rem;
  }

  .md\:m-4{
    margin: 2rem;
  }

  .md\:m-5{
    margin: 1.25rem;
  }

  .md\:m-6{
    margin: 3rem;
  }

  .md\:m-7{
    margin: 1.75rem;
  }

  .md\:m-8{
    margin: 4rem;
  }

  .md\:m-9{
    margin: 4.5rem;
  }

  .md\:m-10{
    margin: 5rem;
  }

  .md\:m-11{
    margin: 2.75rem;
  }

  .md\:m-12{
    margin: 3rem;
  }

  .md\:m-13{
    margin: 6.5rem;
  }

  .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.25rem;
  }

  .md\:m-1\.5{
    margin: 1.5rem;
  }

  .md\:m-2\.5{
    margin: 0.625rem;
  }

  .md\:m-3\.5{
    margin: 0.875rem;
  }

  .md\:m-0\.375{
    margin: 0.375rem;
  }

  .md\:m-0\.75{
    margin: 0.75rem;
  }

  .md\:m-1\.25{
    margin: 1.25rem;
  }

  .md\:-m-1{
    margin: -0.5rem;
  }

  .md\:-m-2{
    margin: -1rem;
  }

  .md\:-m-3{
    margin: -1.5rem;
  }

  .md\:-m-4{
    margin: -2rem;
  }

  .md\:-m-5{
    margin: -1.25rem;
  }

  .md\:-m-6{
    margin: -3rem;
  }

  .md\:-m-7{
    margin: -1.75rem;
  }

  .md\:-m-8{
    margin: -4rem;
  }

  .md\:-m-9{
    margin: -4.5rem;
  }

  .md\:-m-10{
    margin: -5rem;
  }

  .md\:-m-11{
    margin: -2.75rem;
  }

  .md\:-m-12{
    margin: -3rem;
  }

  .md\:-m-13{
    margin: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-m-1\.5{
    margin: -1.5rem;
  }

  .md\:-m-2\.5{
    margin: -0.625rem;
  }

  .md\:-m-3\.5{
    margin: -0.875rem;
  }

  .md\:-m-0\.375{
    margin: -0.375rem;
  }

  .md\:-m-0\.75{
    margin: -0.75rem;
  }

  .md\:-m-1\.25{
    margin: -1.25rem;
  }

  .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mx-1{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-2{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-3{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-4{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-6{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-8{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-9{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:mx-10{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-13{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .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.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-1\.5{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .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\.375{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:mx-0\.75{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-1\.25{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:-mx-1{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-2{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-3{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-4{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-6{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-8{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-9{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:-mx-10{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-13{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .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.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-1\.5{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .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\.375{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-mx-0\.75{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-1\.25{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:my-1{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-2{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-4{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-6{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-8{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-9{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:my-10{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-13{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .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.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-1\.5{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .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\.375{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-0\.75{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-1\.25{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:-my-1{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-2{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-3{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-4{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-6{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-8{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-9{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:-my-10{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-13{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .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.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-1\.5{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .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\.375{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-my-0\.75{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-1\.25{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:mt-0{
    margin-top: 0;
  }

  .md\:mt-1{
    margin-top: 0.5rem;
  }

  .md\:mt-2{
    margin-top: 1rem;
  }

  .md\:mt-3{
    margin-top: 1.5rem;
  }

  .md\:mt-4{
    margin-top: 2rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 3rem;
  }

  .md\:mt-7{
    margin-top: 1.75rem;
  }

  .md\:mt-8{
    margin-top: 4rem;
  }

  .md\:mt-9{
    margin-top: 4.5rem;
  }

  .md\:mt-10{
    margin-top: 5rem;
  }

  .md\:mt-11{
    margin-top: 2.75rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-13{
    margin-top: 6.5rem;
  }

  .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.25rem;
  }

  .md\:mt-1\.5{
    margin-top: 1.5rem;
  }

  .md\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .md\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .md\:mt-0\.375{
    margin-top: 0.375rem;
  }

  .md\:mt-0\.75{
    margin-top: 0.75rem;
  }

  .md\:mt-1\.25{
    margin-top: 1.25rem;
  }

  .md\:-mt-1{
    margin-top: -0.5rem;
  }

  .md\:-mt-2{
    margin-top: -1rem;
  }

  .md\:-mt-3{
    margin-top: -1.5rem;
  }

  .md\:-mt-4{
    margin-top: -2rem;
  }

  .md\:-mt-5{
    margin-top: -1.25rem;
  }

  .md\:-mt-6{
    margin-top: -3rem;
  }

  .md\:-mt-7{
    margin-top: -1.75rem;
  }

  .md\:-mt-8{
    margin-top: -4rem;
  }

  .md\:-mt-9{
    margin-top: -4.5rem;
  }

  .md\:-mt-10{
    margin-top: -5rem;
  }

  .md\:-mt-11{
    margin-top: -2.75rem;
  }

  .md\:-mt-12{
    margin-top: -3rem;
  }

  .md\:-mt-13{
    margin-top: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-mt-1\.5{
    margin-top: -1.5rem;
  }

  .md\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .md\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .md\:-mt-0\.375{
    margin-top: -0.375rem;
  }

  .md\:-mt-0\.75{
    margin-top: -0.75rem;
  }

  .md\:-mt-1\.25{
    margin-top: -1.25rem;
  }

  .md\:mr-0{
    margin-right: 0;
  }

  .md\:mr-1{
    margin-right: 0.5rem;
  }

  .md\:mr-2{
    margin-right: 1rem;
  }

  .md\:mr-3{
    margin-right: 1.5rem;
  }

  .md\:mr-4{
    margin-right: 2rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mr-6{
    margin-right: 3rem;
  }

  .md\:mr-7{
    margin-right: 1.75rem;
  }

  .md\:mr-8{
    margin-right: 4rem;
  }

  .md\:mr-9{
    margin-right: 4.5rem;
  }

  .md\:mr-10{
    margin-right: 5rem;
  }

  .md\:mr-11{
    margin-right: 2.75rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mr-13{
    margin-right: 6.5rem;
  }

  .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.25rem;
  }

  .md\:mr-1\.5{
    margin-right: 1.5rem;
  }

  .md\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .md\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .md\:mr-0\.375{
    margin-right: 0.375rem;
  }

  .md\:mr-0\.75{
    margin-right: 0.75rem;
  }

  .md\:mr-1\.25{
    margin-right: 1.25rem;
  }

  .md\:-mr-1{
    margin-right: -0.5rem;
  }

  .md\:-mr-2{
    margin-right: -1rem;
  }

  .md\:-mr-3{
    margin-right: -1.5rem;
  }

  .md\:-mr-4{
    margin-right: -2rem;
  }

  .md\:-mr-5{
    margin-right: -1.25rem;
  }

  .md\:-mr-6{
    margin-right: -3rem;
  }

  .md\:-mr-7{
    margin-right: -1.75rem;
  }

  .md\:-mr-8{
    margin-right: -4rem;
  }

  .md\:-mr-9{
    margin-right: -4.5rem;
  }

  .md\:-mr-10{
    margin-right: -5rem;
  }

  .md\:-mr-11{
    margin-right: -2.75rem;
  }

  .md\:-mr-12{
    margin-right: -3rem;
  }

  .md\:-mr-13{
    margin-right: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-mr-1\.5{
    margin-right: -1.5rem;
  }

  .md\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .md\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .md\:-mr-0\.375{
    margin-right: -0.375rem;
  }

  .md\:-mr-0\.75{
    margin-right: -0.75rem;
  }

  .md\:-mr-1\.25{
    margin-right: -1.25rem;
  }

  .md\:mb-0{
    margin-bottom: 0;
  }

  .md\:mb-1{
    margin-bottom: 0.5rem;
  }

  .md\:mb-2{
    margin-bottom: 1rem;
  }

  .md\:mb-3{
    margin-bottom: 1.5rem;
  }

  .md\:mb-4{
    margin-bottom: 2rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:mb-6{
    margin-bottom: 3rem;
  }

  .md\:mb-7{
    margin-bottom: 1.75rem;
  }

  .md\:mb-8{
    margin-bottom: 4rem;
  }

  .md\:mb-9{
    margin-bottom: 4.5rem;
  }

  .md\:mb-10{
    margin-bottom: 5rem;
  }

  .md\:mb-11{
    margin-bottom: 2.75rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-13{
    margin-bottom: 6.5rem;
  }

  .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.25rem;
  }

  .md\:mb-1\.5{
    margin-bottom: 1.5rem;
  }

  .md\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .md\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .md\:mb-0\.375{
    margin-bottom: 0.375rem;
  }

  .md\:mb-0\.75{
    margin-bottom: 0.75rem;
  }

  .md\:mb-1\.25{
    margin-bottom: 1.25rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.5rem;
  }

  .md\:-mb-2{
    margin-bottom: -1rem;
  }

  .md\:-mb-3{
    margin-bottom: -1.5rem;
  }

  .md\:-mb-4{
    margin-bottom: -2rem;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .md\:-mb-6{
    margin-bottom: -3rem;
  }

  .md\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .md\:-mb-8{
    margin-bottom: -4rem;
  }

  .md\:-mb-9{
    margin-bottom: -4.5rem;
  }

  .md\:-mb-10{
    margin-bottom: -5rem;
  }

  .md\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .md\:-mb-12{
    margin-bottom: -3rem;
  }

  .md\:-mb-13{
    margin-bottom: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-mb-1\.5{
    margin-bottom: -1.5rem;
  }

  .md\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .md\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .md\:-mb-0\.375{
    margin-bottom: -0.375rem;
  }

  .md\:-mb-0\.75{
    margin-bottom: -0.75rem;
  }

  .md\:-mb-1\.25{
    margin-bottom: -1.25rem;
  }

  .md\:ml-0{
    margin-left: 0;
  }

  .md\:ml-1{
    margin-left: 0.5rem;
  }

  .md\:ml-2{
    margin-left: 1rem;
  }

  .md\:ml-3{
    margin-left: 1.5rem;
  }

  .md\:ml-4{
    margin-left: 2rem;
  }

  .md\:ml-5{
    margin-left: 1.25rem;
  }

  .md\:ml-6{
    margin-left: 3rem;
  }

  .md\:ml-7{
    margin-left: 1.75rem;
  }

  .md\:ml-8{
    margin-left: 4rem;
  }

  .md\:ml-9{
    margin-left: 4.5rem;
  }

  .md\:ml-10{
    margin-left: 5rem;
  }

  .md\:ml-11{
    margin-left: 2.75rem;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:ml-13{
    margin-left: 6.5rem;
  }

  .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.25rem;
  }

  .md\:ml-1\.5{
    margin-left: 1.5rem;
  }

  .md\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .md\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .md\:ml-0\.375{
    margin-left: 0.375rem;
  }

  .md\:ml-0\.75{
    margin-left: 0.75rem;
  }

  .md\:ml-1\.25{
    margin-left: 1.25rem;
  }

  .md\:-ml-1{
    margin-left: -0.5rem;
  }

  .md\:-ml-2{
    margin-left: -1rem;
  }

  .md\:-ml-3{
    margin-left: -1.5rem;
  }

  .md\:-ml-4{
    margin-left: -2rem;
  }

  .md\:-ml-5{
    margin-left: -1.25rem;
  }

  .md\:-ml-6{
    margin-left: -3rem;
  }

  .md\:-ml-7{
    margin-left: -1.75rem;
  }

  .md\:-ml-8{
    margin-left: -4rem;
  }

  .md\:-ml-9{
    margin-left: -4.5rem;
  }

  .md\:-ml-10{
    margin-left: -5rem;
  }

  .md\:-ml-11{
    margin-left: -2.75rem;
  }

  .md\:-ml-12{
    margin-left: -3rem;
  }

  .md\:-ml-13{
    margin-left: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-ml-1\.5{
    margin-left: -1.5rem;
  }

  .md\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .md\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .md\:-ml-0\.375{
    margin-left: -0.375rem;
  }

  .md\:-ml-0\.75{
    margin-left: -0.75rem;
  }

  .md\:-ml-1\.25{
    margin-left: -1.25rem;
  }

  .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: 0;
  }

  .md\:h-1{
    height: 0.5rem;
  }

  .md\:h-2{
    height: 1rem;
  }

  .md\:h-3{
    height: 1.5rem;
  }

  .md\:h-4{
    height: 2rem;
  }

  .md\:h-5{
    height: 1.25rem;
  }

  .md\:h-6{
    height: 3rem;
  }

  .md\:h-7{
    height: 1.75rem;
  }

  .md\:h-8{
    height: 4rem;
  }

  .md\:h-9{
    height: 4.5rem;
  }

  .md\:h-10{
    height: 5rem;
  }

  .md\:h-11{
    height: 2.75rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-13{
    height: 6.5rem;
  }

  .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.25rem;
  }

  .md\:h-1\.5{
    height: 1.5rem;
  }

  .md\:h-2\.5{
    height: 0.625rem;
  }

  .md\:h-3\.5{
    height: 0.875rem;
  }

  .md\:h-0\.375{
    height: 0.375rem;
  }

  .md\:h-0\.75{
    height: 0.75rem;
  }

  .md\:h-1\.25{
    height: 1.25rem;
  }

  .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: 0;
  }

  .md\:max-h-1{
    max-height: 0.5rem;
  }

  .md\:max-h-2{
    max-height: 1rem;
  }

  .md\:max-h-3{
    max-height: 1.5rem;
  }

  .md\:max-h-4{
    max-height: 2rem;
  }

  .md\:max-h-5{
    max-height: 1.25rem;
  }

  .md\:max-h-6{
    max-height: 3rem;
  }

  .md\:max-h-7{
    max-height: 1.75rem;
  }

  .md\:max-h-8{
    max-height: 4rem;
  }

  .md\:max-h-9{
    max-height: 4.5rem;
  }

  .md\:max-h-10{
    max-height: 5rem;
  }

  .md\:max-h-11{
    max-height: 2.75rem;
  }

  .md\:max-h-12{
    max-height: 3rem;
  }

  .md\:max-h-13{
    max-height: 6.5rem;
  }

  .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.25rem;
  }

  .md\:max-h-1\.5{
    max-height: 1.5rem;
  }

  .md\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .md\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .md\:max-h-0\.375{
    max-height: 0.375rem;
  }

  .md\:max-h-0\.75{
    max-height: 0.75rem;
  }

  .md\:max-h-1\.25{
    max-height: 1.25rem;
  }

  .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: 0;
  }

  .md\:w-1{
    width: 0.5rem;
  }

  .md\:w-2{
    width: 1rem;
  }

  .md\:w-3{
    width: 1.5rem;
  }

  .md\:w-4{
    width: 2rem;
  }

  .md\:w-5{
    width: 1.25rem;
  }

  .md\:w-6{
    width: 3rem;
  }

  .md\:w-7{
    width: 1.75rem;
  }

  .md\:w-8{
    width: 4rem;
  }

  .md\:w-9{
    width: 4.5rem;
  }

  .md\:w-10{
    width: 5rem;
  }

  .md\:w-11{
    width: 2.75rem;
  }

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-13{
    width: 6.5rem;
  }

  .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.25rem;
  }

  .md\:w-1\.5{
    width: 1.5rem;
  }

  .md\:w-2\.5{
    width: 0.625rem;
  }

  .md\:w-3\.5{
    width: 0.875rem;
  }

  .md\:w-0\.375{
    width: 0.375rem;
  }

  .md\:w-0\.75{
    width: 0.75rem;
  }

  .md\:w-1\.25{
    width: 1.25rem;
  }

  .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-sm-md{
    max-width: 768px;
  }

  .md\:max-w-screen-md{
    max-width: 1024px;
  }

  .md\:max-w-screen-lg{
    max-width: 1440px;
  }

  .md\:max-w-screen-xl{
    max-width: 1920px;
  }

  .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: 0;
  }

  .md\:translate-x-1{
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-2{
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-3{
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-4{
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .md\:translate-x-6{
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .md\:translate-x-8{
    --tw-translate-x: 4rem;
  }

  .md\:translate-x-9{
    --tw-translate-x: 4.5rem;
  }

  .md\:translate-x-10{
    --tw-translate-x: 5rem;
  }

  .md\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .md\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-13{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .md\:translate-x-1\.5{
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .md\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .md\:translate-x-0\.375{
    --tw-translate-x: 0.375rem;
  }

  .md\:translate-x-0\.75{
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-1\.25{
    --tw-translate-x: 1.25rem;
  }

  .md\:-translate-x-1{
    --tw-translate-x: -0.5rem;
  }

  .md\:-translate-x-2{
    --tw-translate-x: -1rem;
  }

  .md\:-translate-x-3{
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-4{
    --tw-translate-x: -2rem;
  }

  .md\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .md\:-translate-x-6{
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .md\:-translate-x-8{
    --tw-translate-x: -4rem;
  }

  .md\:-translate-x-9{
    --tw-translate-x: -4.5rem;
  }

  .md\:-translate-x-10{
    --tw-translate-x: -5rem;
  }

  .md\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .md\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-13{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-translate-x-1\.5{
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .md\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .md\:-translate-x-0\.375{
    --tw-translate-x: -0.375rem;
  }

  .md\:-translate-x-0\.75{
    --tw-translate-x: -0.75rem;
  }

  .md\:-translate-x-1\.25{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .md\:translate-y-1{
    --tw-translate-y: 0.5rem;
  }

  .md\:translate-y-2{
    --tw-translate-y: 1rem;
  }

  .md\:translate-y-3{
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-4{
    --tw-translate-y: 2rem;
  }

  .md\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .md\:translate-y-6{
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .md\:translate-y-8{
    --tw-translate-y: 4rem;
  }

  .md\:translate-y-9{
    --tw-translate-y: 4.5rem;
  }

  .md\:translate-y-10{
    --tw-translate-y: 5rem;
  }

  .md\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .md\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-13{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .md\:translate-y-1\.5{
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .md\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .md\:translate-y-0\.375{
    --tw-translate-y: 0.375rem;
  }

  .md\:translate-y-0\.75{
    --tw-translate-y: 0.75rem;
  }

  .md\:translate-y-1\.25{
    --tw-translate-y: 1.25rem;
  }

  .md\:-translate-y-1{
    --tw-translate-y: -0.5rem;
  }

  .md\:-translate-y-2{
    --tw-translate-y: -1rem;
  }

  .md\:-translate-y-3{
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-4{
    --tw-translate-y: -2rem;
  }

  .md\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .md\:-translate-y-6{
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .md\:-translate-y-8{
    --tw-translate-y: -4rem;
  }

  .md\:-translate-y-9{
    --tw-translate-y: -4.5rem;
  }

  .md\:-translate-y-10{
    --tw-translate-y: -5rem;
  }

  .md\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .md\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-13{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .md\:-translate-y-1\.5{
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .md\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .md\:-translate-y-0\.375{
    --tw-translate-y: -0.375rem;
  }

  .md\:-translate-y-0\.75{
    --tw-translate-y: -0.75rem;
  }

  .md\:-translate-y-1\.25{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 4rem;
  }

  .md\:hover\:translate-x-9:hover{
    --tw-translate-x: 4.5rem;
  }

  .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 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-13:hover{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .md\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 1.5rem;
  }

  .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\.375:hover{
    --tw-translate-x: 0.375rem;
  }

  .md\:hover\:translate-x-0\.75:hover{
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-1\.25:hover{
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -4.5rem;
  }

  .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -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-13:hover{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .md\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -1.5rem;
  }

  .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\.375:hover{
    --tw-translate-x: -0.375rem;
  }

  .md\:hover\:-translate-x-0\.75:hover{
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-1\.25:hover{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 1rem;
  }

  .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 2rem;
  }

  .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 3rem;
  }

  .md\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 4rem;
  }

  .md\:hover\:translate-y-9:hover{
    --tw-translate-y: 4.5rem;
  }

  .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 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-13:hover{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .md\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 1.5rem;
  }

  .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\.375:hover{
    --tw-translate-y: 0.375rem;
  }

  .md\:hover\:translate-y-0\.75:hover{
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-1\.25:hover{
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -4.5rem;
  }

  .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -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-13:hover{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .md\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -1.5rem;
  }

  .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\.375:hover{
    --tw-translate-y: -0.375rem;
  }

  .md\:hover\:-translate-y-0\.75:hover{
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-1\.25:hover{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 1rem;
  }

  .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 2rem;
  }

  .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 3rem;
  }

  .md\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 4rem;
  }

  .md\:focus\:translate-x-9:focus{
    --tw-translate-x: 4.5rem;
  }

  .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 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-13:focus{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .md\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 1.5rem;
  }

  .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\.375:focus{
    --tw-translate-x: 0.375rem;
  }

  .md\:focus\:translate-x-0\.75:focus{
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-1\.25:focus{
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -4.5rem;
  }

  .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -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-13:focus{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .md\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -1.5rem;
  }

  .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\.375:focus{
    --tw-translate-x: -0.375rem;
  }

  .md\:focus\:-translate-x-0\.75:focus{
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-1\.25:focus{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 1rem;
  }

  .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 2rem;
  }

  .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 3rem;
  }

  .md\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 4rem;
  }

  .md\:focus\:translate-y-9:focus{
    --tw-translate-y: 4.5rem;
  }

  .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 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-13:focus{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .md\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 1.5rem;
  }

  .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\.375:focus{
    --tw-translate-y: 0.375rem;
  }

  .md\:focus\:translate-y-0\.75:focus{
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-1\.25:focus{
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -4.5rem;
  }

  .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -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-13:focus{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .md\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -1.5rem;
  }

  .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\.375:focus{
    --tw-translate-y: -0.375rem;
  }

  .md\:focus\:-translate-y-0\.75:focus{
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-1\.25:focus{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .md\:gap-1{
    gap: 0.5rem;
  }

  .md\:gap-2{
    gap: 1rem;
  }

  .md\:gap-3{
    gap: 1.5rem;
  }

  .md\:gap-4{
    gap: 2rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-6{
    gap: 3rem;
  }

  .md\:gap-7{
    gap: 1.75rem;
  }

  .md\:gap-8{
    gap: 4rem;
  }

  .md\:gap-9{
    gap: 4.5rem;
  }

  .md\:gap-10{
    gap: 5rem;
  }

  .md\:gap-11{
    gap: 2.75rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-13{
    gap: 6.5rem;
  }

  .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.25rem;
  }

  .md\:gap-1\.5{
    gap: 1.5rem;
  }

  .md\:gap-2\.5{
    gap: 0.625rem;
  }

  .md\:gap-3\.5{
    gap: 0.875rem;
  }

  .md\:gap-0\.375{
    gap: 0.375rem;
  }

  .md\:gap-0\.75{
    gap: 0.75rem;
  }

  .md\:gap-1\.25{
    gap: 1.25rem;
  }

  .md\:gap-x-0{
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .md\:gap-x-1{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-2{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-3{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-4{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-8{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-9{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .md\:gap-x-10{
    -moz-column-gap: 5rem;
         column-gap: 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-13{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .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.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-1\.5{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-x-0\.375{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:gap-x-0\.75{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-1\.25{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-y-0{
    row-gap: 0;
  }

  .md\:gap-y-1{
    row-gap: 0.5rem;
  }

  .md\:gap-y-2{
    row-gap: 1rem;
  }

  .md\:gap-y-3{
    row-gap: 1.5rem;
  }

  .md\:gap-y-4{
    row-gap: 2rem;
  }

  .md\:gap-y-5{
    row-gap: 1.25rem;
  }

  .md\:gap-y-6{
    row-gap: 3rem;
  }

  .md\:gap-y-7{
    row-gap: 1.75rem;
  }

  .md\:gap-y-8{
    row-gap: 4rem;
  }

  .md\:gap-y-9{
    row-gap: 4.5rem;
  }

  .md\:gap-y-10{
    row-gap: 5rem;
  }

  .md\:gap-y-11{
    row-gap: 2.75rem;
  }

  .md\:gap-y-12{
    row-gap: 3rem;
  }

  .md\:gap-y-13{
    row-gap: 6.5rem;
  }

  .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.25rem;
  }

  .md\:gap-y-1\.5{
    row-gap: 1.5rem;
  }

  .md\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .md\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .md\:gap-y-0\.375{
    row-gap: 0.375rem;
  }

  .md\:gap-y-0\.75{
    row-gap: 0.75rem;
  }

  .md\:gap-y-1\.25{
    row-gap: 1.25rem;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .md\:divide-petrol > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
  }

  .md\:divide-graduation-00 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-divide-opacity));
  }

  .md\:divide-graduation-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-divide-opacity));
  }

  .md\:divide-graduation-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-divide-opacity));
  }

  .md\:divide-graduation-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
  }

  .md\:divide-graduation-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-divide-opacity));
  }

  .md\:divide-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-divide-opacity));
  }

  .md\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-divide-opacity));
  }

  .md\:divide-purple-80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(123, 88, 174, 0.8);
  }

  .md\:divide-purple-bright > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-divide-opacity));
  }

  .md\:divide-ultramarine > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-divide-opacity));
  }

  .md\:divide-accent-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
  }

  .md\:divide-accent-red-toned > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
  }

  .md\:divide-error-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-divide-opacity));
  }

  .md\:divide-warning-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-divide-opacity));
  }

  .md\:divide-success-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-divide-opacity));
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-black-80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .md\:divide-neutrals-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-divide-opacity));
  }

  .md\:divide-neutrals-00 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-divide-opacity));
  }

  .md\:divide-neutrals-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-divide-opacity));
  }

  .md\:divide-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .md\:divide-light-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255,255,255,0);
  }

  .md\:divide-gradient-bw-start > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(231, 231, 231, 1);
  }

  .md\:divide-gradient-bw-end > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(231, 231, 231, 0);
  }

  .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-0\.25{
    border-radius: 0.25rem;
  }

  .md\:rounded{
    border-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .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-0\.25{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 1rem;
  }

  .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-petrol{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .md\:border-graduation-00{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .md\:border-graduation-25{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .md\:border-graduation-50{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .md\:border-graduation-75{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .md\:border-graduation-100{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .md\:border-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .md\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .md\:border-purple-80{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .md\:border-purple-bright{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .md\:border-ultramarine{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .md\:border-accent-red{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .md\:border-accent-red-toned{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .md\:border-error-red{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .md\:border-warning-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .md\:border-success-green{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .md\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-black-80{
    border-color: rgba(0,0,0,.8);
  }

  .md\:border-neutrals-100{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .md\:border-neutrals-00{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .md\:border-neutrals-grey{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .md\:border-grey{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md\:border-light-grey{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-white-transparent{
    border-color: rgba(255,255,255,0);
  }

  .md\:border-gradient-bw-start{
    border-color: rgba(231, 231, 231, 1);
  }

  .md\:border-gradient-bw-end{
    border-color: rgba(231, 231, 231, 0);
  }

  .group:hover .md\:group-hover\:border-petrol{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-graduation-00{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-graduation-25{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-graduation-50{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-graduation-75{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-graduation-100{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-80{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .md\:group-hover\:border-purple-bright{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-ultramarine{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-accent-red{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-accent-red-toned{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-error-red{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warning-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-success-green{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-80{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .md\:group-hover\:border-neutrals-100{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutrals-00{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutrals-grey{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-light-grey{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent{
    border-color: rgba(255,255,255,0);
  }

  .group:hover .md\:group-hover\:border-gradient-bw-start{
    border-color: rgba(231, 231, 231, 1);
  }

  .group:hover .md\:group-hover\:border-gradient-bw-end{
    border-color: rgba(231, 231, 231, 0);
  }

  .md\:focus-within\:border-petrol:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-graduation-00:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-graduation-25:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-graduation-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-graduation-75:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-graduation-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-80:focus-within{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus-within\:border-purple-bright:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-ultramarine:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-accent-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-accent-red-toned:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-error-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warning-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-success-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-80:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .md\:focus-within\:border-neutrals-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutrals-00:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutrals-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-light-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    border-color: rgba(255,255,255,0);
  }

  .md\:focus-within\:border-gradient-bw-start:focus-within{
    border-color: rgba(231, 231, 231, 1);
  }

  .md\:focus-within\:border-gradient-bw-end:focus-within{
    border-color: rgba(231, 231, 231, 0);
  }

  .md\:hover\:border-petrol:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .md\:hover\:border-graduation-00:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-graduation-25:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-graduation-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .md\:hover\:border-graduation-75:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .md\:hover\:border-graduation-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-80:hover{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .md\:hover\:border-purple-bright:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .md\:hover\:border-ultramarine:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .md\:hover\:border-accent-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .md\:hover\:border-accent-red-toned:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .md\:hover\:border-error-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .md\:hover\:border-warning-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .md\:hover\:border-success-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-80:hover{
    border-color: rgba(0,0,0,.8);
  }

  .md\:hover\:border-neutrals-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutrals-00:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutrals-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md\:hover\:border-light-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:hover{
    border-color: rgba(255,255,255,0);
  }

  .md\:hover\:border-gradient-bw-start:hover{
    border-color: rgba(231, 231, 231, 1);
  }

  .md\:hover\:border-gradient-bw-end:hover{
    border-color: rgba(231, 231, 231, 0);
  }

  .md\:focus\:border-petrol:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .md\:focus\:border-graduation-00:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-graduation-25:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-graduation-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .md\:focus\:border-graduation-75:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .md\:focus\:border-graduation-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-80:focus{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus\:border-purple-bright:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .md\:focus\:border-ultramarine:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .md\:focus\:border-accent-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .md\:focus\:border-accent-red-toned:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .md\:focus\:border-error-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .md\:focus\:border-warning-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .md\:focus\:border-success-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-80:focus{
    border-color: rgba(0,0,0,.8);
  }

  .md\:focus\:border-neutrals-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutrals-00:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutrals-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md\:focus\:border-light-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:focus{
    border-color: rgba(255,255,255,0);
  }

  .md\:focus\:border-gradient-bw-start:focus{
    border-color: rgba(231, 231, 231, 1);
  }

  .md\:focus\:border-gradient-bw-end:focus{
    border-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .md\:bg-graduation-00{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .md\:bg-graduation-25{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .md\:bg-graduation-50{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .md\:bg-graduation-75{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .md\:bg-graduation-100{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .md\:bg-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .md\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .md\:bg-purple-80{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .md\:bg-purple-bright{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .md\:bg-ultramarine{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .md\:bg-accent-red{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .md\:bg-accent-red-toned{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .md\:bg-error-red{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .md\:bg-warning-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .md\:bg-success-green{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .md\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-black-80{
    background-color: rgba(0,0,0,.8);
  }

  .md\:bg-neutrals-100{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .md\:bg-neutrals-00{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .md\:bg-neutrals-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .md\:bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-white-transparent{
    background-color: rgba(255,255,255,0);
  }

  .md\:bg-gradient-bw-start{
    background-color: rgba(231, 231, 231, 1);
  }

  .md\:bg-gradient-bw-end{
    background-color: rgba(231, 231, 231, 0);
  }

  .group:hover .md\:group-hover\:bg-petrol{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-graduation-00{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-graduation-25{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-graduation-50{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-graduation-75{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-graduation-100{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-80{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .md\:group-hover\:bg-purple-bright{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-ultramarine{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-accent-red{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-accent-red-toned{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-error-red{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warning-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-success-green{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-80{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .md\:group-hover\:bg-neutrals-100{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutrals-00{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutrals-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent{
    background-color: rgba(255,255,255,0);
  }

  .group:hover .md\:group-hover\:bg-gradient-bw-start{
    background-color: rgba(231, 231, 231, 1);
  }

  .group:hover .md\:group-hover\:bg-gradient-bw-end{
    background-color: rgba(231, 231, 231, 0);
  }

  .md\:focus-within\:bg-petrol:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-graduation-00:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-graduation-25:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-graduation-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-graduation-75:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-graduation-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-80:focus-within{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus-within\:bg-purple-bright:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-ultramarine:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-accent-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-accent-red-toned:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-error-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warning-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-success-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-80:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .md\:focus-within\:bg-neutrals-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutrals-00:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutrals-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-light-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    background-color: rgba(255,255,255,0);
  }

  .md\:focus-within\:bg-gradient-bw-start:focus-within{
    background-color: rgba(231, 231, 231, 1);
  }

  .md\:focus-within\:bg-gradient-bw-end:focus-within{
    background-color: rgba(231, 231, 231, 0);
  }

  .md\:hover\:bg-petrol:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-graduation-00:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-graduation-25:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-graduation-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-graduation-75:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-graduation-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-80:hover{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .md\:hover\:bg-purple-bright:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-ultramarine:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-accent-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-accent-red-toned:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-error-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warning-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-success-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-80:hover{
    background-color: rgba(0,0,0,.8);
  }

  .md\:hover\:bg-neutrals-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutrals-00:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutrals-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-light-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:hover{
    background-color: rgba(255,255,255,0);
  }

  .md\:hover\:bg-gradient-bw-start:hover{
    background-color: rgba(231, 231, 231, 1);
  }

  .md\:hover\:bg-gradient-bw-end:hover{
    background-color: rgba(231, 231, 231, 0);
  }

  .md\:focus\:bg-petrol:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-graduation-00:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-graduation-25:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-graduation-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-graduation-75:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-graduation-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-80:focus{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus\:bg-purple-bright:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-ultramarine:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-accent-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-accent-red-toned:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-error-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warning-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-success-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-80:focus{
    background-color: rgba(0,0,0,.8);
  }

  .md\:focus\:bg-neutrals-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutrals-00:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutrals-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-light-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:focus{
    background-color: rgba(255,255,255,0);
  }

  .md\:focus\:bg-gradient-bw-start:focus{
    background-color: rgba(231, 231, 231, 1);
  }

  .md\:focus\:bg-gradient-bw-end:focus{
    background-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:from-graduation-00{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .md\:from-graduation-25{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .md\:from-graduation-50{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .md\:from-graduation-75{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:from-graduation-100{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .md\:from-purple-dark{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .md\:from-purple{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:from-purple-80{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:from-purple-bright{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .md\:from-ultramarine{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .md\:from-accent-red{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:from-accent-red-toned{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:from-error-red{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .md\:from-warning-yellow{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .md\:from-success-green{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-neutrals-100{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .md\:from-neutrals-00{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .md\:from-neutrals-grey{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .md\:from-grey{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .md\:from-light-grey{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-gradient-bw-start{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:from-gradient-bw-end{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:hover\:from-petrol:hover{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:hover\:from-graduation-00:hover{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .md\:hover\:from-graduation-25:hover{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .md\:hover\:from-graduation-50:hover{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .md\:hover\:from-graduation-75:hover{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:hover\:from-graduation-100:hover{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .md\:hover\:from-purple-dark:hover{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .md\:hover\:from-purple:hover{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:hover\:from-purple-80:hover{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:hover\:from-purple-bright:hover{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .md\:hover\:from-ultramarine:hover{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .md\:hover\:from-accent-red:hover{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:hover\:from-accent-red-toned:hover{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:hover\:from-error-red:hover{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .md\:hover\:from-warning-yellow:hover{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .md\:hover\:from-success-green:hover{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-neutrals-100:hover{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .md\:hover\:from-neutrals-00:hover{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .md\:hover\:from-neutrals-grey:hover{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .md\:hover\:from-grey:hover{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .md\:hover\:from-light-grey:hover{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:hover{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-gradient-bw-start:hover{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:hover\:from-gradient-bw-end:hover{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:focus\:from-petrol:focus{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:focus\:from-graduation-00:focus{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .md\:focus\:from-graduation-25:focus{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .md\:focus\:from-graduation-50:focus{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .md\:focus\:from-graduation-75:focus{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:focus\:from-graduation-100:focus{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .md\:focus\:from-purple-dark:focus{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .md\:focus\:from-purple:focus{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:focus\:from-purple-80:focus{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:focus\:from-purple-bright:focus{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .md\:focus\:from-ultramarine:focus{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .md\:focus\:from-accent-red:focus{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:focus\:from-accent-red-toned:focus{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:focus\:from-error-red:focus{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .md\:focus\:from-warning-yellow:focus{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .md\:focus\:from-success-green:focus{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-neutrals-100:focus{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .md\:focus\:from-neutrals-00:focus{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .md\:focus\:from-neutrals-grey:focus{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .md\:focus\:from-grey:focus{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .md\:focus\:from-light-grey:focus{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-gradient-bw-start:focus{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:focus\:from-gradient-bw-end:focus{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:via-petrol{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:via-graduation-00{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .md\:via-graduation-25{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .md\:via-graduation-50{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .md\:via-graduation-75{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:via-graduation-100{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .md\:via-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .md\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:via-purple-80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:via-purple-bright{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .md\:via-ultramarine{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .md\:via-accent-red{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:via-accent-red-toned{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:via-error-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .md\:via-warning-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .md\:via-success-green{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 0));
  }

  .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-black-80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-neutrals-100{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .md\:via-neutrals-00{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .md\:via-neutrals-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .md\:via-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .md\:via-light-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-white-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-gradient-bw-start{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:via-gradient-bw-end{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:hover\:via-petrol:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:hover\:via-graduation-00:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .md\:hover\:via-graduation-25:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .md\:hover\:via-graduation-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .md\:hover\:via-graduation-75:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:hover\:via-graduation-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .md\:hover\:via-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .md\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:hover\:via-purple-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:hover\:via-purple-bright:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .md\:hover\:via-ultramarine:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .md\:hover\:via-accent-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:hover\:via-accent-red-toned:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:hover\:via-error-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .md\:hover\:via-warning-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .md\:hover\:via-success-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-neutrals-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .md\:hover\:via-neutrals-00:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .md\:hover\:via-neutrals-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .md\:hover\:via-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .md\:hover\:via-light-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-gradient-bw-start:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:hover\:via-gradient-bw-end:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:focus\:via-petrol:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:focus\:via-graduation-00:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .md\:focus\:via-graduation-25:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .md\:focus\:via-graduation-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .md\:focus\:via-graduation-75:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .md\:focus\:via-graduation-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .md\:focus\:via-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .md\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:focus\:via-purple-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .md\:focus\:via-purple-bright:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .md\:focus\:via-ultramarine:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .md\:focus\:via-accent-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:focus\:via-accent-red-toned:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .md\:focus\:via-error-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .md\:focus\:via-warning-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .md\:focus\:via-success-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-neutrals-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .md\:focus\:via-neutrals-00:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .md\:focus\:via-neutrals-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .md\:focus\:via-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .md\:focus\:via-light-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-gradient-bw-start:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:focus\:via-gradient-bw-end:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .md\:to-petrol{
    --tw-gradient-to: #0C5862;
  }

  .md\:to-graduation-00{
    --tw-gradient-to: #ECFCFE;
  }

  .md\:to-graduation-25{
    --tw-gradient-to: #4BE8FA;
  }

  .md\:to-graduation-50{
    --tw-gradient-to: #03A1B2;
  }

  .md\:to-graduation-75{
    --tw-gradient-to: #0C5862;
  }

  .md\:to-graduation-100{
    --tw-gradient-to: #01353B;
  }

  .md\:to-purple-dark{
    --tw-gradient-to: #95236D;
  }

  .md\:to-purple{
    --tw-gradient-to: #7B58AE;
  }

  .md\:to-purple-80{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .md\:to-purple-bright{
    --tw-gradient-to: #832873;
  }

  .md\:to-ultramarine{
    --tw-gradient-to: #3E3689;
  }

  .md\:to-accent-red{
    --tw-gradient-to: #FF7468;
  }

  .md\:to-accent-red-toned{
    --tw-gradient-to: #FF7468;
  }

  .md\:to-error-red{
    --tw-gradient-to: #BE0028;
  }

  .md\:to-warning-yellow{
    --tw-gradient-to: #FFEB3B;
  }

  .md\:to-success-green{
    --tw-gradient-to: #84BD00;
  }

  .md\:to-black{
    --tw-gradient-to: #000;
  }

  .md\:to-black-80{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .md\:to-neutrals-100{
    --tw-gradient-to: #293333;
  }

  .md\:to-neutrals-00{
    --tw-gradient-to: #f2f5f5;
  }

  .md\:to-neutrals-grey{
    --tw-gradient-to: #b2b2b2;
  }

  .md\:to-grey{
    --tw-gradient-to: #dee2e6;
  }

  .md\:to-light-grey{
    --tw-gradient-to: #e6e6e6;
  }

  .md\:to-white{
    --tw-gradient-to: #fff;
  }

  .md\:to-white-transparent{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .md\:to-gradient-bw-start{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .md\:to-gradient-bw-end{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .md\:hover\:to-petrol:hover{
    --tw-gradient-to: #0C5862;
  }

  .md\:hover\:to-graduation-00:hover{
    --tw-gradient-to: #ECFCFE;
  }

  .md\:hover\:to-graduation-25:hover{
    --tw-gradient-to: #4BE8FA;
  }

  .md\:hover\:to-graduation-50:hover{
    --tw-gradient-to: #03A1B2;
  }

  .md\:hover\:to-graduation-75:hover{
    --tw-gradient-to: #0C5862;
  }

  .md\:hover\:to-graduation-100:hover{
    --tw-gradient-to: #01353B;
  }

  .md\:hover\:to-purple-dark:hover{
    --tw-gradient-to: #95236D;
  }

  .md\:hover\:to-purple:hover{
    --tw-gradient-to: #7B58AE;
  }

  .md\:hover\:to-purple-80:hover{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .md\:hover\:to-purple-bright:hover{
    --tw-gradient-to: #832873;
  }

  .md\:hover\:to-ultramarine:hover{
    --tw-gradient-to: #3E3689;
  }

  .md\:hover\:to-accent-red:hover{
    --tw-gradient-to: #FF7468;
  }

  .md\:hover\:to-accent-red-toned:hover{
    --tw-gradient-to: #FF7468;
  }

  .md\:hover\:to-error-red:hover{
    --tw-gradient-to: #BE0028;
  }

  .md\:hover\:to-warning-yellow:hover{
    --tw-gradient-to: #FFEB3B;
  }

  .md\:hover\:to-success-green:hover{
    --tw-gradient-to: #84BD00;
  }

  .md\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-black-80:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .md\:hover\:to-neutrals-100:hover{
    --tw-gradient-to: #293333;
  }

  .md\:hover\:to-neutrals-00:hover{
    --tw-gradient-to: #f2f5f5;
  }

  .md\:hover\:to-neutrals-grey:hover{
    --tw-gradient-to: #b2b2b2;
  }

  .md\:hover\:to-grey:hover{
    --tw-gradient-to: #dee2e6;
  }

  .md\:hover\:to-light-grey:hover{
    --tw-gradient-to: #e6e6e6;
  }

  .md\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-white-transparent:hover{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .md\:hover\:to-gradient-bw-start:hover{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .md\:hover\:to-gradient-bw-end:hover{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .md\:focus\:to-petrol:focus{
    --tw-gradient-to: #0C5862;
  }

  .md\:focus\:to-graduation-00:focus{
    --tw-gradient-to: #ECFCFE;
  }

  .md\:focus\:to-graduation-25:focus{
    --tw-gradient-to: #4BE8FA;
  }

  .md\:focus\:to-graduation-50:focus{
    --tw-gradient-to: #03A1B2;
  }

  .md\:focus\:to-graduation-75:focus{
    --tw-gradient-to: #0C5862;
  }

  .md\:focus\:to-graduation-100:focus{
    --tw-gradient-to: #01353B;
  }

  .md\:focus\:to-purple-dark:focus{
    --tw-gradient-to: #95236D;
  }

  .md\:focus\:to-purple:focus{
    --tw-gradient-to: #7B58AE;
  }

  .md\:focus\:to-purple-80:focus{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .md\:focus\:to-purple-bright:focus{
    --tw-gradient-to: #832873;
  }

  .md\:focus\:to-ultramarine:focus{
    --tw-gradient-to: #3E3689;
  }

  .md\:focus\:to-accent-red:focus{
    --tw-gradient-to: #FF7468;
  }

  .md\:focus\:to-accent-red-toned:focus{
    --tw-gradient-to: #FF7468;
  }

  .md\:focus\:to-error-red:focus{
    --tw-gradient-to: #BE0028;
  }

  .md\:focus\:to-warning-yellow:focus{
    --tw-gradient-to: #FFEB3B;
  }

  .md\:focus\:to-success-green:focus{
    --tw-gradient-to: #84BD00;
  }

  .md\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-black-80:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .md\:focus\:to-neutrals-100:focus{
    --tw-gradient-to: #293333;
  }

  .md\:focus\:to-neutrals-00:focus{
    --tw-gradient-to: #f2f5f5;
  }

  .md\:focus\:to-neutrals-grey:focus{
    --tw-gradient-to: #b2b2b2;
  }

  .md\:focus\:to-grey:focus{
    --tw-gradient-to: #dee2e6;
  }

  .md\:focus\:to-light-grey:focus{
    --tw-gradient-to: #e6e6e6;
  }

  .md\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-white-transparent:focus{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .md\:focus\:to-gradient-bw-start:focus{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .md\:focus\:to-gradient-bw-end:focus{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .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: 0;
  }

  .md\:p-1{
    padding: 0.5rem;
  }

  .md\:p-2{
    padding: 1rem;
  }

  .md\:p-3{
    padding: 1.5rem;
  }

  .md\:p-4{
    padding: 2rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 3rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:p-8{
    padding: 4rem;
  }

  .md\:p-9{
    padding: 4.5rem;
  }

  .md\:p-10{
    padding: 5rem;
  }

  .md\:p-11{
    padding: 2.75rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-13{
    padding: 6.5rem;
  }

  .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.25rem;
  }

  .md\:p-1\.5{
    padding: 1.5rem;
  }

  .md\:p-2\.5{
    padding: 0.625rem;
  }

  .md\:p-3\.5{
    padding: 0.875rem;
  }

  .md\:p-0\.375{
    padding: 0.375rem;
  }

  .md\:p-0\.75{
    padding: 0.75rem;
  }

  .md\:p-1\.25{
    padding: 1.25rem;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-1{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-2{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-3{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-4{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-9{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:px-10{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-13{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .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.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-1\.5{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:px-0\.375{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:px-0\.75{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-1\.25{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:py-1{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-2{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-3{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-4{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-9{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:py-10{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-13{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .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.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-1\.5{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-0\.375{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-0\.75{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-1\.25{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pt-0{
    padding-top: 0;
  }

  .md\:pt-1{
    padding-top: 0.5rem;
  }

  .md\:pt-2{
    padding-top: 1rem;
  }

  .md\:pt-3{
    padding-top: 1.5rem;
  }

  .md\:pt-4{
    padding-top: 2rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:pt-6{
    padding-top: 3rem;
  }

  .md\:pt-7{
    padding-top: 1.75rem;
  }

  .md\:pt-8{
    padding-top: 4rem;
  }

  .md\:pt-9{
    padding-top: 4.5rem;
  }

  .md\:pt-10{
    padding-top: 5rem;
  }

  .md\:pt-11{
    padding-top: 2.75rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-13{
    padding-top: 6.5rem;
  }

  .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.25rem;
  }

  .md\:pt-1\.5{
    padding-top: 1.5rem;
  }

  .md\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .md\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .md\:pt-0\.375{
    padding-top: 0.375rem;
  }

  .md\:pt-0\.75{
    padding-top: 0.75rem;
  }

  .md\:pt-1\.25{
    padding-top: 1.25rem;
  }

  .md\:pr-0{
    padding-right: 0;
  }

  .md\:pr-1{
    padding-right: 0.5rem;
  }

  .md\:pr-2{
    padding-right: 1rem;
  }

  .md\:pr-3{
    padding-right: 1.5rem;
  }

  .md\:pr-4{
    padding-right: 2rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pr-6{
    padding-right: 3rem;
  }

  .md\:pr-7{
    padding-right: 1.75rem;
  }

  .md\:pr-8{
    padding-right: 4rem;
  }

  .md\:pr-9{
    padding-right: 4.5rem;
  }

  .md\:pr-10{
    padding-right: 5rem;
  }

  .md\:pr-11{
    padding-right: 2.75rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pr-13{
    padding-right: 6.5rem;
  }

  .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.25rem;
  }

  .md\:pr-1\.5{
    padding-right: 1.5rem;
  }

  .md\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .md\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .md\:pr-0\.375{
    padding-right: 0.375rem;
  }

  .md\:pr-0\.75{
    padding-right: 0.75rem;
  }

  .md\:pr-1\.25{
    padding-right: 1.25rem;
  }

  .md\:pb-0{
    padding-bottom: 0;
  }

  .md\:pb-1{
    padding-bottom: 0.5rem;
  }

  .md\:pb-2{
    padding-bottom: 1rem;
  }

  .md\:pb-3{
    padding-bottom: 1.5rem;
  }

  .md\:pb-4{
    padding-bottom: 2rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pb-6{
    padding-bottom: 3rem;
  }

  .md\:pb-7{
    padding-bottom: 1.75rem;
  }

  .md\:pb-8{
    padding-bottom: 4rem;
  }

  .md\:pb-9{
    padding-bottom: 4.5rem;
  }

  .md\:pb-10{
    padding-bottom: 5rem;
  }

  .md\:pb-11{
    padding-bottom: 2.75rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-13{
    padding-bottom: 6.5rem;
  }

  .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.25rem;
  }

  .md\:pb-1\.5{
    padding-bottom: 1.5rem;
  }

  .md\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .md\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .md\:pb-0\.375{
    padding-bottom: 0.375rem;
  }

  .md\:pb-0\.75{
    padding-bottom: 0.75rem;
  }

  .md\:pb-1\.25{
    padding-bottom: 1.25rem;
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pl-1{
    padding-left: 0.5rem;
  }

  .md\:pl-2{
    padding-left: 1rem;
  }

  .md\:pl-3{
    padding-left: 1.5rem;
  }

  .md\:pl-4{
    padding-left: 2rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pl-6{
    padding-left: 3rem;
  }

  .md\:pl-7{
    padding-left: 1.75rem;
  }

  .md\:pl-8{
    padding-left: 4rem;
  }

  .md\:pl-9{
    padding-left: 4.5rem;
  }

  .md\:pl-10{
    padding-left: 5rem;
  }

  .md\:pl-11{
    padding-left: 2.75rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pl-13{
    padding-left: 6.5rem;
  }

  .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.25rem;
  }

  .md\:pl-1\.5{
    padding-left: 1.5rem;
  }

  .md\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .md\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .md\:pl-0\.375{
    padding-left: 0.375rem;
  }

  .md\:pl-0\.75{
    padding-left: 0.75rem;
  }

  .md\:pl-1\.25{
    padding-left: 1.25rem;
  }

  .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-kavivanar{
    font-family: kavivanarregular, sans-serif;
  }

  .md\:font-alkatra{
    font-family: alkatraregular, sans-serif;
  }

  .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\:text-typo-clou-md{
    font-size: 5rem;
    line-height: 6rem;
  }

  .md\:text-typo-clou{
    font-size: 2rem;
    line-height: 3rem;
  }

  .md\:text-intro-md{
    font-size: 2rem;
    line-height: 3rem;
  }

  .md\:text-intro{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-intro-condensed{
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .md\:text-intro-condensed-md{
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .md\:text-copy-md{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-copy{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .md\:text-button-label{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .md\:text-button-label-md{
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .md\:text-caption{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-caption-md{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-caption-small{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-caption-small-md{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-caption-very-small{
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .md\:text-caption-very-small-md{
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .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-tightest{
    letter-spacing: -.075em;
  }

  .md\:tracking-tighter{
    letter-spacing: -.05em;
  }

  .md\:tracking-tight{
    letter-spacing: -.025em;
  }

  .md\:tracking-normal{
    letter-spacing: 0;
  }

  .md\:tracking-wide{
    letter-spacing: .025em;
  }

  .md\:tracking-wider{
    letter-spacing: .05em;
  }

  .md\:tracking-widest{
    letter-spacing: .25em;
  }

  .md\:text-petrol{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .md\:text-graduation-00{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .md\:text-graduation-25{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .md\:text-graduation-50{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .md\:text-graduation-75{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .md\:text-graduation-100{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .md\:text-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .md\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .md\:text-purple-80{
    color: rgba(123, 88, 174, 0.8);
  }

  .md\:text-purple-bright{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .md\:text-ultramarine{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .md\:text-accent-red{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .md\:text-accent-red-toned{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .md\:text-error-red{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .md\:text-warning-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .md\:text-success-green{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .md\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-black-80{
    color: rgba(0,0,0,.8);
  }

  .md\:text-neutrals-100{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .md\:text-neutrals-00{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .md\:text-neutrals-grey{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .md\:text-grey{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md\:text-light-grey{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-white-transparent{
    color: rgba(255,255,255,0);
  }

  .md\:text-gradient-bw-start{
    color: rgba(231, 231, 231, 1);
  }

  .md\:text-gradient-bw-end{
    color: rgba(231, 231, 231, 0);
  }

  .group:hover .md\:group-hover\:text-petrol{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-graduation-00{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-graduation-25{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-graduation-50{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-graduation-75{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-graduation-100{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-80{
    color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .md\:group-hover\:text-purple-bright{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-ultramarine{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-accent-red{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-accent-red-toned{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-error-red{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warning-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-success-green{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-80{
    color: rgba(0,0,0,.8);
  }

  .group:hover .md\:group-hover\:text-neutrals-100{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutrals-00{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutrals-grey{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-light-grey{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent{
    color: rgba(255,255,255,0);
  }

  .group:hover .md\:group-hover\:text-gradient-bw-start{
    color: rgba(231, 231, 231, 1);
  }

  .group:hover .md\:group-hover\:text-gradient-bw-end{
    color: rgba(231, 231, 231, 0);
  }

  .md\:focus-within\:text-petrol:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-graduation-00:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-graduation-25:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-graduation-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-graduation-75:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-graduation-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple:focus-within{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-80:focus-within{
    color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus-within\:text-purple-bright:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-ultramarine:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-accent-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-accent-red-toned:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-error-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warning-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-success-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-80:focus-within{
    color: rgba(0,0,0,.8);
  }

  .md\:focus-within\:text-neutrals-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutrals-00:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutrals-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-light-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    color: rgba(255,255,255,0);
  }

  .md\:focus-within\:text-gradient-bw-start:focus-within{
    color: rgba(231, 231, 231, 1);
  }

  .md\:focus-within\:text-gradient-bw-end:focus-within{
    color: rgba(231, 231, 231, 0);
  }

  .md\:hover\:text-petrol:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .md\:hover\:text-graduation-00:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-graduation-25:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-graduation-50:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .md\:hover\:text-graduation-75:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .md\:hover\:text-graduation-100:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-80:hover{
    color: rgba(123, 88, 174, 0.8);
  }

  .md\:hover\:text-purple-bright:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .md\:hover\:text-ultramarine:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .md\:hover\:text-accent-red:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .md\:hover\:text-accent-red-toned:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .md\:hover\:text-error-red:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .md\:hover\:text-warning-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .md\:hover\:text-success-green:hover{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-80:hover{
    color: rgba(0,0,0,.8);
  }

  .md\:hover\:text-neutrals-100:hover{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutrals-00:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutrals-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md\:hover\:text-light-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:hover{
    color: rgba(255,255,255,0);
  }

  .md\:hover\:text-gradient-bw-start:hover{
    color: rgba(231, 231, 231, 1);
  }

  .md\:hover\:text-gradient-bw-end:hover{
    color: rgba(231, 231, 231, 0);
  }

  .md\:focus\:text-petrol:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .md\:focus\:text-graduation-00:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-graduation-25:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-graduation-50:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .md\:focus\:text-graduation-75:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .md\:focus\:text-graduation-100:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-80:focus{
    color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus\:text-purple-bright:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .md\:focus\:text-ultramarine:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .md\:focus\:text-accent-red:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .md\:focus\:text-accent-red-toned:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .md\:focus\:text-error-red:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .md\:focus\:text-warning-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .md\:focus\:text-success-green:focus{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-80:focus{
    color: rgba(0,0,0,.8);
  }

  .md\:focus\:text-neutrals-100:focus{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutrals-00:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutrals-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md\:focus\:text-light-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus{
    color: rgba(255,255,255,0);
  }

  .md\:focus\:text-gradient-bw-start:focus{
    color: rgba(231, 231, 231, 1);
  }

  .md\:focus\:text-gradient-bw-end:focus{
    color: rgba(231, 231, 231, 0);
  }

  .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-petrol::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-petrol::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-graduation-00::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-graduation-00::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-graduation-25::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-graduation-25::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-graduation-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-graduation-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-graduation-75::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-graduation-75::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-graduation-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-graduation-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-80::-moz-placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .md\:placeholder-purple-80::placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .md\:placeholder-purple-bright::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-bright::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-ultramarine::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-ultramarine::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-accent-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-accent-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-accent-red-toned::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-accent-red-toned::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warning-yellow::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warning-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-success-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-success-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-80::-moz-placeholder{
    color: rgba(0,0,0,.8);
  }

  .md\:placeholder-black-80::placeholder{
    color: rgba(0,0,0,.8);
  }

  .md\:placeholder-neutrals-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutrals-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutrals-00::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutrals-00::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutrals-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutrals-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-light-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-light-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent::-moz-placeholder{
    color: rgba(255,255,255,0);
  }

  .md\:placeholder-white-transparent::placeholder{
    color: rgba(255,255,255,0);
  }

  .md\:placeholder-gradient-bw-start::-moz-placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .md\:placeholder-gradient-bw-start::placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .md\:placeholder-gradient-bw-end::-moz-placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .md\:placeholder-gradient-bw-end::placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .md\:focus\:placeholder-petrol:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-petrol:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-graduation-00:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-graduation-00:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-graduation-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-graduation-25:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-graduation-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-graduation-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-graduation-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-graduation-75:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-graduation-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-graduation-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-80:focus::-moz-placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus\:placeholder-purple-80:focus::placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus\:placeholder-purple-bright:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-bright:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-ultramarine:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-ultramarine:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-accent-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-accent-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-accent-red-toned:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-accent-red-toned:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warning-yellow:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warning-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-success-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-success-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-80:focus::-moz-placeholder{
    color: rgba(0,0,0,.8);
  }

  .md\:focus\:placeholder-black-80:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .md\:focus\:placeholder-neutrals-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutrals-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutrals-00:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutrals-00:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutrals-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutrals-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-light-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-light-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus::-moz-placeholder{
    color: rgba(255,255,255,0);
  }

  .md\:focus\:placeholder-white-transparent:focus::placeholder{
    color: rgba(255,255,255,0);
  }

  .md\:focus\:placeholder-gradient-bw-start:focus::-moz-placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .md\:focus\:placeholder-gradient-bw-start:focus::placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .md\:focus\:placeholder-gradient-bw-end:focus::-moz-placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .md\:focus\:placeholder-gradient-bw-end:focus::placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-5{
    opacity: 0.05;
  }

  .md\:opacity-10{
    opacity: 0.1;
  }

  .md\:opacity-20{
    opacity: 0.2;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-30{
    opacity: 0.3;
  }

  .md\:opacity-40{
    opacity: 0.4;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-60{
    opacity: 0.6;
  }

  .md\:opacity-70{
    opacity: 0.7;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-80{
    opacity: 0.8;
  }

  .md\:opacity-90{
    opacity: 0.9;
  }

  .md\:opacity-95{
    opacity: 0.95;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .md\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .md\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .md\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .md\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }

  .md\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .md\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .md\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .md\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .md\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .md\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .md\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .md\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .md\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .md\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .md\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .md\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .md\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .md\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .md\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .md\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .md\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .md\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .md\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .md\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .md\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .md\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .md\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .md\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .md\:bg-blend-color{
    background-blend-mode: color;
  }

  .md\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .md\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .md\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .md\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .md\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .md\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .md\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .md\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .md\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .md\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .md\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .md\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .md\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .md\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .md\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .md\:mix-blend-color{
    mix-blend-mode: color;
  }

  .md\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .md\:shadow-default{
    --tw-shadow: 0px 2px 20px 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-default{
    --tw-shadow: 0px 2px 20px 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-default:focus-within{
    --tw-shadow: 0px 2px 20px 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-default:hover{
    --tw-shadow: 0px 2px 20px 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-default:focus{
    --tw-shadow: 0px 2px 20px 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\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .md\:ring-petrol{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .md\:ring-graduation-00{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .md\:ring-graduation-25{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .md\:ring-graduation-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .md\:ring-graduation-75{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .md\:ring-graduation-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .md\:ring-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .md\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .md\:ring-purple-80{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .md\:ring-purple-bright{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .md\:ring-ultramarine{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .md\:ring-accent-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .md\:ring-accent-red-toned{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .md\:ring-error-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .md\:ring-warning-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .md\:ring-success-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .md\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-black-80{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .md\:ring-neutrals-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .md\:ring-neutrals-00{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .md\:ring-neutrals-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .md\:ring-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .md\:ring-light-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .md\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-white-transparent{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .md\:ring-gradient-bw-start{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .md\:ring-gradient-bw-end{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .md\:focus-within\:ring-petrol:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-graduation-00:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-graduation-25:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-graduation-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-graduation-75:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-graduation-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-80:focus-within{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus-within\:ring-purple-bright:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-ultramarine:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-accent-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-accent-red-toned:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-error-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warning-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-success-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-80:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .md\:focus-within\:ring-neutrals-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutrals-00:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutrals-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-light-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .md\:focus-within\:ring-gradient-bw-start:focus-within{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .md\:focus-within\:ring-gradient-bw-end:focus-within{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .md\:focus\:ring-petrol:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-graduation-00:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-graduation-25:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-graduation-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-graduation-75:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-graduation-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-80:focus{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus\:ring-purple-bright:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-ultramarine:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-accent-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-accent-red-toned:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-error-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warning-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-success-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-80:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .md\:focus\:ring-neutrals-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutrals-00:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutrals-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-light-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .md\:focus\:ring-gradient-bw-start:focus{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .md\:focus\:ring-gradient-bw-end:focus{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-ring-offset-color: #0C5862;
  }

  .md\:ring-offset-graduation-00{
    --tw-ring-offset-color: #ECFCFE;
  }

  .md\:ring-offset-graduation-25{
    --tw-ring-offset-color: #4BE8FA;
  }

  .md\:ring-offset-graduation-50{
    --tw-ring-offset-color: #03A1B2;
  }

  .md\:ring-offset-graduation-75{
    --tw-ring-offset-color: #0C5862;
  }

  .md\:ring-offset-graduation-100{
    --tw-ring-offset-color: #01353B;
  }

  .md\:ring-offset-purple-dark{
    --tw-ring-offset-color: #95236D;
  }

  .md\:ring-offset-purple{
    --tw-ring-offset-color: #7B58AE;
  }

  .md\:ring-offset-purple-80{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .md\:ring-offset-purple-bright{
    --tw-ring-offset-color: #832873;
  }

  .md\:ring-offset-ultramarine{
    --tw-ring-offset-color: #3E3689;
  }

  .md\:ring-offset-accent-red{
    --tw-ring-offset-color: #FF7468;
  }

  .md\:ring-offset-accent-red-toned{
    --tw-ring-offset-color: #FF7468;
  }

  .md\:ring-offset-error-red{
    --tw-ring-offset-color: #BE0028;
  }

  .md\:ring-offset-warning-yellow{
    --tw-ring-offset-color: #FFEB3B;
  }

  .md\:ring-offset-success-green{
    --tw-ring-offset-color: #84BD00;
  }

  .md\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-black-80{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .md\:ring-offset-neutrals-100{
    --tw-ring-offset-color: #293333;
  }

  .md\:ring-offset-neutrals-00{
    --tw-ring-offset-color: #f2f5f5;
  }

  .md\:ring-offset-neutrals-grey{
    --tw-ring-offset-color: #b2b2b2;
  }

  .md\:ring-offset-grey{
    --tw-ring-offset-color: #dee2e6;
  }

  .md\:ring-offset-light-grey{
    --tw-ring-offset-color: #e6e6e6;
  }

  .md\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-white-transparent{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .md\:ring-offset-gradient-bw-start{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .md\:ring-offset-gradient-bw-end{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .md\:focus-within\:ring-offset-petrol:focus-within{
    --tw-ring-offset-color: #0C5862;
  }

  .md\:focus-within\:ring-offset-graduation-00:focus-within{
    --tw-ring-offset-color: #ECFCFE;
  }

  .md\:focus-within\:ring-offset-graduation-25:focus-within{
    --tw-ring-offset-color: #4BE8FA;
  }

  .md\:focus-within\:ring-offset-graduation-50:focus-within{
    --tw-ring-offset-color: #03A1B2;
  }

  .md\:focus-within\:ring-offset-graduation-75:focus-within{
    --tw-ring-offset-color: #0C5862;
  }

  .md\:focus-within\:ring-offset-graduation-100:focus-within{
    --tw-ring-offset-color: #01353B;
  }

  .md\:focus-within\:ring-offset-purple-dark:focus-within{
    --tw-ring-offset-color: #95236D;
  }

  .md\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #7B58AE;
  }

  .md\:focus-within\:ring-offset-purple-80:focus-within{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus-within\:ring-offset-purple-bright:focus-within{
    --tw-ring-offset-color: #832873;
  }

  .md\:focus-within\:ring-offset-ultramarine:focus-within{
    --tw-ring-offset-color: #3E3689;
  }

  .md\:focus-within\:ring-offset-accent-red:focus-within{
    --tw-ring-offset-color: #FF7468;
  }

  .md\:focus-within\:ring-offset-accent-red-toned:focus-within{
    --tw-ring-offset-color: #FF7468;
  }

  .md\:focus-within\:ring-offset-error-red:focus-within{
    --tw-ring-offset-color: #BE0028;
  }

  .md\:focus-within\:ring-offset-warning-yellow:focus-within{
    --tw-ring-offset-color: #FFEB3B;
  }

  .md\:focus-within\:ring-offset-success-green:focus-within{
    --tw-ring-offset-color: #84BD00;
  }

  .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-black-80:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .md\:focus-within\:ring-offset-neutrals-100:focus-within{
    --tw-ring-offset-color: #293333;
  }

  .md\:focus-within\:ring-offset-neutrals-00:focus-within{
    --tw-ring-offset-color: #f2f5f5;
  }

  .md\:focus-within\:ring-offset-neutrals-grey:focus-within{
    --tw-ring-offset-color: #b2b2b2;
  }

  .md\:focus-within\:ring-offset-grey:focus-within{
    --tw-ring-offset-color: #dee2e6;
  }

  .md\:focus-within\:ring-offset-light-grey:focus-within{
    --tw-ring-offset-color: #e6e6e6;
  }

  .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-white-transparent:focus-within{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .md\:focus-within\:ring-offset-gradient-bw-start:focus-within{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .md\:focus-within\:ring-offset-gradient-bw-end:focus-within{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .md\:focus\:ring-offset-petrol:focus{
    --tw-ring-offset-color: #0C5862;
  }

  .md\:focus\:ring-offset-graduation-00:focus{
    --tw-ring-offset-color: #ECFCFE;
  }

  .md\:focus\:ring-offset-graduation-25:focus{
    --tw-ring-offset-color: #4BE8FA;
  }

  .md\:focus\:ring-offset-graduation-50:focus{
    --tw-ring-offset-color: #03A1B2;
  }

  .md\:focus\:ring-offset-graduation-75:focus{
    --tw-ring-offset-color: #0C5862;
  }

  .md\:focus\:ring-offset-graduation-100:focus{
    --tw-ring-offset-color: #01353B;
  }

  .md\:focus\:ring-offset-purple-dark:focus{
    --tw-ring-offset-color: #95236D;
  }

  .md\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #7B58AE;
  }

  .md\:focus\:ring-offset-purple-80:focus{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .md\:focus\:ring-offset-purple-bright:focus{
    --tw-ring-offset-color: #832873;
  }

  .md\:focus\:ring-offset-ultramarine:focus{
    --tw-ring-offset-color: #3E3689;
  }

  .md\:focus\:ring-offset-accent-red:focus{
    --tw-ring-offset-color: #FF7468;
  }

  .md\:focus\:ring-offset-accent-red-toned:focus{
    --tw-ring-offset-color: #FF7468;
  }

  .md\:focus\:ring-offset-error-red:focus{
    --tw-ring-offset-color: #BE0028;
  }

  .md\:focus\:ring-offset-warning-yellow:focus{
    --tw-ring-offset-color: #FFEB3B;
  }

  .md\:focus\:ring-offset-success-green:focus{
    --tw-ring-offset-color: #84BD00;
  }

  .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:ring-offset-black-80:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .md\:focus\:ring-offset-neutrals-100:focus{
    --tw-ring-offset-color: #293333;
  }

  .md\:focus\:ring-offset-neutrals-00:focus{
    --tw-ring-offset-color: #f2f5f5;
  }

  .md\:focus\:ring-offset-neutrals-grey:focus{
    --tw-ring-offset-color: #b2b2b2;
  }

  .md\:focus\:ring-offset-grey:focus{
    --tw-ring-offset-color: #dee2e6;
  }

  .md\:focus\:ring-offset-light-grey:focus{
    --tw-ring-offset-color: #e6e6e6;
  }

  .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-white-transparent:focus{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .md\:focus\:ring-offset-gradient-bw-start:focus{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .md\:focus\:ring-offset-gradient-bw-end:focus{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .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: 1440px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1440px){
    .lg\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1920px){
    .lg\:container{
      max-width: 1920px;
    }
  }

  .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: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-1{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-2{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-3{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-4{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-6{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:inset-9{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .lg\:inset-10{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 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-13{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .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.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-1\.5{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .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\.375{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-0\.75{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-1\.25{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:-inset-1{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-2{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:-inset-3{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-6{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-8{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:-inset-9{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .lg\:-inset-10{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -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-13{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .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.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-1\.5{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .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\.375{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-0\.75{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-1\.25{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .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: 0;
    right: 0;
  }

  .lg\:inset-x-1{
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:inset-x-2{
    left: 1rem;
    right: 1rem;
  }

  .lg\:inset-x-3{
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:inset-x-4{
    left: 2rem;
    right: 2rem;
  }

  .lg\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg\:inset-x-6{
    left: 3rem;
    right: 3rem;
  }

  .lg\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .lg\:inset-x-8{
    left: 4rem;
    right: 4rem;
  }

  .lg\:inset-x-9{
    left: 4.5rem;
    right: 4.5rem;
  }

  .lg\:inset-x-10{
    left: 5rem;
    right: 5rem;
  }

  .lg\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .lg\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .lg\:inset-x-13{
    left: 6.5rem;
    right: 6.5rem;
  }

  .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.25rem;
    right: 0.25rem;
  }

  .lg\:inset-x-1\.5{
    left: 1.5rem;
    right: 1.5rem;
  }

  .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\.375{
    left: 0.375rem;
    right: 0.375rem;
  }

  .lg\:inset-x-0\.75{
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg\:inset-x-1\.25{
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg\:-inset-x-1{
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg\:-inset-x-2{
    left: -1rem;
    right: -1rem;
  }

  .lg\:-inset-x-3{
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg\:-inset-x-4{
    left: -2rem;
    right: -2rem;
  }

  .lg\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .lg\:-inset-x-6{
    left: -3rem;
    right: -3rem;
  }

  .lg\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .lg\:-inset-x-8{
    left: -4rem;
    right: -4rem;
  }

  .lg\:-inset-x-9{
    left: -4.5rem;
    right: -4.5rem;
  }

  .lg\:-inset-x-10{
    left: -5rem;
    right: -5rem;
  }

  .lg\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .lg\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .lg\:-inset-x-13{
    left: -6.5rem;
    right: -6.5rem;
  }

  .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.25rem;
    right: -0.25rem;
  }

  .lg\:-inset-x-1\.5{
    left: -1.5rem;
    right: -1.5rem;
  }

  .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\.375{
    left: -0.375rem;
    right: -0.375rem;
  }

  .lg\:-inset-x-0\.75{
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg\:-inset-x-1\.25{
    left: -1.25rem;
    right: -1.25rem;
  }

  .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: 0;
    bottom: 0;
  }

  .lg\:inset-y-1{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-y-2{
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-y-3{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-y-4{
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-y-6{
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-y-8{
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-y-9{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .lg\:inset-y-10{
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-y-13{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .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.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-y-1\.5{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .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\.375{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-y-0\.75{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-y-1\.25{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:-inset-y-1{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-y-2{
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-y-3{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-y-6{
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-y-8{
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-y-9{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .lg\:-inset-y-10{
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-y-13{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .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.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-y-1\.5{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .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\.375{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-y-0\.75{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-y-1\.25{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .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: 0;
  }

  .lg\:top-1{
    top: 0.5rem;
  }

  .lg\:top-2{
    top: 1rem;
  }

  .lg\:top-3{
    top: 1.5rem;
  }

  .lg\:top-4{
    top: 2rem;
  }

  .lg\:top-5{
    top: 1.25rem;
  }

  .lg\:top-6{
    top: 3rem;
  }

  .lg\:top-7{
    top: 1.75rem;
  }

  .lg\:top-8{
    top: 4rem;
  }

  .lg\:top-9{
    top: 4.5rem;
  }

  .lg\:top-10{
    top: 5rem;
  }

  .lg\:top-11{
    top: 2.75rem;
  }

  .lg\:top-12{
    top: 3rem;
  }

  .lg\:top-13{
    top: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:top-1\.5{
    top: 1.5rem;
  }

  .lg\:top-2\.5{
    top: 0.625rem;
  }

  .lg\:top-3\.5{
    top: 0.875rem;
  }

  .lg\:top-0\.375{
    top: 0.375rem;
  }

  .lg\:top-0\.75{
    top: 0.75rem;
  }

  .lg\:top-1\.25{
    top: 1.25rem;
  }

  .lg\:-top-1{
    top: -0.5rem;
  }

  .lg\:-top-2{
    top: -1rem;
  }

  .lg\:-top-3{
    top: -1.5rem;
  }

  .lg\:-top-4{
    top: -2rem;
  }

  .lg\:-top-5{
    top: -1.25rem;
  }

  .lg\:-top-6{
    top: -3rem;
  }

  .lg\:-top-7{
    top: -1.75rem;
  }

  .lg\:-top-8{
    top: -4rem;
  }

  .lg\:-top-9{
    top: -4.5rem;
  }

  .lg\:-top-10{
    top: -5rem;
  }

  .lg\:-top-11{
    top: -2.75rem;
  }

  .lg\:-top-12{
    top: -3rem;
  }

  .lg\:-top-13{
    top: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-top-1\.5{
    top: -1.5rem;
  }

  .lg\:-top-2\.5{
    top: -0.625rem;
  }

  .lg\:-top-3\.5{
    top: -0.875rem;
  }

  .lg\:-top-0\.375{
    top: -0.375rem;
  }

  .lg\:-top-0\.75{
    top: -0.75rem;
  }

  .lg\:-top-1\.25{
    top: -1.25rem;
  }

  .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: 0;
  }

  .lg\:right-1{
    right: 0.5rem;
  }

  .lg\:right-2{
    right: 1rem;
  }

  .lg\:right-3{
    right: 1.5rem;
  }

  .lg\:right-4{
    right: 2rem;
  }

  .lg\:right-5{
    right: 1.25rem;
  }

  .lg\:right-6{
    right: 3rem;
  }

  .lg\:right-7{
    right: 1.75rem;
  }

  .lg\:right-8{
    right: 4rem;
  }

  .lg\:right-9{
    right: 4.5rem;
  }

  .lg\:right-10{
    right: 5rem;
  }

  .lg\:right-11{
    right: 2.75rem;
  }

  .lg\:right-12{
    right: 3rem;
  }

  .lg\:right-13{
    right: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:right-1\.5{
    right: 1.5rem;
  }

  .lg\:right-2\.5{
    right: 0.625rem;
  }

  .lg\:right-3\.5{
    right: 0.875rem;
  }

  .lg\:right-0\.375{
    right: 0.375rem;
  }

  .lg\:right-0\.75{
    right: 0.75rem;
  }

  .lg\:right-1\.25{
    right: 1.25rem;
  }

  .lg\:-right-1{
    right: -0.5rem;
  }

  .lg\:-right-2{
    right: -1rem;
  }

  .lg\:-right-3{
    right: -1.5rem;
  }

  .lg\:-right-4{
    right: -2rem;
  }

  .lg\:-right-5{
    right: -1.25rem;
  }

  .lg\:-right-6{
    right: -3rem;
  }

  .lg\:-right-7{
    right: -1.75rem;
  }

  .lg\:-right-8{
    right: -4rem;
  }

  .lg\:-right-9{
    right: -4.5rem;
  }

  .lg\:-right-10{
    right: -5rem;
  }

  .lg\:-right-11{
    right: -2.75rem;
  }

  .lg\:-right-12{
    right: -3rem;
  }

  .lg\:-right-13{
    right: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-right-1\.5{
    right: -1.5rem;
  }

  .lg\:-right-2\.5{
    right: -0.625rem;
  }

  .lg\:-right-3\.5{
    right: -0.875rem;
  }

  .lg\:-right-0\.375{
    right: -0.375rem;
  }

  .lg\:-right-0\.75{
    right: -0.75rem;
  }

  .lg\:-right-1\.25{
    right: -1.25rem;
  }

  .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: 0;
  }

  .lg\:bottom-1{
    bottom: 0.5rem;
  }

  .lg\:bottom-2{
    bottom: 1rem;
  }

  .lg\:bottom-3{
    bottom: 1.5rem;
  }

  .lg\:bottom-4{
    bottom: 2rem;
  }

  .lg\:bottom-5{
    bottom: 1.25rem;
  }

  .lg\:bottom-6{
    bottom: 3rem;
  }

  .lg\:bottom-7{
    bottom: 1.75rem;
  }

  .lg\:bottom-8{
    bottom: 4rem;
  }

  .lg\:bottom-9{
    bottom: 4.5rem;
  }

  .lg\:bottom-10{
    bottom: 5rem;
  }

  .lg\:bottom-11{
    bottom: 2.75rem;
  }

  .lg\:bottom-12{
    bottom: 3rem;
  }

  .lg\:bottom-13{
    bottom: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:bottom-1\.5{
    bottom: 1.5rem;
  }

  .lg\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .lg\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .lg\:bottom-0\.375{
    bottom: 0.375rem;
  }

  .lg\:bottom-0\.75{
    bottom: 0.75rem;
  }

  .lg\:bottom-1\.25{
    bottom: 1.25rem;
  }

  .lg\:-bottom-1{
    bottom: -0.5rem;
  }

  .lg\:-bottom-2{
    bottom: -1rem;
  }

  .lg\:-bottom-3{
    bottom: -1.5rem;
  }

  .lg\:-bottom-4{
    bottom: -2rem;
  }

  .lg\:-bottom-5{
    bottom: -1.25rem;
  }

  .lg\:-bottom-6{
    bottom: -3rem;
  }

  .lg\:-bottom-7{
    bottom: -1.75rem;
  }

  .lg\:-bottom-8{
    bottom: -4rem;
  }

  .lg\:-bottom-9{
    bottom: -4.5rem;
  }

  .lg\:-bottom-10{
    bottom: -5rem;
  }

  .lg\:-bottom-11{
    bottom: -2.75rem;
  }

  .lg\:-bottom-12{
    bottom: -3rem;
  }

  .lg\:-bottom-13{
    bottom: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-bottom-1\.5{
    bottom: -1.5rem;
  }

  .lg\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .lg\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .lg\:-bottom-0\.375{
    bottom: -0.375rem;
  }

  .lg\:-bottom-0\.75{
    bottom: -0.75rem;
  }

  .lg\:-bottom-1\.25{
    bottom: -1.25rem;
  }

  .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: 0;
  }

  .lg\:left-1{
    left: 0.5rem;
  }

  .lg\:left-2{
    left: 1rem;
  }

  .lg\:left-3{
    left: 1.5rem;
  }

  .lg\:left-4{
    left: 2rem;
  }

  .lg\:left-5{
    left: 1.25rem;
  }

  .lg\:left-6{
    left: 3rem;
  }

  .lg\:left-7{
    left: 1.75rem;
  }

  .lg\:left-8{
    left: 4rem;
  }

  .lg\:left-9{
    left: 4.5rem;
  }

  .lg\:left-10{
    left: 5rem;
  }

  .lg\:left-11{
    left: 2.75rem;
  }

  .lg\:left-12{
    left: 3rem;
  }

  .lg\:left-13{
    left: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:left-1\.5{
    left: 1.5rem;
  }

  .lg\:left-2\.5{
    left: 0.625rem;
  }

  .lg\:left-3\.5{
    left: 0.875rem;
  }

  .lg\:left-0\.375{
    left: 0.375rem;
  }

  .lg\:left-0\.75{
    left: 0.75rem;
  }

  .lg\:left-1\.25{
    left: 1.25rem;
  }

  .lg\:-left-1{
    left: -0.5rem;
  }

  .lg\:-left-2{
    left: -1rem;
  }

  .lg\:-left-3{
    left: -1.5rem;
  }

  .lg\:-left-4{
    left: -2rem;
  }

  .lg\:-left-5{
    left: -1.25rem;
  }

  .lg\:-left-6{
    left: -3rem;
  }

  .lg\:-left-7{
    left: -1.75rem;
  }

  .lg\:-left-8{
    left: -4rem;
  }

  .lg\:-left-9{
    left: -4.5rem;
  }

  .lg\:-left-10{
    left: -5rem;
  }

  .lg\:-left-11{
    left: -2.75rem;
  }

  .lg\:-left-12{
    left: -3rem;
  }

  .lg\:-left-13{
    left: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-left-1\.5{
    left: -1.5rem;
  }

  .lg\:-left-2\.5{
    left: -0.625rem;
  }

  .lg\:-left-3\.5{
    left: -0.875rem;
  }

  .lg\:-left-0\.375{
    left: -0.375rem;
  }

  .lg\:-left-0\.75{
    left: -0.75rem;
  }

  .lg\:-left-1\.25{
    left: -1.25rem;
  }

  .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: 0;
  }

  .lg\:m-1{
    margin: 0.5rem;
  }

  .lg\:m-2{
    margin: 1rem;
  }

  .lg\:m-3{
    margin: 1.5rem;
  }

  .lg\:m-4{
    margin: 2rem;
  }

  .lg\:m-5{
    margin: 1.25rem;
  }

  .lg\:m-6{
    margin: 3rem;
  }

  .lg\:m-7{
    margin: 1.75rem;
  }

  .lg\:m-8{
    margin: 4rem;
  }

  .lg\:m-9{
    margin: 4.5rem;
  }

  .lg\:m-10{
    margin: 5rem;
  }

  .lg\:m-11{
    margin: 2.75rem;
  }

  .lg\:m-12{
    margin: 3rem;
  }

  .lg\:m-13{
    margin: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:m-1\.5{
    margin: 1.5rem;
  }

  .lg\:m-2\.5{
    margin: 0.625rem;
  }

  .lg\:m-3\.5{
    margin: 0.875rem;
  }

  .lg\:m-0\.375{
    margin: 0.375rem;
  }

  .lg\:m-0\.75{
    margin: 0.75rem;
  }

  .lg\:m-1\.25{
    margin: 1.25rem;
  }

  .lg\:-m-1{
    margin: -0.5rem;
  }

  .lg\:-m-2{
    margin: -1rem;
  }

  .lg\:-m-3{
    margin: -1.5rem;
  }

  .lg\:-m-4{
    margin: -2rem;
  }

  .lg\:-m-5{
    margin: -1.25rem;
  }

  .lg\:-m-6{
    margin: -3rem;
  }

  .lg\:-m-7{
    margin: -1.75rem;
  }

  .lg\:-m-8{
    margin: -4rem;
  }

  .lg\:-m-9{
    margin: -4.5rem;
  }

  .lg\:-m-10{
    margin: -5rem;
  }

  .lg\:-m-11{
    margin: -2.75rem;
  }

  .lg\:-m-12{
    margin: -3rem;
  }

  .lg\:-m-13{
    margin: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-m-1\.5{
    margin: -1.5rem;
  }

  .lg\:-m-2\.5{
    margin: -0.625rem;
  }

  .lg\:-m-3\.5{
    margin: -0.875rem;
  }

  .lg\:-m-0\.375{
    margin: -0.375rem;
  }

  .lg\:-m-0\.75{
    margin: -0.75rem;
  }

  .lg\:-m-1\.25{
    margin: -1.25rem;
  }

  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mx-1{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-2{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-3{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-4{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-6{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-8{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-9{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:mx-10{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-13{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .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.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-1\.5{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .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\.375{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:mx-0\.75{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-1\.25{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:-mx-1{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-mx-2{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-3{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-4{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-mx-6{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-mx-8{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-mx-9{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:-mx-10{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-13{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .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.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-mx-1\.5{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .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\.375{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-mx-0\.75{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-1\.25{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:my-1{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-2{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-4{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-6{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-8{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-9{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:my-10{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-13{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .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.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-1\.5{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .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\.375{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-0\.75{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-1\.25{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:-my-1{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-2{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-3{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-4{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-6{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-8{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-9{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:-my-10{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-13{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .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.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-1\.5{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .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\.375{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-my-0\.75{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-1\.25{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mt-1{
    margin-top: 0.5rem;
  }

  .lg\:mt-2{
    margin-top: 1rem;
  }

  .lg\:mt-3{
    margin-top: 1.5rem;
  }

  .lg\:mt-4{
    margin-top: 2rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mt-6{
    margin-top: 3rem;
  }

  .lg\:mt-7{
    margin-top: 1.75rem;
  }

  .lg\:mt-8{
    margin-top: 4rem;
  }

  .lg\:mt-9{
    margin-top: 4.5rem;
  }

  .lg\:mt-10{
    margin-top: 5rem;
  }

  .lg\:mt-11{
    margin-top: 2.75rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-13{
    margin-top: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:mt-1\.5{
    margin-top: 1.5rem;
  }

  .lg\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .lg\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .lg\:mt-0\.375{
    margin-top: 0.375rem;
  }

  .lg\:mt-0\.75{
    margin-top: 0.75rem;
  }

  .lg\:mt-1\.25{
    margin-top: 1.25rem;
  }

  .lg\:-mt-1{
    margin-top: -0.5rem;
  }

  .lg\:-mt-2{
    margin-top: -1rem;
  }

  .lg\:-mt-3{
    margin-top: -1.5rem;
  }

  .lg\:-mt-4{
    margin-top: -2rem;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  .lg\:-mt-6{
    margin-top: -3rem;
  }

  .lg\:-mt-7{
    margin-top: -1.75rem;
  }

  .lg\:-mt-8{
    margin-top: -4rem;
  }

  .lg\:-mt-9{
    margin-top: -4.5rem;
  }

  .lg\:-mt-10{
    margin-top: -5rem;
  }

  .lg\:-mt-11{
    margin-top: -2.75rem;
  }

  .lg\:-mt-12{
    margin-top: -3rem;
  }

  .lg\:-mt-13{
    margin-top: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-mt-1\.5{
    margin-top: -1.5rem;
  }

  .lg\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .lg\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .lg\:-mt-0\.375{
    margin-top: -0.375rem;
  }

  .lg\:-mt-0\.75{
    margin-top: -0.75rem;
  }

  .lg\:-mt-1\.25{
    margin-top: -1.25rem;
  }

  .lg\:mr-0{
    margin-right: 0;
  }

  .lg\:mr-1{
    margin-right: 0.5rem;
  }

  .lg\:mr-2{
    margin-right: 1rem;
  }

  .lg\:mr-3{
    margin-right: 1.5rem;
  }

  .lg\:mr-4{
    margin-right: 2rem;
  }

  .lg\:mr-5{
    margin-right: 1.25rem;
  }

  .lg\:mr-6{
    margin-right: 3rem;
  }

  .lg\:mr-7{
    margin-right: 1.75rem;
  }

  .lg\:mr-8{
    margin-right: 4rem;
  }

  .lg\:mr-9{
    margin-right: 4.5rem;
  }

  .lg\:mr-10{
    margin-right: 5rem;
  }

  .lg\:mr-11{
    margin-right: 2.75rem;
  }

  .lg\:mr-12{
    margin-right: 3rem;
  }

  .lg\:mr-13{
    margin-right: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:mr-1\.5{
    margin-right: 1.5rem;
  }

  .lg\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .lg\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .lg\:mr-0\.375{
    margin-right: 0.375rem;
  }

  .lg\:mr-0\.75{
    margin-right: 0.75rem;
  }

  .lg\:mr-1\.25{
    margin-right: 1.25rem;
  }

  .lg\:-mr-1{
    margin-right: -0.5rem;
  }

  .lg\:-mr-2{
    margin-right: -1rem;
  }

  .lg\:-mr-3{
    margin-right: -1.5rem;
  }

  .lg\:-mr-4{
    margin-right: -2rem;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  .lg\:-mr-6{
    margin-right: -3rem;
  }

  .lg\:-mr-7{
    margin-right: -1.75rem;
  }

  .lg\:-mr-8{
    margin-right: -4rem;
  }

  .lg\:-mr-9{
    margin-right: -4.5rem;
  }

  .lg\:-mr-10{
    margin-right: -5rem;
  }

  .lg\:-mr-11{
    margin-right: -2.75rem;
  }

  .lg\:-mr-12{
    margin-right: -3rem;
  }

  .lg\:-mr-13{
    margin-right: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-mr-1\.5{
    margin-right: -1.5rem;
  }

  .lg\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .lg\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .lg\:-mr-0\.375{
    margin-right: -0.375rem;
  }

  .lg\:-mr-0\.75{
    margin-right: -0.75rem;
  }

  .lg\:-mr-1\.25{
    margin-right: -1.25rem;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:mb-1{
    margin-bottom: 0.5rem;
  }

  .lg\:mb-2{
    margin-bottom: 1rem;
  }

  .lg\:mb-3{
    margin-bottom: 1.5rem;
  }

  .lg\:mb-4{
    margin-bottom: 2rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6{
    margin-bottom: 3rem;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8{
    margin-bottom: 4rem;
  }

  .lg\:mb-9{
    margin-bottom: 4.5rem;
  }

  .lg\:mb-10{
    margin-bottom: 5rem;
  }

  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-13{
    margin-bottom: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:mb-1\.5{
    margin-bottom: 1.5rem;
  }

  .lg\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .lg\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .lg\:mb-0\.375{
    margin-bottom: 0.375rem;
  }

  .lg\:mb-0\.75{
    margin-bottom: 0.75rem;
  }

  .lg\:mb-1\.25{
    margin-bottom: 1.25rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.5rem;
  }

  .lg\:-mb-2{
    margin-bottom: -1rem;
  }

  .lg\:-mb-3{
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-4{
    margin-bottom: -2rem;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .lg\:-mb-6{
    margin-bottom: -3rem;
  }

  .lg\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-8{
    margin-bottom: -4rem;
  }

  .lg\:-mb-9{
    margin-bottom: -4.5rem;
  }

  .lg\:-mb-10{
    margin-bottom: -5rem;
  }

  .lg\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  .lg\:-mb-13{
    margin-bottom: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-mb-1\.5{
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .lg\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .lg\:-mb-0\.375{
    margin-bottom: -0.375rem;
  }

  .lg\:-mb-0\.75{
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-1\.25{
    margin-bottom: -1.25rem;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:ml-1{
    margin-left: 0.5rem;
  }

  .lg\:ml-2{
    margin-left: 1rem;
  }

  .lg\:ml-3{
    margin-left: 1.5rem;
  }

  .lg\:ml-4{
    margin-left: 2rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:ml-6{
    margin-left: 3rem;
  }

  .lg\:ml-7{
    margin-left: 1.75rem;
  }

  .lg\:ml-8{
    margin-left: 4rem;
  }

  .lg\:ml-9{
    margin-left: 4.5rem;
  }

  .lg\:ml-10{
    margin-left: 5rem;
  }

  .lg\:ml-11{
    margin-left: 2.75rem;
  }

  .lg\:ml-12{
    margin-left: 3rem;
  }

  .lg\:ml-13{
    margin-left: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:ml-1\.5{
    margin-left: 1.5rem;
  }

  .lg\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .lg\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .lg\:ml-0\.375{
    margin-left: 0.375rem;
  }

  .lg\:ml-0\.75{
    margin-left: 0.75rem;
  }

  .lg\:ml-1\.25{
    margin-left: 1.25rem;
  }

  .lg\:-ml-1{
    margin-left: -0.5rem;
  }

  .lg\:-ml-2{
    margin-left: -1rem;
  }

  .lg\:-ml-3{
    margin-left: -1.5rem;
  }

  .lg\:-ml-4{
    margin-left: -2rem;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  .lg\:-ml-6{
    margin-left: -3rem;
  }

  .lg\:-ml-7{
    margin-left: -1.75rem;
  }

  .lg\:-ml-8{
    margin-left: -4rem;
  }

  .lg\:-ml-9{
    margin-left: -4.5rem;
  }

  .lg\:-ml-10{
    margin-left: -5rem;
  }

  .lg\:-ml-11{
    margin-left: -2.75rem;
  }

  .lg\:-ml-12{
    margin-left: -3rem;
  }

  .lg\:-ml-13{
    margin-left: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-ml-1\.5{
    margin-left: -1.5rem;
  }

  .lg\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .lg\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .lg\:-ml-0\.375{
    margin-left: -0.375rem;
  }

  .lg\:-ml-0\.75{
    margin-left: -0.75rem;
  }

  .lg\:-ml-1\.25{
    margin-left: -1.25rem;
  }

  .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: 0;
  }

  .lg\:h-1{
    height: 0.5rem;
  }

  .lg\:h-2{
    height: 1rem;
  }

  .lg\:h-3{
    height: 1.5rem;
  }

  .lg\:h-4{
    height: 2rem;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-6{
    height: 3rem;
  }

  .lg\:h-7{
    height: 1.75rem;
  }

  .lg\:h-8{
    height: 4rem;
  }

  .lg\:h-9{
    height: 4.5rem;
  }

  .lg\:h-10{
    height: 5rem;
  }

  .lg\:h-11{
    height: 2.75rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-13{
    height: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:h-1\.5{
    height: 1.5rem;
  }

  .lg\:h-2\.5{
    height: 0.625rem;
  }

  .lg\:h-3\.5{
    height: 0.875rem;
  }

  .lg\:h-0\.375{
    height: 0.375rem;
  }

  .lg\:h-0\.75{
    height: 0.75rem;
  }

  .lg\:h-1\.25{
    height: 1.25rem;
  }

  .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: 0;
  }

  .lg\:max-h-1{
    max-height: 0.5rem;
  }

  .lg\:max-h-2{
    max-height: 1rem;
  }

  .lg\:max-h-3{
    max-height: 1.5rem;
  }

  .lg\:max-h-4{
    max-height: 2rem;
  }

  .lg\:max-h-5{
    max-height: 1.25rem;
  }

  .lg\:max-h-6{
    max-height: 3rem;
  }

  .lg\:max-h-7{
    max-height: 1.75rem;
  }

  .lg\:max-h-8{
    max-height: 4rem;
  }

  .lg\:max-h-9{
    max-height: 4.5rem;
  }

  .lg\:max-h-10{
    max-height: 5rem;
  }

  .lg\:max-h-11{
    max-height: 2.75rem;
  }

  .lg\:max-h-12{
    max-height: 3rem;
  }

  .lg\:max-h-13{
    max-height: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:max-h-1\.5{
    max-height: 1.5rem;
  }

  .lg\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .lg\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .lg\:max-h-0\.375{
    max-height: 0.375rem;
  }

  .lg\:max-h-0\.75{
    max-height: 0.75rem;
  }

  .lg\:max-h-1\.25{
    max-height: 1.25rem;
  }

  .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: 0;
  }

  .lg\:w-1{
    width: 0.5rem;
  }

  .lg\:w-2{
    width: 1rem;
  }

  .lg\:w-3{
    width: 1.5rem;
  }

  .lg\:w-4{
    width: 2rem;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:w-6{
    width: 3rem;
  }

  .lg\:w-7{
    width: 1.75rem;
  }

  .lg\:w-8{
    width: 4rem;
  }

  .lg\:w-9{
    width: 4.5rem;
  }

  .lg\:w-10{
    width: 5rem;
  }

  .lg\:w-11{
    width: 2.75rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-13{
    width: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:w-1\.5{
    width: 1.5rem;
  }

  .lg\:w-2\.5{
    width: 0.625rem;
  }

  .lg\:w-3\.5{
    width: 0.875rem;
  }

  .lg\:w-0\.375{
    width: 0.375rem;
  }

  .lg\:w-0\.75{
    width: 0.75rem;
  }

  .lg\:w-1\.25{
    width: 1.25rem;
  }

  .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-sm-md{
    max-width: 768px;
  }

  .lg\:max-w-screen-md{
    max-width: 1024px;
  }

  .lg\:max-w-screen-lg{
    max-width: 1440px;
  }

  .lg\:max-w-screen-xl{
    max-width: 1920px;
  }

  .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: 0;
  }

  .lg\:translate-x-1{
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-2{
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-3{
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-4{
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .lg\:translate-x-6{
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .lg\:translate-x-8{
    --tw-translate-x: 4rem;
  }

  .lg\:translate-x-9{
    --tw-translate-x: 4.5rem;
  }

  .lg\:translate-x-10{
    --tw-translate-x: 5rem;
  }

  .lg\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .lg\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-13{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:translate-x-1\.5{
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .lg\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .lg\:translate-x-0\.375{
    --tw-translate-x: 0.375rem;
  }

  .lg\:translate-x-0\.75{
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-1\.25{
    --tw-translate-x: 1.25rem;
  }

  .lg\:-translate-x-1{
    --tw-translate-x: -0.5rem;
  }

  .lg\:-translate-x-2{
    --tw-translate-x: -1rem;
  }

  .lg\:-translate-x-3{
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-4{
    --tw-translate-x: -2rem;
  }

  .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6{
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .lg\:-translate-x-8{
    --tw-translate-x: -4rem;
  }

  .lg\:-translate-x-9{
    --tw-translate-x: -4.5rem;
  }

  .lg\:-translate-x-10{
    --tw-translate-x: -5rem;
  }

  .lg\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .lg\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-13{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-translate-x-1\.5{
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .lg\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .lg\:-translate-x-0\.375{
    --tw-translate-x: -0.375rem;
  }

  .lg\:-translate-x-0\.75{
    --tw-translate-x: -0.75rem;
  }

  .lg\:-translate-x-1\.25{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .lg\:translate-y-1{
    --tw-translate-y: 0.5rem;
  }

  .lg\:translate-y-2{
    --tw-translate-y: 1rem;
  }

  .lg\:translate-y-3{
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-4{
    --tw-translate-y: 2rem;
  }

  .lg\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .lg\:translate-y-6{
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .lg\:translate-y-8{
    --tw-translate-y: 4rem;
  }

  .lg\:translate-y-9{
    --tw-translate-y: 4.5rem;
  }

  .lg\:translate-y-10{
    --tw-translate-y: 5rem;
  }

  .lg\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .lg\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-13{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:translate-y-1\.5{
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .lg\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .lg\:translate-y-0\.375{
    --tw-translate-y: 0.375rem;
  }

  .lg\:translate-y-0\.75{
    --tw-translate-y: 0.75rem;
  }

  .lg\:translate-y-1\.25{
    --tw-translate-y: 1.25rem;
  }

  .lg\:-translate-y-1{
    --tw-translate-y: -0.5rem;
  }

  .lg\:-translate-y-2{
    --tw-translate-y: -1rem;
  }

  .lg\:-translate-y-3{
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-4{
    --tw-translate-y: -2rem;
  }

  .lg\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6{
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .lg\:-translate-y-8{
    --tw-translate-y: -4rem;
  }

  .lg\:-translate-y-9{
    --tw-translate-y: -4.5rem;
  }

  .lg\:-translate-y-10{
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .lg\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-13{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:-translate-y-1\.5{
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .lg\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .lg\:-translate-y-0\.375{
    --tw-translate-y: -0.375rem;
  }

  .lg\:-translate-y-0\.75{
    --tw-translate-y: -0.75rem;
  }

  .lg\:-translate-y-1\.25{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-9:hover{
    --tw-translate-x: 4.5rem;
  }

  .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 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-13:hover{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 1.5rem;
  }

  .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\.375:hover{
    --tw-translate-x: 0.375rem;
  }

  .lg\:hover\:translate-x-0\.75:hover{
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-1\.25:hover{
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -4.5rem;
  }

  .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -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-13:hover{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -1.5rem;
  }

  .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\.375:hover{
    --tw-translate-x: -0.375rem;
  }

  .lg\:hover\:-translate-x-0\.75:hover{
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-1\.25:hover{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-9:hover{
    --tw-translate-y: 4.5rem;
  }

  .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 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-13:hover{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 1.5rem;
  }

  .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\.375:hover{
    --tw-translate-y: 0.375rem;
  }

  .lg\:hover\:translate-y-0\.75:hover{
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-1\.25:hover{
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -4.5rem;
  }

  .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -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-13:hover{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -1.5rem;
  }

  .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\.375:hover{
    --tw-translate-y: -0.375rem;
  }

  .lg\:hover\:-translate-y-0\.75:hover{
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-1\.25:hover{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-9:focus{
    --tw-translate-x: 4.5rem;
  }

  .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 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-13:focus{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 1.5rem;
  }

  .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\.375:focus{
    --tw-translate-x: 0.375rem;
  }

  .lg\:focus\:translate-x-0\.75:focus{
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-1\.25:focus{
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -4.5rem;
  }

  .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -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-13:focus{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -1.5rem;
  }

  .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\.375:focus{
    --tw-translate-x: -0.375rem;
  }

  .lg\:focus\:-translate-x-0\.75:focus{
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-1\.25:focus{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-9:focus{
    --tw-translate-y: 4.5rem;
  }

  .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 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-13:focus{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 1.5rem;
  }

  .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\.375:focus{
    --tw-translate-y: 0.375rem;
  }

  .lg\:focus\:translate-y-0\.75:focus{
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-1\.25:focus{
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -4.5rem;
  }

  .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -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-13:focus{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .lg\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -1.5rem;
  }

  .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\.375:focus{
    --tw-translate-y: -0.375rem;
  }

  .lg\:focus\:-translate-y-0\.75:focus{
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-1\.25:focus{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .lg\:gap-1{
    gap: 0.5rem;
  }

  .lg\:gap-2{
    gap: 1rem;
  }

  .lg\:gap-3{
    gap: 1.5rem;
  }

  .lg\:gap-4{
    gap: 2rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-6{
    gap: 3rem;
  }

  .lg\:gap-7{
    gap: 1.75rem;
  }

  .lg\:gap-8{
    gap: 4rem;
  }

  .lg\:gap-9{
    gap: 4.5rem;
  }

  .lg\:gap-10{
    gap: 5rem;
  }

  .lg\:gap-11{
    gap: 2.75rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-13{
    gap: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:gap-1\.5{
    gap: 1.5rem;
  }

  .lg\:gap-2\.5{
    gap: 0.625rem;
  }

  .lg\:gap-3\.5{
    gap: 0.875rem;
  }

  .lg\:gap-0\.375{
    gap: 0.375rem;
  }

  .lg\:gap-0\.75{
    gap: 0.75rem;
  }

  .lg\:gap-1\.25{
    gap: 1.25rem;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:gap-x-1{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-2{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-3{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-4{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-6{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-9{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 5rem;
         column-gap: 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-13{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .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.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-1\.5{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-x-0\.375{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:gap-x-0\.75{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-1\.25{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-y-0{
    row-gap: 0;
  }

  .lg\:gap-y-1{
    row-gap: 0.5rem;
  }

  .lg\:gap-y-2{
    row-gap: 1rem;
  }

  .lg\:gap-y-3{
    row-gap: 1.5rem;
  }

  .lg\:gap-y-4{
    row-gap: 2rem;
  }

  .lg\:gap-y-5{
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6{
    row-gap: 3rem;
  }

  .lg\:gap-y-7{
    row-gap: 1.75rem;
  }

  .lg\:gap-y-8{
    row-gap: 4rem;
  }

  .lg\:gap-y-9{
    row-gap: 4.5rem;
  }

  .lg\:gap-y-10{
    row-gap: 5rem;
  }

  .lg\:gap-y-11{
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12{
    row-gap: 3rem;
  }

  .lg\:gap-y-13{
    row-gap: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:gap-y-1\.5{
    row-gap: 1.5rem;
  }

  .lg\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .lg\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .lg\:gap-y-0\.375{
    row-gap: 0.375rem;
  }

  .lg\:gap-y-0\.75{
    row-gap: 0.75rem;
  }

  .lg\:gap-y-1\.25{
    row-gap: 1.25rem;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .lg\:divide-petrol > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
  }

  .lg\:divide-graduation-00 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-graduation-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-graduation-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-divide-opacity));
  }

  .lg\:divide-graduation-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
  }

  .lg\:divide-graduation-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-divide-opacity));
  }

  .lg\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:divide-purple-bright > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-divide-opacity));
  }

  .lg\:divide-ultramarine > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-divide-opacity));
  }

  .lg\:divide-accent-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
  }

  .lg\:divide-accent-red-toned > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
  }

  .lg\:divide-error-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-divide-opacity));
  }

  .lg\:divide-warning-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-divide-opacity));
  }

  .lg\:divide-success-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-black-80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .lg\:divide-neutrals-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-divide-opacity));
  }

  .lg\:divide-neutrals-00 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-neutrals-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-divide-opacity));
  }

  .lg\:divide-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .lg\:divide-light-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255,255,255,0);
  }

  .lg\:divide-gradient-bw-start > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(231, 231, 231, 1);
  }

  .lg\:divide-gradient-bw-end > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(231, 231, 231, 0);
  }

  .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-0\.25{
    border-radius: 0.25rem;
  }

  .lg\:rounded{
    border-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-t{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .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-0\.25{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-r{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 1rem;
  }

  .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-petrol{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .lg\:border-graduation-00{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .lg\:border-graduation-25{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .lg\:border-graduation-50{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .lg\:border-graduation-75{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .lg\:border-graduation-100{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .lg\:border-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .lg\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .lg\:border-purple-80{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:border-purple-bright{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .lg\:border-ultramarine{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .lg\:border-accent-red{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .lg\:border-accent-red-toned{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .lg\:border-error-red{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .lg\:border-warning-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .lg\:border-success-green{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .lg\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-black-80{
    border-color: rgba(0,0,0,.8);
  }

  .lg\:border-neutrals-100{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .lg\:border-neutrals-00{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .lg\:border-neutrals-grey{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .lg\:border-grey{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg\:border-light-grey{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-white-transparent{
    border-color: rgba(255,255,255,0);
  }

  .lg\:border-gradient-bw-start{
    border-color: rgba(231, 231, 231, 1);
  }

  .lg\:border-gradient-bw-end{
    border-color: rgba(231, 231, 231, 0);
  }

  .group:hover .lg\:group-hover\:border-petrol{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-graduation-00{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-graduation-25{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-graduation-50{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-graduation-75{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-graduation-100{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-80{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .lg\:group-hover\:border-purple-bright{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-ultramarine{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-accent-red{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-accent-red-toned{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-error-red{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warning-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-success-green{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-80{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .lg\:group-hover\:border-neutrals-100{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutrals-00{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutrals-grey{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-light-grey{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent{
    border-color: rgba(255,255,255,0);
  }

  .group:hover .lg\:group-hover\:border-gradient-bw-start{
    border-color: rgba(231, 231, 231, 1);
  }

  .group:hover .lg\:group-hover\:border-gradient-bw-end{
    border-color: rgba(231, 231, 231, 0);
  }

  .lg\:focus-within\:border-petrol:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-graduation-00:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-graduation-25:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-graduation-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-graduation-75:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-graduation-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-80:focus-within{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus-within\:border-purple-bright:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-ultramarine:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-accent-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-accent-red-toned:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-error-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warning-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-success-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-80:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .lg\:focus-within\:border-neutrals-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutrals-00:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutrals-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-light-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    border-color: rgba(255,255,255,0);
  }

  .lg\:focus-within\:border-gradient-bw-start:focus-within{
    border-color: rgba(231, 231, 231, 1);
  }

  .lg\:focus-within\:border-gradient-bw-end:focus-within{
    border-color: rgba(231, 231, 231, 0);
  }

  .lg\:hover\:border-petrol:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .lg\:hover\:border-graduation-00:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-graduation-25:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-graduation-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .lg\:hover\:border-graduation-75:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .lg\:hover\:border-graduation-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-80:hover{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:hover\:border-purple-bright:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .lg\:hover\:border-ultramarine:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .lg\:hover\:border-accent-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .lg\:hover\:border-accent-red-toned:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .lg\:hover\:border-error-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warning-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .lg\:hover\:border-success-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-80:hover{
    border-color: rgba(0,0,0,.8);
  }

  .lg\:hover\:border-neutrals-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutrals-00:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutrals-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg\:hover\:border-light-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:hover{
    border-color: rgba(255,255,255,0);
  }

  .lg\:hover\:border-gradient-bw-start:hover{
    border-color: rgba(231, 231, 231, 1);
  }

  .lg\:hover\:border-gradient-bw-end:hover{
    border-color: rgba(231, 231, 231, 0);
  }

  .lg\:focus\:border-petrol:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .lg\:focus\:border-graduation-00:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-graduation-25:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-graduation-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .lg\:focus\:border-graduation-75:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .lg\:focus\:border-graduation-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-80:focus{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus\:border-purple-bright:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .lg\:focus\:border-ultramarine:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .lg\:focus\:border-accent-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .lg\:focus\:border-accent-red-toned:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .lg\:focus\:border-error-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warning-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .lg\:focus\:border-success-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-80:focus{
    border-color: rgba(0,0,0,.8);
  }

  .lg\:focus\:border-neutrals-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutrals-00:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutrals-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg\:focus\:border-light-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:focus{
    border-color: rgba(255,255,255,0);
  }

  .lg\:focus\:border-gradient-bw-start:focus{
    border-color: rgba(231, 231, 231, 1);
  }

  .lg\:focus\:border-gradient-bw-end:focus{
    border-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .lg\:bg-graduation-00{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-graduation-25{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-graduation-50{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .lg\:bg-graduation-75{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .lg\:bg-graduation-100{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .lg\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-80{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:bg-purple-bright{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .lg\:bg-ultramarine{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .lg\:bg-accent-red{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .lg\:bg-accent-red-toned{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .lg\:bg-error-red{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .lg\:bg-warning-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .lg\:bg-success-green{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-black-80{
    background-color: rgba(0,0,0,.8);
  }

  .lg\:bg-neutrals-100{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .lg\:bg-neutrals-00{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-neutrals-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .lg\:bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-white-transparent{
    background-color: rgba(255,255,255,0);
  }

  .lg\:bg-gradient-bw-start{
    background-color: rgba(231, 231, 231, 1);
  }

  .lg\:bg-gradient-bw-end{
    background-color: rgba(231, 231, 231, 0);
  }

  .group:hover .lg\:group-hover\:bg-petrol{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-graduation-00{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-graduation-25{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-graduation-50{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-graduation-75{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-graduation-100{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-80{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .lg\:group-hover\:bg-purple-bright{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-ultramarine{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-accent-red{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-accent-red-toned{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-error-red{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warning-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-success-green{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-80{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .lg\:group-hover\:bg-neutrals-100{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutrals-00{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutrals-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent{
    background-color: rgba(255,255,255,0);
  }

  .group:hover .lg\:group-hover\:bg-gradient-bw-start{
    background-color: rgba(231, 231, 231, 1);
  }

  .group:hover .lg\:group-hover\:bg-gradient-bw-end{
    background-color: rgba(231, 231, 231, 0);
  }

  .lg\:focus-within\:bg-petrol:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-graduation-00:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-graduation-25:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-graduation-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-graduation-75:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-graduation-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-80:focus-within{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus-within\:bg-purple-bright:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-ultramarine:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-accent-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-accent-red-toned:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-error-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warning-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-success-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-80:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .lg\:focus-within\:bg-neutrals-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutrals-00:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutrals-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-light-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    background-color: rgba(255,255,255,0);
  }

  .lg\:focus-within\:bg-gradient-bw-start:focus-within{
    background-color: rgba(231, 231, 231, 1);
  }

  .lg\:focus-within\:bg-gradient-bw-end:focus-within{
    background-color: rgba(231, 231, 231, 0);
  }

  .lg\:hover\:bg-petrol:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-graduation-00:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-graduation-25:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-graduation-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-graduation-75:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-graduation-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-80:hover{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:hover\:bg-purple-bright:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-ultramarine:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-accent-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-accent-red-toned:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-error-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warning-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-success-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-80:hover{
    background-color: rgba(0,0,0,.8);
  }

  .lg\:hover\:bg-neutrals-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutrals-00:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutrals-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-light-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:hover{
    background-color: rgba(255,255,255,0);
  }

  .lg\:hover\:bg-gradient-bw-start:hover{
    background-color: rgba(231, 231, 231, 1);
  }

  .lg\:hover\:bg-gradient-bw-end:hover{
    background-color: rgba(231, 231, 231, 0);
  }

  .lg\:focus\:bg-petrol:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-graduation-00:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-graduation-25:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-graduation-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-graduation-75:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-graduation-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-80:focus{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus\:bg-purple-bright:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-ultramarine:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-accent-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-accent-red-toned:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-error-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warning-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-success-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-80:focus{
    background-color: rgba(0,0,0,.8);
  }

  .lg\:focus\:bg-neutrals-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutrals-00:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutrals-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-light-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:focus{
    background-color: rgba(255,255,255,0);
  }

  .lg\:focus\:bg-gradient-bw-start:focus{
    background-color: rgba(231, 231, 231, 1);
  }

  .lg\:focus\:bg-gradient-bw-end:focus{
    background-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:from-graduation-00{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .lg\:from-graduation-25{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .lg\:from-graduation-50{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .lg\:from-graduation-75{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:from-graduation-100{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .lg\:from-purple-dark{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .lg\:from-purple{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:from-purple-80{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:from-purple-bright{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .lg\:from-ultramarine{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .lg\:from-accent-red{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:from-accent-red-toned{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:from-error-red{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .lg\:from-warning-yellow{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .lg\:from-success-green{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-neutrals-100{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .lg\:from-neutrals-00{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .lg\:from-neutrals-grey{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .lg\:from-grey{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .lg\:from-light-grey{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-gradient-bw-start{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:from-gradient-bw-end{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:hover\:from-petrol:hover{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:hover\:from-graduation-00:hover{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .lg\:hover\:from-graduation-25:hover{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .lg\:hover\:from-graduation-50:hover{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .lg\:hover\:from-graduation-75:hover{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:hover\:from-graduation-100:hover{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .lg\:hover\:from-purple-dark:hover{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .lg\:hover\:from-purple:hover{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:hover\:from-purple-80:hover{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:hover\:from-purple-bright:hover{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .lg\:hover\:from-ultramarine:hover{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .lg\:hover\:from-accent-red:hover{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:hover\:from-accent-red-toned:hover{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:hover\:from-error-red:hover{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .lg\:hover\:from-warning-yellow:hover{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .lg\:hover\:from-success-green:hover{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-neutrals-100:hover{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .lg\:hover\:from-neutrals-00:hover{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .lg\:hover\:from-neutrals-grey:hover{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .lg\:hover\:from-grey:hover{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .lg\:hover\:from-light-grey:hover{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:hover{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-gradient-bw-start:hover{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:hover\:from-gradient-bw-end:hover{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:focus\:from-petrol:focus{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:focus\:from-graduation-00:focus{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .lg\:focus\:from-graduation-25:focus{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .lg\:focus\:from-graduation-50:focus{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .lg\:focus\:from-graduation-75:focus{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:focus\:from-graduation-100:focus{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .lg\:focus\:from-purple-dark:focus{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .lg\:focus\:from-purple:focus{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:focus\:from-purple-80:focus{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:focus\:from-purple-bright:focus{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .lg\:focus\:from-ultramarine:focus{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .lg\:focus\:from-accent-red:focus{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:focus\:from-accent-red-toned:focus{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:focus\:from-error-red:focus{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .lg\:focus\:from-warning-yellow:focus{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .lg\:focus\:from-success-green:focus{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-neutrals-100:focus{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .lg\:focus\:from-neutrals-00:focus{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .lg\:focus\:from-neutrals-grey:focus{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .lg\:focus\:from-grey:focus{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .lg\:focus\:from-light-grey:focus{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-gradient-bw-start:focus{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:focus\:from-gradient-bw-end:focus{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:via-petrol{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:via-graduation-00{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .lg\:via-graduation-25{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .lg\:via-graduation-50{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .lg\:via-graduation-75{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:via-graduation-100{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .lg\:via-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .lg\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:via-purple-80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:via-purple-bright{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .lg\:via-ultramarine{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .lg\:via-accent-red{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:via-accent-red-toned{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:via-error-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .lg\:via-warning-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .lg\:via-success-green{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 0));
  }

  .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-black-80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-neutrals-100{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .lg\:via-neutrals-00{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .lg\:via-neutrals-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .lg\:via-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .lg\:via-light-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-white-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-gradient-bw-start{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:via-gradient-bw-end{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:hover\:via-petrol:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:hover\:via-graduation-00:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .lg\:hover\:via-graduation-25:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .lg\:hover\:via-graduation-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .lg\:hover\:via-graduation-75:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:hover\:via-graduation-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .lg\:hover\:via-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .lg\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:hover\:via-purple-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:hover\:via-purple-bright:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .lg\:hover\:via-ultramarine:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .lg\:hover\:via-accent-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:hover\:via-accent-red-toned:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:hover\:via-error-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .lg\:hover\:via-warning-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .lg\:hover\:via-success-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-neutrals-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .lg\:hover\:via-neutrals-00:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .lg\:hover\:via-neutrals-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .lg\:hover\:via-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .lg\:hover\:via-light-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-gradient-bw-start:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:hover\:via-gradient-bw-end:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:focus\:via-petrol:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:focus\:via-graduation-00:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .lg\:focus\:via-graduation-25:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .lg\:focus\:via-graduation-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .lg\:focus\:via-graduation-75:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .lg\:focus\:via-graduation-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .lg\:focus\:via-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .lg\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:focus\:via-purple-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .lg\:focus\:via-purple-bright:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .lg\:focus\:via-ultramarine:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .lg\:focus\:via-accent-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:focus\:via-accent-red-toned:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .lg\:focus\:via-error-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .lg\:focus\:via-warning-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .lg\:focus\:via-success-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-neutrals-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .lg\:focus\:via-neutrals-00:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .lg\:focus\:via-neutrals-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .lg\:focus\:via-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .lg\:focus\:via-light-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-gradient-bw-start:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:focus\:via-gradient-bw-end:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .lg\:to-petrol{
    --tw-gradient-to: #0C5862;
  }

  .lg\:to-graduation-00{
    --tw-gradient-to: #ECFCFE;
  }

  .lg\:to-graduation-25{
    --tw-gradient-to: #4BE8FA;
  }

  .lg\:to-graduation-50{
    --tw-gradient-to: #03A1B2;
  }

  .lg\:to-graduation-75{
    --tw-gradient-to: #0C5862;
  }

  .lg\:to-graduation-100{
    --tw-gradient-to: #01353B;
  }

  .lg\:to-purple-dark{
    --tw-gradient-to: #95236D;
  }

  .lg\:to-purple{
    --tw-gradient-to: #7B58AE;
  }

  .lg\:to-purple-80{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .lg\:to-purple-bright{
    --tw-gradient-to: #832873;
  }

  .lg\:to-ultramarine{
    --tw-gradient-to: #3E3689;
  }

  .lg\:to-accent-red{
    --tw-gradient-to: #FF7468;
  }

  .lg\:to-accent-red-toned{
    --tw-gradient-to: #FF7468;
  }

  .lg\:to-error-red{
    --tw-gradient-to: #BE0028;
  }

  .lg\:to-warning-yellow{
    --tw-gradient-to: #FFEB3B;
  }

  .lg\:to-success-green{
    --tw-gradient-to: #84BD00;
  }

  .lg\:to-black{
    --tw-gradient-to: #000;
  }

  .lg\:to-black-80{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .lg\:to-neutrals-100{
    --tw-gradient-to: #293333;
  }

  .lg\:to-neutrals-00{
    --tw-gradient-to: #f2f5f5;
  }

  .lg\:to-neutrals-grey{
    --tw-gradient-to: #b2b2b2;
  }

  .lg\:to-grey{
    --tw-gradient-to: #dee2e6;
  }

  .lg\:to-light-grey{
    --tw-gradient-to: #e6e6e6;
  }

  .lg\:to-white{
    --tw-gradient-to: #fff;
  }

  .lg\:to-white-transparent{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .lg\:to-gradient-bw-start{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .lg\:to-gradient-bw-end{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .lg\:hover\:to-petrol:hover{
    --tw-gradient-to: #0C5862;
  }

  .lg\:hover\:to-graduation-00:hover{
    --tw-gradient-to: #ECFCFE;
  }

  .lg\:hover\:to-graduation-25:hover{
    --tw-gradient-to: #4BE8FA;
  }

  .lg\:hover\:to-graduation-50:hover{
    --tw-gradient-to: #03A1B2;
  }

  .lg\:hover\:to-graduation-75:hover{
    --tw-gradient-to: #0C5862;
  }

  .lg\:hover\:to-graduation-100:hover{
    --tw-gradient-to: #01353B;
  }

  .lg\:hover\:to-purple-dark:hover{
    --tw-gradient-to: #95236D;
  }

  .lg\:hover\:to-purple:hover{
    --tw-gradient-to: #7B58AE;
  }

  .lg\:hover\:to-purple-80:hover{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .lg\:hover\:to-purple-bright:hover{
    --tw-gradient-to: #832873;
  }

  .lg\:hover\:to-ultramarine:hover{
    --tw-gradient-to: #3E3689;
  }

  .lg\:hover\:to-accent-red:hover{
    --tw-gradient-to: #FF7468;
  }

  .lg\:hover\:to-accent-red-toned:hover{
    --tw-gradient-to: #FF7468;
  }

  .lg\:hover\:to-error-red:hover{
    --tw-gradient-to: #BE0028;
  }

  .lg\:hover\:to-warning-yellow:hover{
    --tw-gradient-to: #FFEB3B;
  }

  .lg\:hover\:to-success-green:hover{
    --tw-gradient-to: #84BD00;
  }

  .lg\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-black-80:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .lg\:hover\:to-neutrals-100:hover{
    --tw-gradient-to: #293333;
  }

  .lg\:hover\:to-neutrals-00:hover{
    --tw-gradient-to: #f2f5f5;
  }

  .lg\:hover\:to-neutrals-grey:hover{
    --tw-gradient-to: #b2b2b2;
  }

  .lg\:hover\:to-grey:hover{
    --tw-gradient-to: #dee2e6;
  }

  .lg\:hover\:to-light-grey:hover{
    --tw-gradient-to: #e6e6e6;
  }

  .lg\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-white-transparent:hover{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .lg\:hover\:to-gradient-bw-start:hover{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .lg\:hover\:to-gradient-bw-end:hover{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .lg\:focus\:to-petrol:focus{
    --tw-gradient-to: #0C5862;
  }

  .lg\:focus\:to-graduation-00:focus{
    --tw-gradient-to: #ECFCFE;
  }

  .lg\:focus\:to-graduation-25:focus{
    --tw-gradient-to: #4BE8FA;
  }

  .lg\:focus\:to-graduation-50:focus{
    --tw-gradient-to: #03A1B2;
  }

  .lg\:focus\:to-graduation-75:focus{
    --tw-gradient-to: #0C5862;
  }

  .lg\:focus\:to-graduation-100:focus{
    --tw-gradient-to: #01353B;
  }

  .lg\:focus\:to-purple-dark:focus{
    --tw-gradient-to: #95236D;
  }

  .lg\:focus\:to-purple:focus{
    --tw-gradient-to: #7B58AE;
  }

  .lg\:focus\:to-purple-80:focus{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus\:to-purple-bright:focus{
    --tw-gradient-to: #832873;
  }

  .lg\:focus\:to-ultramarine:focus{
    --tw-gradient-to: #3E3689;
  }

  .lg\:focus\:to-accent-red:focus{
    --tw-gradient-to: #FF7468;
  }

  .lg\:focus\:to-accent-red-toned:focus{
    --tw-gradient-to: #FF7468;
  }

  .lg\:focus\:to-error-red:focus{
    --tw-gradient-to: #BE0028;
  }

  .lg\:focus\:to-warning-yellow:focus{
    --tw-gradient-to: #FFEB3B;
  }

  .lg\:focus\:to-success-green:focus{
    --tw-gradient-to: #84BD00;
  }

  .lg\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-black-80:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .lg\:focus\:to-neutrals-100:focus{
    --tw-gradient-to: #293333;
  }

  .lg\:focus\:to-neutrals-00:focus{
    --tw-gradient-to: #f2f5f5;
  }

  .lg\:focus\:to-neutrals-grey:focus{
    --tw-gradient-to: #b2b2b2;
  }

  .lg\:focus\:to-grey:focus{
    --tw-gradient-to: #dee2e6;
  }

  .lg\:focus\:to-light-grey:focus{
    --tw-gradient-to: #e6e6e6;
  }

  .lg\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-white-transparent:focus{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .lg\:focus\:to-gradient-bw-start:focus{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .lg\:focus\:to-gradient-bw-end:focus{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .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: 0;
  }

  .lg\:p-1{
    padding: 0.5rem;
  }

  .lg\:p-2{
    padding: 1rem;
  }

  .lg\:p-3{
    padding: 1.5rem;
  }

  .lg\:p-4{
    padding: 2rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-6{
    padding: 3rem;
  }

  .lg\:p-7{
    padding: 1.75rem;
  }

  .lg\:p-8{
    padding: 4rem;
  }

  .lg\:p-9{
    padding: 4.5rem;
  }

  .lg\:p-10{
    padding: 5rem;
  }

  .lg\:p-11{
    padding: 2.75rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-13{
    padding: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:p-1\.5{
    padding: 1.5rem;
  }

  .lg\:p-2\.5{
    padding: 0.625rem;
  }

  .lg\:p-3\.5{
    padding: 0.875rem;
  }

  .lg\:p-0\.375{
    padding: 0.375rem;
  }

  .lg\:p-0\.75{
    padding: 0.75rem;
  }

  .lg\:p-1\.25{
    padding: 1.25rem;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-1{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-2{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-3{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-4{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-9{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:px-10{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-13{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .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.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-1\.5{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-0\.375{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-0\.75{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-1\.25{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:py-1{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-2{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-3{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-4{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-9{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:py-10{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-13{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .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.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-1\.5{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-0\.375{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-0\.75{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-1\.25{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pt-1{
    padding-top: 0.5rem;
  }

  .lg\:pt-2{
    padding-top: 1rem;
  }

  .lg\:pt-3{
    padding-top: 1.5rem;
  }

  .lg\:pt-4{
    padding-top: 2rem;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

  .lg\:pt-6{
    padding-top: 3rem;
  }

  .lg\:pt-7{
    padding-top: 1.75rem;
  }

  .lg\:pt-8{
    padding-top: 4rem;
  }

  .lg\:pt-9{
    padding-top: 4.5rem;
  }

  .lg\:pt-10{
    padding-top: 5rem;
  }

  .lg\:pt-11{
    padding-top: 2.75rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pt-13{
    padding-top: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:pt-1\.5{
    padding-top: 1.5rem;
  }

  .lg\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .lg\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .lg\:pt-0\.375{
    padding-top: 0.375rem;
  }

  .lg\:pt-0\.75{
    padding-top: 0.75rem;
  }

  .lg\:pt-1\.25{
    padding-top: 1.25rem;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pr-1{
    padding-right: 0.5rem;
  }

  .lg\:pr-2{
    padding-right: 1rem;
  }

  .lg\:pr-3{
    padding-right: 1.5rem;
  }

  .lg\:pr-4{
    padding-right: 2rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pr-6{
    padding-right: 3rem;
  }

  .lg\:pr-7{
    padding-right: 1.75rem;
  }

  .lg\:pr-8{
    padding-right: 4rem;
  }

  .lg\:pr-9{
    padding-right: 4.5rem;
  }

  .lg\:pr-10{
    padding-right: 5rem;
  }

  .lg\:pr-11{
    padding-right: 2.75rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pr-13{
    padding-right: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:pr-1\.5{
    padding-right: 1.5rem;
  }

  .lg\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .lg\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .lg\:pr-0\.375{
    padding-right: 0.375rem;
  }

  .lg\:pr-0\.75{
    padding-right: 0.75rem;
  }

  .lg\:pr-1\.25{
    padding-right: 1.25rem;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pb-1{
    padding-bottom: 0.5rem;
  }

  .lg\:pb-2{
    padding-bottom: 1rem;
  }

  .lg\:pb-3{
    padding-bottom: 1.5rem;
  }

  .lg\:pb-4{
    padding-bottom: 2rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6{
    padding-bottom: 3rem;
  }

  .lg\:pb-7{
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8{
    padding-bottom: 4rem;
  }

  .lg\:pb-9{
    padding-bottom: 4.5rem;
  }

  .lg\:pb-10{
    padding-bottom: 5rem;
  }

  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-13{
    padding-bottom: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:pb-1\.5{
    padding-bottom: 1.5rem;
  }

  .lg\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .lg\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .lg\:pb-0\.375{
    padding-bottom: 0.375rem;
  }

  .lg\:pb-0\.75{
    padding-bottom: 0.75rem;
  }

  .lg\:pb-1\.25{
    padding-bottom: 1.25rem;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pl-1{
    padding-left: 0.5rem;
  }

  .lg\:pl-2{
    padding-left: 1rem;
  }

  .lg\:pl-3{
    padding-left: 1.5rem;
  }

  .lg\:pl-4{
    padding-left: 2rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pl-6{
    padding-left: 3rem;
  }

  .lg\:pl-7{
    padding-left: 1.75rem;
  }

  .lg\:pl-8{
    padding-left: 4rem;
  }

  .lg\:pl-9{
    padding-left: 4.5rem;
  }

  .lg\:pl-10{
    padding-left: 5rem;
  }

  .lg\:pl-11{
    padding-left: 2.75rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pl-13{
    padding-left: 6.5rem;
  }

  .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.25rem;
  }

  .lg\:pl-1\.5{
    padding-left: 1.5rem;
  }

  .lg\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .lg\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .lg\:pl-0\.375{
    padding-left: 0.375rem;
  }

  .lg\:pl-0\.75{
    padding-left: 0.75rem;
  }

  .lg\:pl-1\.25{
    padding-left: 1.25rem;
  }

  .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-kavivanar{
    font-family: kavivanarregular, sans-serif;
  }

  .lg\:font-alkatra{
    font-family: alkatraregular, sans-serif;
  }

  .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\:text-typo-clou-md{
    font-size: 5rem;
    line-height: 6rem;
  }

  .lg\:text-typo-clou{
    font-size: 2rem;
    line-height: 3rem;
  }

  .lg\:text-intro-md{
    font-size: 2rem;
    line-height: 3rem;
  }

  .lg\:text-intro{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-intro-condensed{
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .lg\:text-intro-condensed-md{
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .lg\:text-copy-md{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-copy{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .lg\:text-button-label{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .lg\:text-button-label-md{
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .lg\:text-caption{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-caption-md{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-caption-small{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-caption-small-md{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-caption-very-small{
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .lg\:text-caption-very-small-md{
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .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-tightest{
    letter-spacing: -.075em;
  }

  .lg\:tracking-tighter{
    letter-spacing: -.05em;
  }

  .lg\:tracking-tight{
    letter-spacing: -.025em;
  }

  .lg\:tracking-normal{
    letter-spacing: 0;
  }

  .lg\:tracking-wide{
    letter-spacing: .025em;
  }

  .lg\:tracking-wider{
    letter-spacing: .05em;
  }

  .lg\:tracking-widest{
    letter-spacing: .25em;
  }

  .lg\:text-petrol{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .lg\:text-graduation-00{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .lg\:text-graduation-25{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .lg\:text-graduation-50{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .lg\:text-graduation-75{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .lg\:text-graduation-100{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .lg\:text-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .lg\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .lg\:text-purple-80{
    color: rgba(123, 88, 174, 0.8);
  }

  .lg\:text-purple-bright{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .lg\:text-ultramarine{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .lg\:text-accent-red{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .lg\:text-accent-red-toned{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .lg\:text-error-red{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .lg\:text-warning-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .lg\:text-success-green{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-black-80{
    color: rgba(0,0,0,.8);
  }

  .lg\:text-neutrals-100{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .lg\:text-neutrals-00{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .lg\:text-neutrals-grey{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .lg\:text-grey{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg\:text-light-grey{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-white-transparent{
    color: rgba(255,255,255,0);
  }

  .lg\:text-gradient-bw-start{
    color: rgba(231, 231, 231, 1);
  }

  .lg\:text-gradient-bw-end{
    color: rgba(231, 231, 231, 0);
  }

  .group:hover .lg\:group-hover\:text-petrol{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-graduation-00{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-graduation-25{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-graduation-50{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-graduation-75{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-graduation-100{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-80{
    color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .lg\:group-hover\:text-purple-bright{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-ultramarine{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-accent-red{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-accent-red-toned{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-error-red{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warning-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-success-green{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-80{
    color: rgba(0,0,0,.8);
  }

  .group:hover .lg\:group-hover\:text-neutrals-100{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutrals-00{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutrals-grey{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-light-grey{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent{
    color: rgba(255,255,255,0);
  }

  .group:hover .lg\:group-hover\:text-gradient-bw-start{
    color: rgba(231, 231, 231, 1);
  }

  .group:hover .lg\:group-hover\:text-gradient-bw-end{
    color: rgba(231, 231, 231, 0);
  }

  .lg\:focus-within\:text-petrol:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-graduation-00:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-graduation-25:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-graduation-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-graduation-75:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-graduation-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple:focus-within{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-80:focus-within{
    color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus-within\:text-purple-bright:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-ultramarine:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-accent-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-accent-red-toned:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-error-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warning-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-success-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-80:focus-within{
    color: rgba(0,0,0,.8);
  }

  .lg\:focus-within\:text-neutrals-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutrals-00:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutrals-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-light-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    color: rgba(255,255,255,0);
  }

  .lg\:focus-within\:text-gradient-bw-start:focus-within{
    color: rgba(231, 231, 231, 1);
  }

  .lg\:focus-within\:text-gradient-bw-end:focus-within{
    color: rgba(231, 231, 231, 0);
  }

  .lg\:hover\:text-petrol:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .lg\:hover\:text-graduation-00:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-graduation-25:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-graduation-50:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .lg\:hover\:text-graduation-75:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .lg\:hover\:text-graduation-100:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-80:hover{
    color: rgba(123, 88, 174, 0.8);
  }

  .lg\:hover\:text-purple-bright:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .lg\:hover\:text-ultramarine:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .lg\:hover\:text-accent-red:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .lg\:hover\:text-accent-red-toned:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .lg\:hover\:text-error-red:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warning-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .lg\:hover\:text-success-green:hover{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-80:hover{
    color: rgba(0,0,0,.8);
  }

  .lg\:hover\:text-neutrals-100:hover{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutrals-00:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutrals-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg\:hover\:text-light-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:hover{
    color: rgba(255,255,255,0);
  }

  .lg\:hover\:text-gradient-bw-start:hover{
    color: rgba(231, 231, 231, 1);
  }

  .lg\:hover\:text-gradient-bw-end:hover{
    color: rgba(231, 231, 231, 0);
  }

  .lg\:focus\:text-petrol:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .lg\:focus\:text-graduation-00:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-graduation-25:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-graduation-50:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .lg\:focus\:text-graduation-75:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .lg\:focus\:text-graduation-100:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-80:focus{
    color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus\:text-purple-bright:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .lg\:focus\:text-ultramarine:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .lg\:focus\:text-accent-red:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .lg\:focus\:text-accent-red-toned:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .lg\:focus\:text-error-red:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warning-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .lg\:focus\:text-success-green:focus{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-80:focus{
    color: rgba(0,0,0,.8);
  }

  .lg\:focus\:text-neutrals-100:focus{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutrals-00:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutrals-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg\:focus\:text-light-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus{
    color: rgba(255,255,255,0);
  }

  .lg\:focus\:text-gradient-bw-start:focus{
    color: rgba(231, 231, 231, 1);
  }

  .lg\:focus\:text-gradient-bw-end:focus{
    color: rgba(231, 231, 231, 0);
  }

  .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-petrol::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-petrol::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-graduation-00::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-graduation-00::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-graduation-25::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-graduation-25::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-graduation-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-graduation-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-graduation-75::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-graduation-75::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-graduation-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-graduation-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-80::-moz-placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .lg\:placeholder-purple-80::placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .lg\:placeholder-purple-bright::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-bright::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-ultramarine::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-ultramarine::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-accent-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-accent-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-accent-red-toned::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-accent-red-toned::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warning-yellow::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warning-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-success-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-success-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-80::-moz-placeholder{
    color: rgba(0,0,0,.8);
  }

  .lg\:placeholder-black-80::placeholder{
    color: rgba(0,0,0,.8);
  }

  .lg\:placeholder-neutrals-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutrals-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutrals-00::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutrals-00::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutrals-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutrals-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-light-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-light-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent::-moz-placeholder{
    color: rgba(255,255,255,0);
  }

  .lg\:placeholder-white-transparent::placeholder{
    color: rgba(255,255,255,0);
  }

  .lg\:placeholder-gradient-bw-start::-moz-placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .lg\:placeholder-gradient-bw-start::placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .lg\:placeholder-gradient-bw-end::-moz-placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .lg\:placeholder-gradient-bw-end::placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .lg\:focus\:placeholder-petrol:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-petrol:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-graduation-00:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-graduation-00:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-graduation-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-graduation-25:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-graduation-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-graduation-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-graduation-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-graduation-75:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-graduation-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-graduation-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-80:focus::-moz-placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus\:placeholder-purple-80:focus::placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus\:placeholder-purple-bright:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-bright:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-ultramarine:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-ultramarine:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-accent-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-accent-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-accent-red-toned:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-accent-red-toned:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warning-yellow:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warning-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-success-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-success-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-80:focus::-moz-placeholder{
    color: rgba(0,0,0,.8);
  }

  .lg\:focus\:placeholder-black-80:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .lg\:focus\:placeholder-neutrals-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutrals-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutrals-00:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutrals-00:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutrals-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutrals-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-light-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-light-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus::-moz-placeholder{
    color: rgba(255,255,255,0);
  }

  .lg\:focus\:placeholder-white-transparent:focus::placeholder{
    color: rgba(255,255,255,0);
  }

  .lg\:focus\:placeholder-gradient-bw-start:focus::-moz-placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .lg\:focus\:placeholder-gradient-bw-start:focus::placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .lg\:focus\:placeholder-gradient-bw-end:focus::-moz-placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .lg\:focus\:placeholder-gradient-bw-end:focus::placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-5{
    opacity: 0.05;
  }

  .lg\:opacity-10{
    opacity: 0.1;
  }

  .lg\:opacity-20{
    opacity: 0.2;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-30{
    opacity: 0.3;
  }

  .lg\:opacity-40{
    opacity: 0.4;
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:opacity-60{
    opacity: 0.6;
  }

  .lg\:opacity-70{
    opacity: 0.7;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-80{
    opacity: 0.8;
  }

  .lg\:opacity-90{
    opacity: 0.9;
  }

  .lg\:opacity-95{
    opacity: 0.95;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .lg\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .lg\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .lg\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .lg\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .lg\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .lg\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .lg\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .lg\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .lg\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .lg\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .lg\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .lg\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .lg\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color{
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .lg\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .lg\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .lg\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .lg\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .lg\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .lg\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .lg\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .lg\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .lg\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .lg\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .lg\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .lg\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .lg\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .lg\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .lg\:mix-blend-color{
    mix-blend-mode: color;
  }

  .lg\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .lg\:shadow-default{
    --tw-shadow: 0px 2px 20px 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-default{
    --tw-shadow: 0px 2px 20px 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-default:focus-within{
    --tw-shadow: 0px 2px 20px 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-default:hover{
    --tw-shadow: 0px 2px 20px 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-default:focus{
    --tw-shadow: 0px 2px 20px 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\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .lg\:ring-petrol{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .lg\:ring-graduation-00{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-graduation-25{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-graduation-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .lg\:ring-graduation-75{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .lg\:ring-graduation-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .lg\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-80{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:ring-purple-bright{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .lg\:ring-ultramarine{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .lg\:ring-accent-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .lg\:ring-accent-red-toned{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .lg\:ring-error-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .lg\:ring-warning-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .lg\:ring-success-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-black-80{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .lg\:ring-neutrals-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .lg\:ring-neutrals-00{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-neutrals-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .lg\:ring-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .lg\:ring-light-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .lg\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-white-transparent{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .lg\:ring-gradient-bw-start{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .lg\:ring-gradient-bw-end{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .lg\:focus-within\:ring-petrol:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-graduation-00:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-graduation-25:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-graduation-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-graduation-75:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-graduation-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-80:focus-within{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus-within\:ring-purple-bright:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-ultramarine:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-accent-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-accent-red-toned:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-error-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warning-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-success-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-80:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .lg\:focus-within\:ring-neutrals-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutrals-00:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutrals-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-light-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .lg\:focus-within\:ring-gradient-bw-start:focus-within{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .lg\:focus-within\:ring-gradient-bw-end:focus-within{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .lg\:focus\:ring-petrol:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-graduation-00:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-graduation-25:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-graduation-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-graduation-75:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-graduation-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-80:focus{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus\:ring-purple-bright:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-ultramarine:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-accent-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-accent-red-toned:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-error-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warning-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-success-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-80:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .lg\:focus\:ring-neutrals-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutrals-00:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutrals-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-light-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .lg\:focus\:ring-gradient-bw-start:focus{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .lg\:focus\:ring-gradient-bw-end:focus{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-ring-offset-color: #0C5862;
  }

  .lg\:ring-offset-graduation-00{
    --tw-ring-offset-color: #ECFCFE;
  }

  .lg\:ring-offset-graduation-25{
    --tw-ring-offset-color: #4BE8FA;
  }

  .lg\:ring-offset-graduation-50{
    --tw-ring-offset-color: #03A1B2;
  }

  .lg\:ring-offset-graduation-75{
    --tw-ring-offset-color: #0C5862;
  }

  .lg\:ring-offset-graduation-100{
    --tw-ring-offset-color: #01353B;
  }

  .lg\:ring-offset-purple-dark{
    --tw-ring-offset-color: #95236D;
  }

  .lg\:ring-offset-purple{
    --tw-ring-offset-color: #7B58AE;
  }

  .lg\:ring-offset-purple-80{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:ring-offset-purple-bright{
    --tw-ring-offset-color: #832873;
  }

  .lg\:ring-offset-ultramarine{
    --tw-ring-offset-color: #3E3689;
  }

  .lg\:ring-offset-accent-red{
    --tw-ring-offset-color: #FF7468;
  }

  .lg\:ring-offset-accent-red-toned{
    --tw-ring-offset-color: #FF7468;
  }

  .lg\:ring-offset-error-red{
    --tw-ring-offset-color: #BE0028;
  }

  .lg\:ring-offset-warning-yellow{
    --tw-ring-offset-color: #FFEB3B;
  }

  .lg\:ring-offset-success-green{
    --tw-ring-offset-color: #84BD00;
  }

  .lg\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-black-80{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .lg\:ring-offset-neutrals-100{
    --tw-ring-offset-color: #293333;
  }

  .lg\:ring-offset-neutrals-00{
    --tw-ring-offset-color: #f2f5f5;
  }

  .lg\:ring-offset-neutrals-grey{
    --tw-ring-offset-color: #b2b2b2;
  }

  .lg\:ring-offset-grey{
    --tw-ring-offset-color: #dee2e6;
  }

  .lg\:ring-offset-light-grey{
    --tw-ring-offset-color: #e6e6e6;
  }

  .lg\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-white-transparent{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .lg\:ring-offset-gradient-bw-start{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .lg\:ring-offset-gradient-bw-end{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .lg\:focus-within\:ring-offset-petrol:focus-within{
    --tw-ring-offset-color: #0C5862;
  }

  .lg\:focus-within\:ring-offset-graduation-00:focus-within{
    --tw-ring-offset-color: #ECFCFE;
  }

  .lg\:focus-within\:ring-offset-graduation-25:focus-within{
    --tw-ring-offset-color: #4BE8FA;
  }

  .lg\:focus-within\:ring-offset-graduation-50:focus-within{
    --tw-ring-offset-color: #03A1B2;
  }

  .lg\:focus-within\:ring-offset-graduation-75:focus-within{
    --tw-ring-offset-color: #0C5862;
  }

  .lg\:focus-within\:ring-offset-graduation-100:focus-within{
    --tw-ring-offset-color: #01353B;
  }

  .lg\:focus-within\:ring-offset-purple-dark:focus-within{
    --tw-ring-offset-color: #95236D;
  }

  .lg\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #7B58AE;
  }

  .lg\:focus-within\:ring-offset-purple-80:focus-within{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus-within\:ring-offset-purple-bright:focus-within{
    --tw-ring-offset-color: #832873;
  }

  .lg\:focus-within\:ring-offset-ultramarine:focus-within{
    --tw-ring-offset-color: #3E3689;
  }

  .lg\:focus-within\:ring-offset-accent-red:focus-within{
    --tw-ring-offset-color: #FF7468;
  }

  .lg\:focus-within\:ring-offset-accent-red-toned:focus-within{
    --tw-ring-offset-color: #FF7468;
  }

  .lg\:focus-within\:ring-offset-error-red:focus-within{
    --tw-ring-offset-color: #BE0028;
  }

  .lg\:focus-within\:ring-offset-warning-yellow:focus-within{
    --tw-ring-offset-color: #FFEB3B;
  }

  .lg\:focus-within\:ring-offset-success-green:focus-within{
    --tw-ring-offset-color: #84BD00;
  }

  .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-black-80:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .lg\:focus-within\:ring-offset-neutrals-100:focus-within{
    --tw-ring-offset-color: #293333;
  }

  .lg\:focus-within\:ring-offset-neutrals-00:focus-within{
    --tw-ring-offset-color: #f2f5f5;
  }

  .lg\:focus-within\:ring-offset-neutrals-grey:focus-within{
    --tw-ring-offset-color: #b2b2b2;
  }

  .lg\:focus-within\:ring-offset-grey:focus-within{
    --tw-ring-offset-color: #dee2e6;
  }

  .lg\:focus-within\:ring-offset-light-grey:focus-within{
    --tw-ring-offset-color: #e6e6e6;
  }

  .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-white-transparent:focus-within{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .lg\:focus-within\:ring-offset-gradient-bw-start:focus-within{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .lg\:focus-within\:ring-offset-gradient-bw-end:focus-within{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .lg\:focus\:ring-offset-petrol:focus{
    --tw-ring-offset-color: #0C5862;
  }

  .lg\:focus\:ring-offset-graduation-00:focus{
    --tw-ring-offset-color: #ECFCFE;
  }

  .lg\:focus\:ring-offset-graduation-25:focus{
    --tw-ring-offset-color: #4BE8FA;
  }

  .lg\:focus\:ring-offset-graduation-50:focus{
    --tw-ring-offset-color: #03A1B2;
  }

  .lg\:focus\:ring-offset-graduation-75:focus{
    --tw-ring-offset-color: #0C5862;
  }

  .lg\:focus\:ring-offset-graduation-100:focus{
    --tw-ring-offset-color: #01353B;
  }

  .lg\:focus\:ring-offset-purple-dark:focus{
    --tw-ring-offset-color: #95236D;
  }

  .lg\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #7B58AE;
  }

  .lg\:focus\:ring-offset-purple-80:focus{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .lg\:focus\:ring-offset-purple-bright:focus{
    --tw-ring-offset-color: #832873;
  }

  .lg\:focus\:ring-offset-ultramarine:focus{
    --tw-ring-offset-color: #3E3689;
  }

  .lg\:focus\:ring-offset-accent-red:focus{
    --tw-ring-offset-color: #FF7468;
  }

  .lg\:focus\:ring-offset-accent-red-toned:focus{
    --tw-ring-offset-color: #FF7468;
  }

  .lg\:focus\:ring-offset-error-red:focus{
    --tw-ring-offset-color: #BE0028;
  }

  .lg\:focus\:ring-offset-warning-yellow:focus{
    --tw-ring-offset-color: #FFEB3B;
  }

  .lg\:focus\:ring-offset-success-green:focus{
    --tw-ring-offset-color: #84BD00;
  }

  .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:ring-offset-black-80:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .lg\:focus\:ring-offset-neutrals-100:focus{
    --tw-ring-offset-color: #293333;
  }

  .lg\:focus\:ring-offset-neutrals-00:focus{
    --tw-ring-offset-color: #f2f5f5;
  }

  .lg\:focus\:ring-offset-neutrals-grey:focus{
    --tw-ring-offset-color: #b2b2b2;
  }

  .lg\:focus\:ring-offset-grey:focus{
    --tw-ring-offset-color: #dee2e6;
  }

  .lg\:focus\:ring-offset-light-grey:focus{
    --tw-ring-offset-color: #e6e6e6;
  }

  .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-white-transparent:focus{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .lg\:focus\:ring-offset-gradient-bw-start:focus{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .lg\:focus\:ring-offset-gradient-bw-end:focus{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .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: 1920px){
  .xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1440px){
    .xl\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1920px){
    .xl\:container{
      max-width: 1920px;
    }
  }

  .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: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-1{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-2{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-3{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-4{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-6{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:inset-9{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .xl\:inset-10{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 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-13{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .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.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-1\.5{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .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\.375{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-0\.75{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-1\.25{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:-inset-1{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-2{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:-inset-3{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-6{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-8{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:-inset-9{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .xl\:-inset-10{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -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-13{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .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.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-1\.5{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .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\.375{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-0\.75{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-1\.25{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .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: 0;
    right: 0;
  }

  .xl\:inset-x-1{
    left: 0.5rem;
    right: 0.5rem;
  }

  .xl\:inset-x-2{
    left: 1rem;
    right: 1rem;
  }

  .xl\:inset-x-3{
    left: 1.5rem;
    right: 1.5rem;
  }

  .xl\:inset-x-4{
    left: 2rem;
    right: 2rem;
  }

  .xl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .xl\:inset-x-6{
    left: 3rem;
    right: 3rem;
  }

  .xl\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .xl\:inset-x-8{
    left: 4rem;
    right: 4rem;
  }

  .xl\:inset-x-9{
    left: 4.5rem;
    right: 4.5rem;
  }

  .xl\:inset-x-10{
    left: 5rem;
    right: 5rem;
  }

  .xl\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .xl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .xl\:inset-x-13{
    left: 6.5rem;
    right: 6.5rem;
  }

  .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.25rem;
    right: 0.25rem;
  }

  .xl\:inset-x-1\.5{
    left: 1.5rem;
    right: 1.5rem;
  }

  .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\.375{
    left: 0.375rem;
    right: 0.375rem;
  }

  .xl\:inset-x-0\.75{
    left: 0.75rem;
    right: 0.75rem;
  }

  .xl\:inset-x-1\.25{
    left: 1.25rem;
    right: 1.25rem;
  }

  .xl\:-inset-x-1{
    left: -0.5rem;
    right: -0.5rem;
  }

  .xl\:-inset-x-2{
    left: -1rem;
    right: -1rem;
  }

  .xl\:-inset-x-3{
    left: -1.5rem;
    right: -1.5rem;
  }

  .xl\:-inset-x-4{
    left: -2rem;
    right: -2rem;
  }

  .xl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .xl\:-inset-x-6{
    left: -3rem;
    right: -3rem;
  }

  .xl\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .xl\:-inset-x-8{
    left: -4rem;
    right: -4rem;
  }

  .xl\:-inset-x-9{
    left: -4.5rem;
    right: -4.5rem;
  }

  .xl\:-inset-x-10{
    left: -5rem;
    right: -5rem;
  }

  .xl\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .xl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .xl\:-inset-x-13{
    left: -6.5rem;
    right: -6.5rem;
  }

  .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.25rem;
    right: -0.25rem;
  }

  .xl\:-inset-x-1\.5{
    left: -1.5rem;
    right: -1.5rem;
  }

  .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\.375{
    left: -0.375rem;
    right: -0.375rem;
  }

  .xl\:-inset-x-0\.75{
    left: -0.75rem;
    right: -0.75rem;
  }

  .xl\:-inset-x-1\.25{
    left: -1.25rem;
    right: -1.25rem;
  }

  .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: 0;
    bottom: 0;
  }

  .xl\:inset-y-1{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-y-2{
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-y-3{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-y-4{
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-y-6{
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-y-8{
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-y-9{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .xl\:inset-y-10{
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-y-13{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .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.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-y-1\.5{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .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\.375{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:inset-y-0\.75{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-y-1\.25{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:-inset-y-1{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:-inset-y-2{
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:-inset-y-3{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:-inset-y-6{
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:-inset-y-8{
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:-inset-y-9{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .xl\:-inset-y-10{
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-y-13{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .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.25rem;
    bottom: -0.25rem;
  }

  .xl\:-inset-y-1\.5{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .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\.375{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:-inset-y-0\.75{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:-inset-y-1\.25{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .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: 0;
  }

  .xl\:top-1{
    top: 0.5rem;
  }

  .xl\:top-2{
    top: 1rem;
  }

  .xl\:top-3{
    top: 1.5rem;
  }

  .xl\:top-4{
    top: 2rem;
  }

  .xl\:top-5{
    top: 1.25rem;
  }

  .xl\:top-6{
    top: 3rem;
  }

  .xl\:top-7{
    top: 1.75rem;
  }

  .xl\:top-8{
    top: 4rem;
  }

  .xl\:top-9{
    top: 4.5rem;
  }

  .xl\:top-10{
    top: 5rem;
  }

  .xl\:top-11{
    top: 2.75rem;
  }

  .xl\:top-12{
    top: 3rem;
  }

  .xl\:top-13{
    top: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:top-1\.5{
    top: 1.5rem;
  }

  .xl\:top-2\.5{
    top: 0.625rem;
  }

  .xl\:top-3\.5{
    top: 0.875rem;
  }

  .xl\:top-0\.375{
    top: 0.375rem;
  }

  .xl\:top-0\.75{
    top: 0.75rem;
  }

  .xl\:top-1\.25{
    top: 1.25rem;
  }

  .xl\:-top-1{
    top: -0.5rem;
  }

  .xl\:-top-2{
    top: -1rem;
  }

  .xl\:-top-3{
    top: -1.5rem;
  }

  .xl\:-top-4{
    top: -2rem;
  }

  .xl\:-top-5{
    top: -1.25rem;
  }

  .xl\:-top-6{
    top: -3rem;
  }

  .xl\:-top-7{
    top: -1.75rem;
  }

  .xl\:-top-8{
    top: -4rem;
  }

  .xl\:-top-9{
    top: -4.5rem;
  }

  .xl\:-top-10{
    top: -5rem;
  }

  .xl\:-top-11{
    top: -2.75rem;
  }

  .xl\:-top-12{
    top: -3rem;
  }

  .xl\:-top-13{
    top: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-top-1\.5{
    top: -1.5rem;
  }

  .xl\:-top-2\.5{
    top: -0.625rem;
  }

  .xl\:-top-3\.5{
    top: -0.875rem;
  }

  .xl\:-top-0\.375{
    top: -0.375rem;
  }

  .xl\:-top-0\.75{
    top: -0.75rem;
  }

  .xl\:-top-1\.25{
    top: -1.25rem;
  }

  .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: 0;
  }

  .xl\:right-1{
    right: 0.5rem;
  }

  .xl\:right-2{
    right: 1rem;
  }

  .xl\:right-3{
    right: 1.5rem;
  }

  .xl\:right-4{
    right: 2rem;
  }

  .xl\:right-5{
    right: 1.25rem;
  }

  .xl\:right-6{
    right: 3rem;
  }

  .xl\:right-7{
    right: 1.75rem;
  }

  .xl\:right-8{
    right: 4rem;
  }

  .xl\:right-9{
    right: 4.5rem;
  }

  .xl\:right-10{
    right: 5rem;
  }

  .xl\:right-11{
    right: 2.75rem;
  }

  .xl\:right-12{
    right: 3rem;
  }

  .xl\:right-13{
    right: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:right-1\.5{
    right: 1.5rem;
  }

  .xl\:right-2\.5{
    right: 0.625rem;
  }

  .xl\:right-3\.5{
    right: 0.875rem;
  }

  .xl\:right-0\.375{
    right: 0.375rem;
  }

  .xl\:right-0\.75{
    right: 0.75rem;
  }

  .xl\:right-1\.25{
    right: 1.25rem;
  }

  .xl\:-right-1{
    right: -0.5rem;
  }

  .xl\:-right-2{
    right: -1rem;
  }

  .xl\:-right-3{
    right: -1.5rem;
  }

  .xl\:-right-4{
    right: -2rem;
  }

  .xl\:-right-5{
    right: -1.25rem;
  }

  .xl\:-right-6{
    right: -3rem;
  }

  .xl\:-right-7{
    right: -1.75rem;
  }

  .xl\:-right-8{
    right: -4rem;
  }

  .xl\:-right-9{
    right: -4.5rem;
  }

  .xl\:-right-10{
    right: -5rem;
  }

  .xl\:-right-11{
    right: -2.75rem;
  }

  .xl\:-right-12{
    right: -3rem;
  }

  .xl\:-right-13{
    right: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-right-1\.5{
    right: -1.5rem;
  }

  .xl\:-right-2\.5{
    right: -0.625rem;
  }

  .xl\:-right-3\.5{
    right: -0.875rem;
  }

  .xl\:-right-0\.375{
    right: -0.375rem;
  }

  .xl\:-right-0\.75{
    right: -0.75rem;
  }

  .xl\:-right-1\.25{
    right: -1.25rem;
  }

  .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: 0;
  }

  .xl\:bottom-1{
    bottom: 0.5rem;
  }

  .xl\:bottom-2{
    bottom: 1rem;
  }

  .xl\:bottom-3{
    bottom: 1.5rem;
  }

  .xl\:bottom-4{
    bottom: 2rem;
  }

  .xl\:bottom-5{
    bottom: 1.25rem;
  }

  .xl\:bottom-6{
    bottom: 3rem;
  }

  .xl\:bottom-7{
    bottom: 1.75rem;
  }

  .xl\:bottom-8{
    bottom: 4rem;
  }

  .xl\:bottom-9{
    bottom: 4.5rem;
  }

  .xl\:bottom-10{
    bottom: 5rem;
  }

  .xl\:bottom-11{
    bottom: 2.75rem;
  }

  .xl\:bottom-12{
    bottom: 3rem;
  }

  .xl\:bottom-13{
    bottom: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:bottom-1\.5{
    bottom: 1.5rem;
  }

  .xl\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .xl\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .xl\:bottom-0\.375{
    bottom: 0.375rem;
  }

  .xl\:bottom-0\.75{
    bottom: 0.75rem;
  }

  .xl\:bottom-1\.25{
    bottom: 1.25rem;
  }

  .xl\:-bottom-1{
    bottom: -0.5rem;
  }

  .xl\:-bottom-2{
    bottom: -1rem;
  }

  .xl\:-bottom-3{
    bottom: -1.5rem;
  }

  .xl\:-bottom-4{
    bottom: -2rem;
  }

  .xl\:-bottom-5{
    bottom: -1.25rem;
  }

  .xl\:-bottom-6{
    bottom: -3rem;
  }

  .xl\:-bottom-7{
    bottom: -1.75rem;
  }

  .xl\:-bottom-8{
    bottom: -4rem;
  }

  .xl\:-bottom-9{
    bottom: -4.5rem;
  }

  .xl\:-bottom-10{
    bottom: -5rem;
  }

  .xl\:-bottom-11{
    bottom: -2.75rem;
  }

  .xl\:-bottom-12{
    bottom: -3rem;
  }

  .xl\:-bottom-13{
    bottom: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-bottom-1\.5{
    bottom: -1.5rem;
  }

  .xl\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .xl\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .xl\:-bottom-0\.375{
    bottom: -0.375rem;
  }

  .xl\:-bottom-0\.75{
    bottom: -0.75rem;
  }

  .xl\:-bottom-1\.25{
    bottom: -1.25rem;
  }

  .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: 0;
  }

  .xl\:left-1{
    left: 0.5rem;
  }

  .xl\:left-2{
    left: 1rem;
  }

  .xl\:left-3{
    left: 1.5rem;
  }

  .xl\:left-4{
    left: 2rem;
  }

  .xl\:left-5{
    left: 1.25rem;
  }

  .xl\:left-6{
    left: 3rem;
  }

  .xl\:left-7{
    left: 1.75rem;
  }

  .xl\:left-8{
    left: 4rem;
  }

  .xl\:left-9{
    left: 4.5rem;
  }

  .xl\:left-10{
    left: 5rem;
  }

  .xl\:left-11{
    left: 2.75rem;
  }

  .xl\:left-12{
    left: 3rem;
  }

  .xl\:left-13{
    left: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:left-1\.5{
    left: 1.5rem;
  }

  .xl\:left-2\.5{
    left: 0.625rem;
  }

  .xl\:left-3\.5{
    left: 0.875rem;
  }

  .xl\:left-0\.375{
    left: 0.375rem;
  }

  .xl\:left-0\.75{
    left: 0.75rem;
  }

  .xl\:left-1\.25{
    left: 1.25rem;
  }

  .xl\:-left-1{
    left: -0.5rem;
  }

  .xl\:-left-2{
    left: -1rem;
  }

  .xl\:-left-3{
    left: -1.5rem;
  }

  .xl\:-left-4{
    left: -2rem;
  }

  .xl\:-left-5{
    left: -1.25rem;
  }

  .xl\:-left-6{
    left: -3rem;
  }

  .xl\:-left-7{
    left: -1.75rem;
  }

  .xl\:-left-8{
    left: -4rem;
  }

  .xl\:-left-9{
    left: -4.5rem;
  }

  .xl\:-left-10{
    left: -5rem;
  }

  .xl\:-left-11{
    left: -2.75rem;
  }

  .xl\:-left-12{
    left: -3rem;
  }

  .xl\:-left-13{
    left: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-left-1\.5{
    left: -1.5rem;
  }

  .xl\:-left-2\.5{
    left: -0.625rem;
  }

  .xl\:-left-3\.5{
    left: -0.875rem;
  }

  .xl\:-left-0\.375{
    left: -0.375rem;
  }

  .xl\:-left-0\.75{
    left: -0.75rem;
  }

  .xl\:-left-1\.25{
    left: -1.25rem;
  }

  .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: 0;
  }

  .xl\:m-1{
    margin: 0.5rem;
  }

  .xl\:m-2{
    margin: 1rem;
  }

  .xl\:m-3{
    margin: 1.5rem;
  }

  .xl\:m-4{
    margin: 2rem;
  }

  .xl\:m-5{
    margin: 1.25rem;
  }

  .xl\:m-6{
    margin: 3rem;
  }

  .xl\:m-7{
    margin: 1.75rem;
  }

  .xl\:m-8{
    margin: 4rem;
  }

  .xl\:m-9{
    margin: 4.5rem;
  }

  .xl\:m-10{
    margin: 5rem;
  }

  .xl\:m-11{
    margin: 2.75rem;
  }

  .xl\:m-12{
    margin: 3rem;
  }

  .xl\:m-13{
    margin: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:m-1\.5{
    margin: 1.5rem;
  }

  .xl\:m-2\.5{
    margin: 0.625rem;
  }

  .xl\:m-3\.5{
    margin: 0.875rem;
  }

  .xl\:m-0\.375{
    margin: 0.375rem;
  }

  .xl\:m-0\.75{
    margin: 0.75rem;
  }

  .xl\:m-1\.25{
    margin: 1.25rem;
  }

  .xl\:-m-1{
    margin: -0.5rem;
  }

  .xl\:-m-2{
    margin: -1rem;
  }

  .xl\:-m-3{
    margin: -1.5rem;
  }

  .xl\:-m-4{
    margin: -2rem;
  }

  .xl\:-m-5{
    margin: -1.25rem;
  }

  .xl\:-m-6{
    margin: -3rem;
  }

  .xl\:-m-7{
    margin: -1.75rem;
  }

  .xl\:-m-8{
    margin: -4rem;
  }

  .xl\:-m-9{
    margin: -4.5rem;
  }

  .xl\:-m-10{
    margin: -5rem;
  }

  .xl\:-m-11{
    margin: -2.75rem;
  }

  .xl\:-m-12{
    margin: -3rem;
  }

  .xl\:-m-13{
    margin: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-m-1\.5{
    margin: -1.5rem;
  }

  .xl\:-m-2\.5{
    margin: -0.625rem;
  }

  .xl\:-m-3\.5{
    margin: -0.875rem;
  }

  .xl\:-m-0\.375{
    margin: -0.375rem;
  }

  .xl\:-m-0\.75{
    margin: -0.75rem;
  }

  .xl\:-m-1\.25{
    margin: -1.25rem;
  }

  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:mx-1{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:mx-2{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-3{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-4{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-6{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:mx-8{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-9{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:mx-10{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-13{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .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.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mx-1\.5{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .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\.375{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:mx-0\.75{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-1\.25{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:-mx-1{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-mx-2{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-mx-3{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-4{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-mx-6{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-mx-8{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-mx-9{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:-mx-10{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-13{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .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.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-mx-1\.5{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .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\.375{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-mx-0\.75{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-1\.25{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:my-1{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-2{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-4{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-6{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-8{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-9{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:my-10{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-13{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .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.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-1\.5{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .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\.375{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:my-0\.75{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-1\.25{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:-my-1{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-my-2{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-3{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-4{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-my-6{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-my-8{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-my-9{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:-my-10{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-13{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .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.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-1\.5{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .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\.375{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-my-0\.75{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-1\.25{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:mt-0{
    margin-top: 0;
  }

  .xl\:mt-1{
    margin-top: 0.5rem;
  }

  .xl\:mt-2{
    margin-top: 1rem;
  }

  .xl\:mt-3{
    margin-top: 1.5rem;
  }

  .xl\:mt-4{
    margin-top: 2rem;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mt-6{
    margin-top: 3rem;
  }

  .xl\:mt-7{
    margin-top: 1.75rem;
  }

  .xl\:mt-8{
    margin-top: 4rem;
  }

  .xl\:mt-9{
    margin-top: 4.5rem;
  }

  .xl\:mt-10{
    margin-top: 5rem;
  }

  .xl\:mt-11{
    margin-top: 2.75rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mt-13{
    margin-top: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:mt-1\.5{
    margin-top: 1.5rem;
  }

  .xl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .xl\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .xl\:mt-0\.375{
    margin-top: 0.375rem;
  }

  .xl\:mt-0\.75{
    margin-top: 0.75rem;
  }

  .xl\:mt-1\.25{
    margin-top: 1.25rem;
  }

  .xl\:-mt-1{
    margin-top: -0.5rem;
  }

  .xl\:-mt-2{
    margin-top: -1rem;
  }

  .xl\:-mt-3{
    margin-top: -1.5rem;
  }

  .xl\:-mt-4{
    margin-top: -2rem;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem;
  }

  .xl\:-mt-6{
    margin-top: -3rem;
  }

  .xl\:-mt-7{
    margin-top: -1.75rem;
  }

  .xl\:-mt-8{
    margin-top: -4rem;
  }

  .xl\:-mt-9{
    margin-top: -4.5rem;
  }

  .xl\:-mt-10{
    margin-top: -5rem;
  }

  .xl\:-mt-11{
    margin-top: -2.75rem;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:-mt-13{
    margin-top: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-mt-1\.5{
    margin-top: -1.5rem;
  }

  .xl\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .xl\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .xl\:-mt-0\.375{
    margin-top: -0.375rem;
  }

  .xl\:-mt-0\.75{
    margin-top: -0.75rem;
  }

  .xl\:-mt-1\.25{
    margin-top: -1.25rem;
  }

  .xl\:mr-0{
    margin-right: 0;
  }

  .xl\:mr-1{
    margin-right: 0.5rem;
  }

  .xl\:mr-2{
    margin-right: 1rem;
  }

  .xl\:mr-3{
    margin-right: 1.5rem;
  }

  .xl\:mr-4{
    margin-right: 2rem;
  }

  .xl\:mr-5{
    margin-right: 1.25rem;
  }

  .xl\:mr-6{
    margin-right: 3rem;
  }

  .xl\:mr-7{
    margin-right: 1.75rem;
  }

  .xl\:mr-8{
    margin-right: 4rem;
  }

  .xl\:mr-9{
    margin-right: 4.5rem;
  }

  .xl\:mr-10{
    margin-right: 5rem;
  }

  .xl\:mr-11{
    margin-right: 2.75rem;
  }

  .xl\:mr-12{
    margin-right: 3rem;
  }

  .xl\:mr-13{
    margin-right: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:mr-1\.5{
    margin-right: 1.5rem;
  }

  .xl\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .xl\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .xl\:mr-0\.375{
    margin-right: 0.375rem;
  }

  .xl\:mr-0\.75{
    margin-right: 0.75rem;
  }

  .xl\:mr-1\.25{
    margin-right: 1.25rem;
  }

  .xl\:-mr-1{
    margin-right: -0.5rem;
  }

  .xl\:-mr-2{
    margin-right: -1rem;
  }

  .xl\:-mr-3{
    margin-right: -1.5rem;
  }

  .xl\:-mr-4{
    margin-right: -2rem;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem;
  }

  .xl\:-mr-6{
    margin-right: -3rem;
  }

  .xl\:-mr-7{
    margin-right: -1.75rem;
  }

  .xl\:-mr-8{
    margin-right: -4rem;
  }

  .xl\:-mr-9{
    margin-right: -4.5rem;
  }

  .xl\:-mr-10{
    margin-right: -5rem;
  }

  .xl\:-mr-11{
    margin-right: -2.75rem;
  }

  .xl\:-mr-12{
    margin-right: -3rem;
  }

  .xl\:-mr-13{
    margin-right: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-mr-1\.5{
    margin-right: -1.5rem;
  }

  .xl\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .xl\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .xl\:-mr-0\.375{
    margin-right: -0.375rem;
  }

  .xl\:-mr-0\.75{
    margin-right: -0.75rem;
  }

  .xl\:-mr-1\.25{
    margin-right: -1.25rem;
  }

  .xl\:mb-0{
    margin-bottom: 0;
  }

  .xl\:mb-1{
    margin-bottom: 0.5rem;
  }

  .xl\:mb-2{
    margin-bottom: 1rem;
  }

  .xl\:mb-3{
    margin-bottom: 1.5rem;
  }

  .xl\:mb-4{
    margin-bottom: 2rem;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:mb-6{
    margin-bottom: 3rem;
  }

  .xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  .xl\:mb-8{
    margin-bottom: 4rem;
  }

  .xl\:mb-9{
    margin-bottom: 4.5rem;
  }

  .xl\:mb-10{
    margin-bottom: 5rem;
  }

  .xl\:mb-11{
    margin-bottom: 2.75rem;
  }

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:mb-13{
    margin-bottom: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:mb-1\.5{
    margin-bottom: 1.5rem;
  }

  .xl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .xl\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .xl\:mb-0\.375{
    margin-bottom: 0.375rem;
  }

  .xl\:mb-0\.75{
    margin-bottom: 0.75rem;
  }

  .xl\:mb-1\.25{
    margin-bottom: 1.25rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.5rem;
  }

  .xl\:-mb-2{
    margin-bottom: -1rem;
  }

  .xl\:-mb-3{
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-4{
    margin-bottom: -2rem;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:-mb-6{
    margin-bottom: -3rem;
  }

  .xl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .xl\:-mb-8{
    margin-bottom: -4rem;
  }

  .xl\:-mb-9{
    margin-bottom: -4.5rem;
  }

  .xl\:-mb-10{
    margin-bottom: -5rem;
  }

  .xl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem;
  }

  .xl\:-mb-13{
    margin-bottom: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-mb-1\.5{
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .xl\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .xl\:-mb-0\.375{
    margin-bottom: -0.375rem;
  }

  .xl\:-mb-0\.75{
    margin-bottom: -0.75rem;
  }

  .xl\:-mb-1\.25{
    margin-bottom: -1.25rem;
  }

  .xl\:ml-0{
    margin-left: 0;
  }

  .xl\:ml-1{
    margin-left: 0.5rem;
  }

  .xl\:ml-2{
    margin-left: 1rem;
  }

  .xl\:ml-3{
    margin-left: 1.5rem;
  }

  .xl\:ml-4{
    margin-left: 2rem;
  }

  .xl\:ml-5{
    margin-left: 1.25rem;
  }

  .xl\:ml-6{
    margin-left: 3rem;
  }

  .xl\:ml-7{
    margin-left: 1.75rem;
  }

  .xl\:ml-8{
    margin-left: 4rem;
  }

  .xl\:ml-9{
    margin-left: 4.5rem;
  }

  .xl\:ml-10{
    margin-left: 5rem;
  }

  .xl\:ml-11{
    margin-left: 2.75rem;
  }

  .xl\:ml-12{
    margin-left: 3rem;
  }

  .xl\:ml-13{
    margin-left: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:ml-1\.5{
    margin-left: 1.5rem;
  }

  .xl\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .xl\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .xl\:ml-0\.375{
    margin-left: 0.375rem;
  }

  .xl\:ml-0\.75{
    margin-left: 0.75rem;
  }

  .xl\:ml-1\.25{
    margin-left: 1.25rem;
  }

  .xl\:-ml-1{
    margin-left: -0.5rem;
  }

  .xl\:-ml-2{
    margin-left: -1rem;
  }

  .xl\:-ml-3{
    margin-left: -1.5rem;
  }

  .xl\:-ml-4{
    margin-left: -2rem;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem;
  }

  .xl\:-ml-6{
    margin-left: -3rem;
  }

  .xl\:-ml-7{
    margin-left: -1.75rem;
  }

  .xl\:-ml-8{
    margin-left: -4rem;
  }

  .xl\:-ml-9{
    margin-left: -4.5rem;
  }

  .xl\:-ml-10{
    margin-left: -5rem;
  }

  .xl\:-ml-11{
    margin-left: -2.75rem;
  }

  .xl\:-ml-12{
    margin-left: -3rem;
  }

  .xl\:-ml-13{
    margin-left: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-ml-1\.5{
    margin-left: -1.5rem;
  }

  .xl\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .xl\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .xl\:-ml-0\.375{
    margin-left: -0.375rem;
  }

  .xl\:-ml-0\.75{
    margin-left: -0.75rem;
  }

  .xl\:-ml-1\.25{
    margin-left: -1.25rem;
  }

  .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: 0;
  }

  .xl\:h-1{
    height: 0.5rem;
  }

  .xl\:h-2{
    height: 1rem;
  }

  .xl\:h-3{
    height: 1.5rem;
  }

  .xl\:h-4{
    height: 2rem;
  }

  .xl\:h-5{
    height: 1.25rem;
  }

  .xl\:h-6{
    height: 3rem;
  }

  .xl\:h-7{
    height: 1.75rem;
  }

  .xl\:h-8{
    height: 4rem;
  }

  .xl\:h-9{
    height: 4.5rem;
  }

  .xl\:h-10{
    height: 5rem;
  }

  .xl\:h-11{
    height: 2.75rem;
  }

  .xl\:h-12{
    height: 3rem;
  }

  .xl\:h-13{
    height: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:h-1\.5{
    height: 1.5rem;
  }

  .xl\:h-2\.5{
    height: 0.625rem;
  }

  .xl\:h-3\.5{
    height: 0.875rem;
  }

  .xl\:h-0\.375{
    height: 0.375rem;
  }

  .xl\:h-0\.75{
    height: 0.75rem;
  }

  .xl\:h-1\.25{
    height: 1.25rem;
  }

  .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: 0;
  }

  .xl\:max-h-1{
    max-height: 0.5rem;
  }

  .xl\:max-h-2{
    max-height: 1rem;
  }

  .xl\:max-h-3{
    max-height: 1.5rem;
  }

  .xl\:max-h-4{
    max-height: 2rem;
  }

  .xl\:max-h-5{
    max-height: 1.25rem;
  }

  .xl\:max-h-6{
    max-height: 3rem;
  }

  .xl\:max-h-7{
    max-height: 1.75rem;
  }

  .xl\:max-h-8{
    max-height: 4rem;
  }

  .xl\:max-h-9{
    max-height: 4.5rem;
  }

  .xl\:max-h-10{
    max-height: 5rem;
  }

  .xl\:max-h-11{
    max-height: 2.75rem;
  }

  .xl\:max-h-12{
    max-height: 3rem;
  }

  .xl\:max-h-13{
    max-height: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:max-h-1\.5{
    max-height: 1.5rem;
  }

  .xl\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .xl\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .xl\:max-h-0\.375{
    max-height: 0.375rem;
  }

  .xl\:max-h-0\.75{
    max-height: 0.75rem;
  }

  .xl\:max-h-1\.25{
    max-height: 1.25rem;
  }

  .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: 0;
  }

  .xl\:w-1{
    width: 0.5rem;
  }

  .xl\:w-2{
    width: 1rem;
  }

  .xl\:w-3{
    width: 1.5rem;
  }

  .xl\:w-4{
    width: 2rem;
  }

  .xl\:w-5{
    width: 1.25rem;
  }

  .xl\:w-6{
    width: 3rem;
  }

  .xl\:w-7{
    width: 1.75rem;
  }

  .xl\:w-8{
    width: 4rem;
  }

  .xl\:w-9{
    width: 4.5rem;
  }

  .xl\:w-10{
    width: 5rem;
  }

  .xl\:w-11{
    width: 2.75rem;
  }

  .xl\:w-12{
    width: 3rem;
  }

  .xl\:w-13{
    width: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:w-1\.5{
    width: 1.5rem;
  }

  .xl\:w-2\.5{
    width: 0.625rem;
  }

  .xl\:w-3\.5{
    width: 0.875rem;
  }

  .xl\:w-0\.375{
    width: 0.375rem;
  }

  .xl\:w-0\.75{
    width: 0.75rem;
  }

  .xl\:w-1\.25{
    width: 1.25rem;
  }

  .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-sm-md{
    max-width: 768px;
  }

  .xl\:max-w-screen-md{
    max-width: 1024px;
  }

  .xl\:max-w-screen-lg{
    max-width: 1440px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1920px;
  }

  .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: 0;
  }

  .xl\:translate-x-1{
    --tw-translate-x: 0.5rem;
  }

  .xl\:translate-x-2{
    --tw-translate-x: 1rem;
  }

  .xl\:translate-x-3{
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-4{
    --tw-translate-x: 2rem;
  }

  .xl\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .xl\:translate-x-6{
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .xl\:translate-x-8{
    --tw-translate-x: 4rem;
  }

  .xl\:translate-x-9{
    --tw-translate-x: 4.5rem;
  }

  .xl\:translate-x-10{
    --tw-translate-x: 5rem;
  }

  .xl\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .xl\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-13{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:translate-x-1\.5{
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .xl\:translate-x-0\.375{
    --tw-translate-x: 0.375rem;
  }

  .xl\:translate-x-0\.75{
    --tw-translate-x: 0.75rem;
  }

  .xl\:translate-x-1\.25{
    --tw-translate-x: 1.25rem;
  }

  .xl\:-translate-x-1{
    --tw-translate-x: -0.5rem;
  }

  .xl\:-translate-x-2{
    --tw-translate-x: -1rem;
  }

  .xl\:-translate-x-3{
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-4{
    --tw-translate-x: -2rem;
  }

  .xl\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6{
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .xl\:-translate-x-8{
    --tw-translate-x: -4rem;
  }

  .xl\:-translate-x-9{
    --tw-translate-x: -4.5rem;
  }

  .xl\:-translate-x-10{
    --tw-translate-x: -5rem;
  }

  .xl\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .xl\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-13{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-translate-x-1\.5{
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .xl\:-translate-x-0\.375{
    --tw-translate-x: -0.375rem;
  }

  .xl\:-translate-x-0\.75{
    --tw-translate-x: -0.75rem;
  }

  .xl\:-translate-x-1\.25{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .xl\:translate-y-1{
    --tw-translate-y: 0.5rem;
  }

  .xl\:translate-y-2{
    --tw-translate-y: 1rem;
  }

  .xl\:translate-y-3{
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-4{
    --tw-translate-y: 2rem;
  }

  .xl\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .xl\:translate-y-6{
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .xl\:translate-y-8{
    --tw-translate-y: 4rem;
  }

  .xl\:translate-y-9{
    --tw-translate-y: 4.5rem;
  }

  .xl\:translate-y-10{
    --tw-translate-y: 5rem;
  }

  .xl\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .xl\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-13{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:translate-y-1\.5{
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .xl\:translate-y-0\.375{
    --tw-translate-y: 0.375rem;
  }

  .xl\:translate-y-0\.75{
    --tw-translate-y: 0.75rem;
  }

  .xl\:translate-y-1\.25{
    --tw-translate-y: 1.25rem;
  }

  .xl\:-translate-y-1{
    --tw-translate-y: -0.5rem;
  }

  .xl\:-translate-y-2{
    --tw-translate-y: -1rem;
  }

  .xl\:-translate-y-3{
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-4{
    --tw-translate-y: -2rem;
  }

  .xl\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6{
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .xl\:-translate-y-8{
    --tw-translate-y: -4rem;
  }

  .xl\:-translate-y-9{
    --tw-translate-y: -4.5rem;
  }

  .xl\:-translate-y-10{
    --tw-translate-y: -5rem;
  }

  .xl\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .xl\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-13{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:-translate-y-1\.5{
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .xl\:-translate-y-0\.375{
    --tw-translate-y: -0.375rem;
  }

  .xl\:-translate-y-0\.75{
    --tw-translate-y: -0.75rem;
  }

  .xl\:-translate-y-1\.25{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 4.5rem;
  }

  .xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 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-13:hover{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 1.5rem;
  }

  .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\.375:hover{
    --tw-translate-x: 0.375rem;
  }

  .xl\:hover\:translate-x-0\.75:hover{
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-1\.25:hover{
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -4.5rem;
  }

  .xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -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-13:hover{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -1.5rem;
  }

  .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\.375:hover{
    --tw-translate-x: -0.375rem;
  }

  .xl\:hover\:-translate-x-0\.75:hover{
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-1\.25:hover{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 4.5rem;
  }

  .xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 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-13:hover{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 1.5rem;
  }

  .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\.375:hover{
    --tw-translate-y: 0.375rem;
  }

  .xl\:hover\:translate-y-0\.75:hover{
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-1\.25:hover{
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -4.5rem;
  }

  .xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -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-13:hover{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -1.5rem;
  }

  .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\.375:hover{
    --tw-translate-y: -0.375rem;
  }

  .xl\:hover\:-translate-y-0\.75:hover{
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-1\.25:hover{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 4.5rem;
  }

  .xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 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-13:focus{
    --tw-translate-x: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 1.5rem;
  }

  .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\.375:focus{
    --tw-translate-x: 0.375rem;
  }

  .xl\:focus\:translate-x-0\.75:focus{
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-1\.25:focus{
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -4.5rem;
  }

  .xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -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-13:focus{
    --tw-translate-x: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -1.5rem;
  }

  .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\.375:focus{
    --tw-translate-x: -0.375rem;
  }

  .xl\:focus\:-translate-x-0\.75:focus{
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-1\.25:focus{
    --tw-translate-x: -1.25rem;
  }

  .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: 0;
  }

  .xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 4.5rem;
  }

  .xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 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-13:focus{
    --tw-translate-y: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 1.5rem;
  }

  .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\.375:focus{
    --tw-translate-y: 0.375rem;
  }

  .xl\:focus\:translate-y-0\.75:focus{
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-1\.25:focus{
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -4.5rem;
  }

  .xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -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-13:focus{
    --tw-translate-y: -6.5rem;
  }

  .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.25rem;
  }

  .xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -1.5rem;
  }

  .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\.375:focus{
    --tw-translate-y: -0.375rem;
  }

  .xl\:focus\:-translate-y-0\.75:focus{
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-1\.25:focus{
    --tw-translate-y: -1.25rem;
  }

  .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: 0;
  }

  .xl\:gap-1{
    gap: 0.5rem;
  }

  .xl\:gap-2{
    gap: 1rem;
  }

  .xl\:gap-3{
    gap: 1.5rem;
  }

  .xl\:gap-4{
    gap: 2rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-6{
    gap: 3rem;
  }

  .xl\:gap-7{
    gap: 1.75rem;
  }

  .xl\:gap-8{
    gap: 4rem;
  }

  .xl\:gap-9{
    gap: 4.5rem;
  }

  .xl\:gap-10{
    gap: 5rem;
  }

  .xl\:gap-11{
    gap: 2.75rem;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

  .xl\:gap-13{
    gap: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:gap-1\.5{
    gap: 1.5rem;
  }

  .xl\:gap-2\.5{
    gap: 0.625rem;
  }

  .xl\:gap-3\.5{
    gap: 0.875rem;
  }

  .xl\:gap-0\.375{
    gap: 0.375rem;
  }

  .xl\:gap-0\.75{
    gap: 0.75rem;
  }

  .xl\:gap-1\.25{
    gap: 1.25rem;
  }

  .xl\:gap-x-0{
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xl\:gap-x-1{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-2{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-3{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-4{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-6{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-8{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-9{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .xl\:gap-x-10{
    -moz-column-gap: 5rem;
         column-gap: 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-13{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .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.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-1\.5{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:gap-x-0\.375{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:gap-x-0\.75{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-1\.25{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-y-0{
    row-gap: 0;
  }

  .xl\:gap-y-1{
    row-gap: 0.5rem;
  }

  .xl\:gap-y-2{
    row-gap: 1rem;
  }

  .xl\:gap-y-3{
    row-gap: 1.5rem;
  }

  .xl\:gap-y-4{
    row-gap: 2rem;
  }

  .xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6{
    row-gap: 3rem;
  }

  .xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .xl\:gap-y-8{
    row-gap: 4rem;
  }

  .xl\:gap-y-9{
    row-gap: 4.5rem;
  }

  .xl\:gap-y-10{
    row-gap: 5rem;
  }

  .xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12{
    row-gap: 3rem;
  }

  .xl\:gap-y-13{
    row-gap: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:gap-y-1\.5{
    row-gap: 1.5rem;
  }

  .xl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .xl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .xl\:gap-y-0\.375{
    row-gap: 0.375rem;
  }

  .xl\:gap-y-0\.75{
    row-gap: 0.75rem;
  }

  .xl\:gap-y-1\.25{
    row-gap: 1.25rem;
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0\.375 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xl\:divide-petrol > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
  }

  .xl\:divide-graduation-00 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-graduation-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-graduation-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-divide-opacity));
  }

  .xl\:divide-graduation-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-divide-opacity));
  }

  .xl\:divide-graduation-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-divide-opacity));
  }

  .xl\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:divide-purple-bright > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-divide-opacity));
  }

  .xl\:divide-ultramarine > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-divide-opacity));
  }

  .xl\:divide-accent-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
  }

  .xl\:divide-accent-red-toned > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-divide-opacity));
  }

  .xl\:divide-error-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-divide-opacity));
  }

  .xl\:divide-warning-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-divide-opacity));
  }

  .xl\:divide-success-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-black-80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0,0,0,.8);
  }

  .xl\:divide-neutrals-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-divide-opacity));
  }

  .xl\:divide-neutrals-00 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-neutrals-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-divide-opacity));
  }

  .xl\:divide-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .xl\:divide-light-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255,255,255,0);
  }

  .xl\:divide-gradient-bw-start > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(231, 231, 231, 1);
  }

  .xl\:divide-gradient-bw-end > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(231, 231, 231, 0);
  }

  .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-0\.25{
    border-radius: 0.25rem;
  }

  .xl\:rounded{
    border-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .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-0\.25{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 1rem;
  }

  .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-0\.25{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 1rem;
  }

  .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-0\.25{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 1rem;
  }

  .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-petrol{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .xl\:border-graduation-00{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .xl\:border-graduation-25{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .xl\:border-graduation-50{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .xl\:border-graduation-75{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .xl\:border-graduation-100{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .xl\:border-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .xl\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .xl\:border-purple-80{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:border-purple-bright{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .xl\:border-ultramarine{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .xl\:border-accent-red{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .xl\:border-accent-red-toned{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .xl\:border-error-red{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .xl\:border-warning-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .xl\:border-success-green{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .xl\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-black-80{
    border-color: rgba(0,0,0,.8);
  }

  .xl\:border-neutrals-100{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .xl\:border-neutrals-00{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .xl\:border-neutrals-grey{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .xl\:border-grey{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl\:border-light-grey{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .xl\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-white-transparent{
    border-color: rgba(255,255,255,0);
  }

  .xl\:border-gradient-bw-start{
    border-color: rgba(231, 231, 231, 1);
  }

  .xl\:border-gradient-bw-end{
    border-color: rgba(231, 231, 231, 0);
  }

  .group:hover .xl\:group-hover\:border-petrol{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-graduation-00{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-graduation-25{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-graduation-50{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-graduation-75{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-graduation-100{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-80{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .xl\:group-hover\:border-purple-bright{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-ultramarine{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-accent-red{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-accent-red-toned{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-error-red{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warning-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-success-green{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-80{
    border-color: rgba(0,0,0,.8);
  }

  .group:hover .xl\:group-hover\:border-neutrals-100{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutrals-00{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutrals-grey{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-light-grey{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent{
    border-color: rgba(255,255,255,0);
  }

  .group:hover .xl\:group-hover\:border-gradient-bw-start{
    border-color: rgba(231, 231, 231, 1);
  }

  .group:hover .xl\:group-hover\:border-gradient-bw-end{
    border-color: rgba(231, 231, 231, 0);
  }

  .xl\:focus-within\:border-petrol:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-graduation-00:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-graduation-25:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-graduation-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-graduation-75:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-graduation-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-80:focus-within{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus-within\:border-purple-bright:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-ultramarine:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-accent-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-accent-red-toned:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-error-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warning-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-success-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-80:focus-within{
    border-color: rgba(0,0,0,.8);
  }

  .xl\:focus-within\:border-neutrals-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutrals-00:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutrals-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-light-grey:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    border-color: rgba(255,255,255,0);
  }

  .xl\:focus-within\:border-gradient-bw-start:focus-within{
    border-color: rgba(231, 231, 231, 1);
  }

  .xl\:focus-within\:border-gradient-bw-end:focus-within{
    border-color: rgba(231, 231, 231, 0);
  }

  .xl\:hover\:border-petrol:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .xl\:hover\:border-graduation-00:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-graduation-25:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-graduation-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .xl\:hover\:border-graduation-75:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .xl\:hover\:border-graduation-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-80:hover{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:hover\:border-purple-bright:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .xl\:hover\:border-ultramarine:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .xl\:hover\:border-accent-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .xl\:hover\:border-accent-red-toned:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .xl\:hover\:border-error-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warning-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .xl\:hover\:border-success-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-80:hover{
    border-color: rgba(0,0,0,.8);
  }

  .xl\:hover\:border-neutrals-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutrals-00:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutrals-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl\:hover\:border-light-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:hover{
    border-color: rgba(255,255,255,0);
  }

  .xl\:hover\:border-gradient-bw-start:hover{
    border-color: rgba(231, 231, 231, 1);
  }

  .xl\:hover\:border-gradient-bw-end:hover{
    border-color: rgba(231, 231, 231, 0);
  }

  .xl\:focus\:border-petrol:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .xl\:focus\:border-graduation-00:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-graduation-25:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 232, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-graduation-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 161, 178, var(--tw-border-opacity));
  }

  .xl\:focus\:border-graduation-75:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 88, 98, var(--tw-border-opacity));
  }

  .xl\:focus\:border-graduation-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 53, 59, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(149, 35, 109, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(123, 88, 174, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-80:focus{
    border-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus\:border-purple-bright:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 40, 115, var(--tw-border-opacity));
  }

  .xl\:focus\:border-ultramarine:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 54, 137, var(--tw-border-opacity));
  }

  .xl\:focus\:border-accent-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .xl\:focus\:border-accent-red-toned:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 116, 104, var(--tw-border-opacity));
  }

  .xl\:focus\:border-error-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 0, 40, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warning-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 59, var(--tw-border-opacity));
  }

  .xl\:focus\:border-success-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(132, 189, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-80:focus{
    border-color: rgba(0,0,0,.8);
  }

  .xl\:focus\:border-neutrals-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(41, 51, 51, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutrals-00:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 245, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutrals-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(178, 178, 178, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl\:focus\:border-light-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, 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-white-transparent:focus{
    border-color: rgba(255,255,255,0);
  }

  .xl\:focus\:border-gradient-bw-start:focus{
    border-color: rgba(231, 231, 231, 1);
  }

  .xl\:focus\:border-gradient-bw-end:focus{
    border-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .xl\:bg-graduation-00{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-graduation-25{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-graduation-50{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .xl\:bg-graduation-75{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .xl\:bg-graduation-100{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .xl\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-80{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:bg-purple-bright{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .xl\:bg-ultramarine{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .xl\:bg-accent-red{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .xl\:bg-accent-red-toned{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .xl\:bg-error-red{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .xl\:bg-warning-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .xl\:bg-success-green{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-black-80{
    background-color: rgba(0,0,0,.8);
  }

  .xl\:bg-neutrals-100{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .xl\:bg-neutrals-00{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-neutrals-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .xl\:bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-white-transparent{
    background-color: rgba(255,255,255,0);
  }

  .xl\:bg-gradient-bw-start{
    background-color: rgba(231, 231, 231, 1);
  }

  .xl\:bg-gradient-bw-end{
    background-color: rgba(231, 231, 231, 0);
  }

  .group:hover .xl\:group-hover\:bg-petrol{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-graduation-00{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-graduation-25{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-graduation-50{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-graduation-75{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-graduation-100{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-80{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .xl\:group-hover\:bg-purple-bright{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-ultramarine{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-accent-red{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-accent-red-toned{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-error-red{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warning-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-success-green{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-80{
    background-color: rgba(0,0,0,.8);
  }

  .group:hover .xl\:group-hover\:bg-neutrals-100{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutrals-00{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutrals-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent{
    background-color: rgba(255,255,255,0);
  }

  .group:hover .xl\:group-hover\:bg-gradient-bw-start{
    background-color: rgba(231, 231, 231, 1);
  }

  .group:hover .xl\:group-hover\:bg-gradient-bw-end{
    background-color: rgba(231, 231, 231, 0);
  }

  .xl\:focus-within\:bg-petrol:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-graduation-00:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-graduation-25:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-graduation-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-graduation-75:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-graduation-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-80:focus-within{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus-within\:bg-purple-bright:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-ultramarine:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-accent-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-accent-red-toned:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-error-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warning-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-success-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-80:focus-within{
    background-color: rgba(0,0,0,.8);
  }

  .xl\:focus-within\:bg-neutrals-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutrals-00:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutrals-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-light-grey:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    background-color: rgba(255,255,255,0);
  }

  .xl\:focus-within\:bg-gradient-bw-start:focus-within{
    background-color: rgba(231, 231, 231, 1);
  }

  .xl\:focus-within\:bg-gradient-bw-end:focus-within{
    background-color: rgba(231, 231, 231, 0);
  }

  .xl\:hover\:bg-petrol:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-graduation-00:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-graduation-25:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-graduation-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-graduation-75:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-graduation-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-80:hover{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:hover\:bg-purple-bright:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-ultramarine:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-accent-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-accent-red-toned:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-error-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warning-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-success-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-80:hover{
    background-color: rgba(0,0,0,.8);
  }

  .xl\:hover\:bg-neutrals-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutrals-00:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutrals-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-light-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:hover{
    background-color: rgba(255,255,255,0);
  }

  .xl\:hover\:bg-gradient-bw-start:hover{
    background-color: rgba(231, 231, 231, 1);
  }

  .xl\:hover\:bg-gradient-bw-end:hover{
    background-color: rgba(231, 231, 231, 0);
  }

  .xl\:focus\:bg-petrol:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-graduation-00:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-graduation-25:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 232, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-graduation-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 161, 178, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-graduation-75:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 88, 98, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-graduation-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 53, 59, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(149, 35, 109, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(123, 88, 174, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-80:focus{
    background-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus\:bg-purple-bright:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 40, 115, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-ultramarine:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 54, 137, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-accent-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-accent-red-toned:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 116, 104, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-error-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 0, 40, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warning-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 59, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-success-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(132, 189, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-80:focus{
    background-color: rgba(0,0,0,.8);
  }

  .xl\:focus\:bg-neutrals-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(41, 51, 51, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutrals-00:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutrals-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(178, 178, 178, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-light-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, 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-white-transparent:focus{
    background-color: rgba(255,255,255,0);
  }

  .xl\:focus\:bg-gradient-bw-start:focus{
    background-color: rgba(231, 231, 231, 1);
  }

  .xl\:focus\:bg-gradient-bw-end:focus{
    background-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:from-graduation-00{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .xl\:from-graduation-25{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .xl\:from-graduation-50{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .xl\:from-graduation-75{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:from-graduation-100{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .xl\:from-purple-dark{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .xl\:from-purple{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:from-purple-80{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:from-purple-bright{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .xl\:from-ultramarine{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .xl\:from-accent-red{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:from-accent-red-toned{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:from-error-red{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .xl\:from-warning-yellow{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .xl\:from-success-green{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-neutrals-100{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .xl\:from-neutrals-00{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .xl\:from-neutrals-grey{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .xl\:from-grey{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .xl\:from-light-grey{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-gradient-bw-start{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:from-gradient-bw-end{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:hover\:from-petrol:hover{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:hover\:from-graduation-00:hover{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .xl\:hover\:from-graduation-25:hover{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .xl\:hover\:from-graduation-50:hover{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .xl\:hover\:from-graduation-75:hover{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:hover\:from-graduation-100:hover{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .xl\:hover\:from-purple-dark:hover{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .xl\:hover\:from-purple:hover{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:hover\:from-purple-80:hover{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:hover\:from-purple-bright:hover{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .xl\:hover\:from-ultramarine:hover{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .xl\:hover\:from-accent-red:hover{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:hover\:from-accent-red-toned:hover{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:hover\:from-error-red:hover{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .xl\:hover\:from-warning-yellow:hover{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .xl\:hover\:from-success-green:hover{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:hover{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-neutrals-100:hover{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .xl\:hover\:from-neutrals-00:hover{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .xl\:hover\:from-neutrals-grey:hover{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .xl\:hover\:from-grey:hover{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .xl\:hover\:from-light-grey:hover{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:hover{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-gradient-bw-start:hover{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:hover\:from-gradient-bw-end:hover{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:focus\:from-petrol:focus{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:focus\:from-graduation-00:focus{
    --tw-gradient-from: #ECFCFE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .xl\:focus\:from-graduation-25:focus{
    --tw-gradient-from: #4BE8FA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .xl\:focus\:from-graduation-50:focus{
    --tw-gradient-from: #03A1B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .xl\:focus\:from-graduation-75:focus{
    --tw-gradient-from: #0C5862;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:focus\:from-graduation-100:focus{
    --tw-gradient-from: #01353B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .xl\:focus\:from-purple-dark:focus{
    --tw-gradient-from: #95236D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .xl\:focus\:from-purple:focus{
    --tw-gradient-from: #7B58AE;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:focus\:from-purple-80:focus{
    --tw-gradient-from: rgba(123, 88, 174, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:focus\:from-purple-bright:focus{
    --tw-gradient-from: #832873;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .xl\:focus\:from-ultramarine:focus{
    --tw-gradient-from: #3E3689;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .xl\:focus\:from-accent-red:focus{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:focus\:from-accent-red-toned:focus{
    --tw-gradient-from: #FF7468;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:focus\:from-error-red:focus{
    --tw-gradient-from: #BE0028;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .xl\:focus\:from-warning-yellow:focus{
    --tw-gradient-from: #FFEB3B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .xl\:focus\:from-success-green:focus{
    --tw-gradient-from: #84BD00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:focus{
    --tw-gradient-from: rgba(0,0,0,.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-neutrals-100:focus{
    --tw-gradient-from: #293333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .xl\:focus\:from-neutrals-00:focus{
    --tw-gradient-from: #f2f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .xl\:focus\:from-neutrals-grey:focus{
    --tw-gradient-from: #b2b2b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .xl\:focus\:from-grey:focus{
    --tw-gradient-from: #dee2e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .xl\:focus\:from-light-grey:focus{
    --tw-gradient-from: #e6e6e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-gradient-from: rgba(255,255,255,0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-gradient-bw-start:focus{
    --tw-gradient-from: rgba(231, 231, 231, 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:focus\:from-gradient-bw-end:focus{
    --tw-gradient-from: rgba(231, 231, 231, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:via-petrol{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:via-graduation-00{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .xl\:via-graduation-25{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .xl\:via-graduation-50{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .xl\:via-graduation-75{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:via-graduation-100{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .xl\:via-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .xl\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:via-purple-80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:via-purple-bright{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .xl\:via-ultramarine{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .xl\:via-accent-red{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:via-accent-red-toned{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:via-error-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .xl\:via-warning-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .xl\:via-success-green{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 0));
  }

  .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-black-80{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-neutrals-100{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .xl\:via-neutrals-00{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .xl\:via-neutrals-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .xl\:via-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .xl\:via-light-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-white-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-gradient-bw-start{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:via-gradient-bw-end{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:hover\:via-petrol:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:hover\:via-graduation-00:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .xl\:hover\:via-graduation-25:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .xl\:hover\:via-graduation-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .xl\:hover\:via-graduation-75:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:hover\:via-graduation-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .xl\:hover\:via-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .xl\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:hover\:via-purple-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:hover\:via-purple-bright:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .xl\:hover\:via-ultramarine:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .xl\:hover\:via-accent-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:hover\:via-accent-red-toned:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:hover\:via-error-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .xl\:hover\:via-warning-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .xl\:hover\:via-success-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-neutrals-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .xl\:hover\:via-neutrals-00:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .xl\:hover\:via-neutrals-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .xl\:hover\:via-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .xl\:hover\:via-light-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-gradient-bw-start:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:hover\:via-gradient-bw-end:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:focus\:via-petrol:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:focus\:via-graduation-00:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ECFCFE, var(--tw-gradient-to, rgba(236, 252, 254, 0));
  }

  .xl\:focus\:via-graduation-25:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4BE8FA, var(--tw-gradient-to, rgba(75, 232, 250, 0));
  }

  .xl\:focus\:via-graduation-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #03A1B2, var(--tw-gradient-to, rgba(3, 161, 178, 0));
  }

  .xl\:focus\:via-graduation-75:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0C5862, var(--tw-gradient-to, rgba(12, 88, 98, 0));
  }

  .xl\:focus\:via-graduation-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #01353B, var(--tw-gradient-to, rgba(1, 53, 59, 0));
  }

  .xl\:focus\:via-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #95236D, var(--tw-gradient-to, rgba(149, 35, 109, 0));
  }

  .xl\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7B58AE, var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:focus\:via-purple-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(123, 88, 174, 0.8), var(--tw-gradient-to, rgba(123, 88, 174, 0));
  }

  .xl\:focus\:via-purple-bright:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #832873, var(--tw-gradient-to, rgba(131, 40, 115, 0));
  }

  .xl\:focus\:via-ultramarine:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3689, var(--tw-gradient-to, rgba(62, 54, 137, 0));
  }

  .xl\:focus\:via-accent-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:focus\:via-accent-red-toned:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FF7468, var(--tw-gradient-to, rgba(255, 116, 104, 0));
  }

  .xl\:focus\:via-error-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE0028, var(--tw-gradient-to, rgba(190, 0, 40, 0));
  }

  .xl\:focus\:via-warning-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFEB3B, var(--tw-gradient-to, rgba(255, 235, 59, 0));
  }

  .xl\:focus\:via-success-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to, rgba(132, 189, 0, 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-black-80:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-neutrals-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #293333, var(--tw-gradient-to, rgba(41, 51, 51, 0));
  }

  .xl\:focus\:via-neutrals-00:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f5f5, var(--tw-gradient-to, rgba(242, 245, 245, 0));
  }

  .xl\:focus\:via-neutrals-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2b2b2, var(--tw-gradient-to, rgba(178, 178, 178, 0));
  }

  .xl\:focus\:via-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dee2e6, var(--tw-gradient-to, rgba(222, 226, 230, 0));
  }

  .xl\:focus\:via-light-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e6, var(--tw-gradient-to, rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-gradient-bw-start:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 1), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:focus\:via-gradient-bw-end:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(231, 231, 231, 0), var(--tw-gradient-to, rgba(231, 231, 231, 0));
  }

  .xl\:to-petrol{
    --tw-gradient-to: #0C5862;
  }

  .xl\:to-graduation-00{
    --tw-gradient-to: #ECFCFE;
  }

  .xl\:to-graduation-25{
    --tw-gradient-to: #4BE8FA;
  }

  .xl\:to-graduation-50{
    --tw-gradient-to: #03A1B2;
  }

  .xl\:to-graduation-75{
    --tw-gradient-to: #0C5862;
  }

  .xl\:to-graduation-100{
    --tw-gradient-to: #01353B;
  }

  .xl\:to-purple-dark{
    --tw-gradient-to: #95236D;
  }

  .xl\:to-purple{
    --tw-gradient-to: #7B58AE;
  }

  .xl\:to-purple-80{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .xl\:to-purple-bright{
    --tw-gradient-to: #832873;
  }

  .xl\:to-ultramarine{
    --tw-gradient-to: #3E3689;
  }

  .xl\:to-accent-red{
    --tw-gradient-to: #FF7468;
  }

  .xl\:to-accent-red-toned{
    --tw-gradient-to: #FF7468;
  }

  .xl\:to-error-red{
    --tw-gradient-to: #BE0028;
  }

  .xl\:to-warning-yellow{
    --tw-gradient-to: #FFEB3B;
  }

  .xl\:to-success-green{
    --tw-gradient-to: #84BD00;
  }

  .xl\:to-black{
    --tw-gradient-to: #000;
  }

  .xl\:to-black-80{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .xl\:to-neutrals-100{
    --tw-gradient-to: #293333;
  }

  .xl\:to-neutrals-00{
    --tw-gradient-to: #f2f5f5;
  }

  .xl\:to-neutrals-grey{
    --tw-gradient-to: #b2b2b2;
  }

  .xl\:to-grey{
    --tw-gradient-to: #dee2e6;
  }

  .xl\:to-light-grey{
    --tw-gradient-to: #e6e6e6;
  }

  .xl\:to-white{
    --tw-gradient-to: #fff;
  }

  .xl\:to-white-transparent{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .xl\:to-gradient-bw-start{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .xl\:to-gradient-bw-end{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .xl\:hover\:to-petrol:hover{
    --tw-gradient-to: #0C5862;
  }

  .xl\:hover\:to-graduation-00:hover{
    --tw-gradient-to: #ECFCFE;
  }

  .xl\:hover\:to-graduation-25:hover{
    --tw-gradient-to: #4BE8FA;
  }

  .xl\:hover\:to-graduation-50:hover{
    --tw-gradient-to: #03A1B2;
  }

  .xl\:hover\:to-graduation-75:hover{
    --tw-gradient-to: #0C5862;
  }

  .xl\:hover\:to-graduation-100:hover{
    --tw-gradient-to: #01353B;
  }

  .xl\:hover\:to-purple-dark:hover{
    --tw-gradient-to: #95236D;
  }

  .xl\:hover\:to-purple:hover{
    --tw-gradient-to: #7B58AE;
  }

  .xl\:hover\:to-purple-80:hover{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .xl\:hover\:to-purple-bright:hover{
    --tw-gradient-to: #832873;
  }

  .xl\:hover\:to-ultramarine:hover{
    --tw-gradient-to: #3E3689;
  }

  .xl\:hover\:to-accent-red:hover{
    --tw-gradient-to: #FF7468;
  }

  .xl\:hover\:to-accent-red-toned:hover{
    --tw-gradient-to: #FF7468;
  }

  .xl\:hover\:to-error-red:hover{
    --tw-gradient-to: #BE0028;
  }

  .xl\:hover\:to-warning-yellow:hover{
    --tw-gradient-to: #FFEB3B;
  }

  .xl\:hover\:to-success-green:hover{
    --tw-gradient-to: #84BD00;
  }

  .xl\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-black-80:hover{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .xl\:hover\:to-neutrals-100:hover{
    --tw-gradient-to: #293333;
  }

  .xl\:hover\:to-neutrals-00:hover{
    --tw-gradient-to: #f2f5f5;
  }

  .xl\:hover\:to-neutrals-grey:hover{
    --tw-gradient-to: #b2b2b2;
  }

  .xl\:hover\:to-grey:hover{
    --tw-gradient-to: #dee2e6;
  }

  .xl\:hover\:to-light-grey:hover{
    --tw-gradient-to: #e6e6e6;
  }

  .xl\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-white-transparent:hover{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .xl\:hover\:to-gradient-bw-start:hover{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .xl\:hover\:to-gradient-bw-end:hover{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .xl\:focus\:to-petrol:focus{
    --tw-gradient-to: #0C5862;
  }

  .xl\:focus\:to-graduation-00:focus{
    --tw-gradient-to: #ECFCFE;
  }

  .xl\:focus\:to-graduation-25:focus{
    --tw-gradient-to: #4BE8FA;
  }

  .xl\:focus\:to-graduation-50:focus{
    --tw-gradient-to: #03A1B2;
  }

  .xl\:focus\:to-graduation-75:focus{
    --tw-gradient-to: #0C5862;
  }

  .xl\:focus\:to-graduation-100:focus{
    --tw-gradient-to: #01353B;
  }

  .xl\:focus\:to-purple-dark:focus{
    --tw-gradient-to: #95236D;
  }

  .xl\:focus\:to-purple:focus{
    --tw-gradient-to: #7B58AE;
  }

  .xl\:focus\:to-purple-80:focus{
    --tw-gradient-to: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus\:to-purple-bright:focus{
    --tw-gradient-to: #832873;
  }

  .xl\:focus\:to-ultramarine:focus{
    --tw-gradient-to: #3E3689;
  }

  .xl\:focus\:to-accent-red:focus{
    --tw-gradient-to: #FF7468;
  }

  .xl\:focus\:to-accent-red-toned:focus{
    --tw-gradient-to: #FF7468;
  }

  .xl\:focus\:to-error-red:focus{
    --tw-gradient-to: #BE0028;
  }

  .xl\:focus\:to-warning-yellow:focus{
    --tw-gradient-to: #FFEB3B;
  }

  .xl\:focus\:to-success-green:focus{
    --tw-gradient-to: #84BD00;
  }

  .xl\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-black-80:focus{
    --tw-gradient-to: rgba(0,0,0,.8);
  }

  .xl\:focus\:to-neutrals-100:focus{
    --tw-gradient-to: #293333;
  }

  .xl\:focus\:to-neutrals-00:focus{
    --tw-gradient-to: #f2f5f5;
  }

  .xl\:focus\:to-neutrals-grey:focus{
    --tw-gradient-to: #b2b2b2;
  }

  .xl\:focus\:to-grey:focus{
    --tw-gradient-to: #dee2e6;
  }

  .xl\:focus\:to-light-grey:focus{
    --tw-gradient-to: #e6e6e6;
  }

  .xl\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-white-transparent:focus{
    --tw-gradient-to: rgba(255,255,255,0);
  }

  .xl\:focus\:to-gradient-bw-start:focus{
    --tw-gradient-to: rgba(231, 231, 231, 1);
  }

  .xl\:focus\:to-gradient-bw-end:focus{
    --tw-gradient-to: rgba(231, 231, 231, 0);
  }

  .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: 0;
  }

  .xl\:p-1{
    padding: 0.5rem;
  }

  .xl\:p-2{
    padding: 1rem;
  }

  .xl\:p-3{
    padding: 1.5rem;
  }

  .xl\:p-4{
    padding: 2rem;
  }

  .xl\:p-5{
    padding: 1.25rem;
  }

  .xl\:p-6{
    padding: 3rem;
  }

  .xl\:p-7{
    padding: 1.75rem;
  }

  .xl\:p-8{
    padding: 4rem;
  }

  .xl\:p-9{
    padding: 4.5rem;
  }

  .xl\:p-10{
    padding: 5rem;
  }

  .xl\:p-11{
    padding: 2.75rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-13{
    padding: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:p-1\.5{
    padding: 1.5rem;
  }

  .xl\:p-2\.5{
    padding: 0.625rem;
  }

  .xl\:p-3\.5{
    padding: 0.875rem;
  }

  .xl\:p-0\.375{
    padding: 0.375rem;
  }

  .xl\:p-0\.75{
    padding: 0.75rem;
  }

  .xl\:p-1\.25{
    padding: 1.25rem;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:px-1{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-2{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-3{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-4{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-6{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-8{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-9{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:px-10{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-13{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .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.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-1\.5{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:px-0\.375{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:px-0\.75{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-1\.25{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:py-1{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-2{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-3{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-4{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-6{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-8{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-9{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:py-10{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-13{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .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.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-1\.5{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:py-0\.375{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:py-0\.75{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-1\.25{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:pt-0{
    padding-top: 0;
  }

  .xl\:pt-1{
    padding-top: 0.5rem;
  }

  .xl\:pt-2{
    padding-top: 1rem;
  }

  .xl\:pt-3{
    padding-top: 1.5rem;
  }

  .xl\:pt-4{
    padding-top: 2rem;
  }

  .xl\:pt-5{
    padding-top: 1.25rem;
  }

  .xl\:pt-6{
    padding-top: 3rem;
  }

  .xl\:pt-7{
    padding-top: 1.75rem;
  }

  .xl\:pt-8{
    padding-top: 4rem;
  }

  .xl\:pt-9{
    padding-top: 4.5rem;
  }

  .xl\:pt-10{
    padding-top: 5rem;
  }

  .xl\:pt-11{
    padding-top: 2.75rem;
  }

  .xl\:pt-12{
    padding-top: 3rem;
  }

  .xl\:pt-13{
    padding-top: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:pt-1\.5{
    padding-top: 1.5rem;
  }

  .xl\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .xl\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .xl\:pt-0\.375{
    padding-top: 0.375rem;
  }

  .xl\:pt-0\.75{
    padding-top: 0.75rem;
  }

  .xl\:pt-1\.25{
    padding-top: 1.25rem;
  }

  .xl\:pr-0{
    padding-right: 0;
  }

  .xl\:pr-1{
    padding-right: 0.5rem;
  }

  .xl\:pr-2{
    padding-right: 1rem;
  }

  .xl\:pr-3{
    padding-right: 1.5rem;
  }

  .xl\:pr-4{
    padding-right: 2rem;
  }

  .xl\:pr-5{
    padding-right: 1.25rem;
  }

  .xl\:pr-6{
    padding-right: 3rem;
  }

  .xl\:pr-7{
    padding-right: 1.75rem;
  }

  .xl\:pr-8{
    padding-right: 4rem;
  }

  .xl\:pr-9{
    padding-right: 4.5rem;
  }

  .xl\:pr-10{
    padding-right: 5rem;
  }

  .xl\:pr-11{
    padding-right: 2.75rem;
  }

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pr-13{
    padding-right: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:pr-1\.5{
    padding-right: 1.5rem;
  }

  .xl\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .xl\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .xl\:pr-0\.375{
    padding-right: 0.375rem;
  }

  .xl\:pr-0\.75{
    padding-right: 0.75rem;
  }

  .xl\:pr-1\.25{
    padding-right: 1.25rem;
  }

  .xl\:pb-0{
    padding-bottom: 0;
  }

  .xl\:pb-1{
    padding-bottom: 0.5rem;
  }

  .xl\:pb-2{
    padding-bottom: 1rem;
  }

  .xl\:pb-3{
    padding-bottom: 1.5rem;
  }

  .xl\:pb-4{
    padding-bottom: 2rem;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xl\:pb-6{
    padding-bottom: 3rem;
  }

  .xl\:pb-7{
    padding-bottom: 1.75rem;
  }

  .xl\:pb-8{
    padding-bottom: 4rem;
  }

  .xl\:pb-9{
    padding-bottom: 4.5rem;
  }

  .xl\:pb-10{
    padding-bottom: 5rem;
  }

  .xl\:pb-11{
    padding-bottom: 2.75rem;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pb-13{
    padding-bottom: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:pb-1\.5{
    padding-bottom: 1.5rem;
  }

  .xl\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .xl\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .xl\:pb-0\.375{
    padding-bottom: 0.375rem;
  }

  .xl\:pb-0\.75{
    padding-bottom: 0.75rem;
  }

  .xl\:pb-1\.25{
    padding-bottom: 1.25rem;
  }

  .xl\:pl-0{
    padding-left: 0;
  }

  .xl\:pl-1{
    padding-left: 0.5rem;
  }

  .xl\:pl-2{
    padding-left: 1rem;
  }

  .xl\:pl-3{
    padding-left: 1.5rem;
  }

  .xl\:pl-4{
    padding-left: 2rem;
  }

  .xl\:pl-5{
    padding-left: 1.25rem;
  }

  .xl\:pl-6{
    padding-left: 3rem;
  }

  .xl\:pl-7{
    padding-left: 1.75rem;
  }

  .xl\:pl-8{
    padding-left: 4rem;
  }

  .xl\:pl-9{
    padding-left: 4.5rem;
  }

  .xl\:pl-10{
    padding-left: 5rem;
  }

  .xl\:pl-11{
    padding-left: 2.75rem;
  }

  .xl\:pl-12{
    padding-left: 3rem;
  }

  .xl\:pl-13{
    padding-left: 6.5rem;
  }

  .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.25rem;
  }

  .xl\:pl-1\.5{
    padding-left: 1.5rem;
  }

  .xl\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .xl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .xl\:pl-0\.375{
    padding-left: 0.375rem;
  }

  .xl\:pl-0\.75{
    padding-left: 0.75rem;
  }

  .xl\:pl-1\.25{
    padding-left: 1.25rem;
  }

  .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-kavivanar{
    font-family: kavivanarregular, sans-serif;
  }

  .xl\:font-alkatra{
    font-family: alkatraregular, sans-serif;
  }

  .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\:text-typo-clou-md{
    font-size: 5rem;
    line-height: 6rem;
  }

  .xl\:text-typo-clou{
    font-size: 2rem;
    line-height: 3rem;
  }

  .xl\:text-intro-md{
    font-size: 2rem;
    line-height: 3rem;
  }

  .xl\:text-intro{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-intro-condensed{
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .xl\:text-intro-condensed-md{
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .xl\:text-copy-md{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-copy{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .xl\:text-button-label{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .xl\:text-button-label-md{
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .xl\:text-caption{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-caption-md{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-caption-small{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-caption-small-md{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-caption-very-small{
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .xl\:text-caption-very-small-md{
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .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-tightest{
    letter-spacing: -.075em;
  }

  .xl\:tracking-tighter{
    letter-spacing: -.05em;
  }

  .xl\:tracking-tight{
    letter-spacing: -.025em;
  }

  .xl\:tracking-normal{
    letter-spacing: 0;
  }

  .xl\:tracking-wide{
    letter-spacing: .025em;
  }

  .xl\:tracking-wider{
    letter-spacing: .05em;
  }

  .xl\:tracking-widest{
    letter-spacing: .25em;
  }

  .xl\:text-petrol{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .xl\:text-graduation-00{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .xl\:text-graduation-25{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .xl\:text-graduation-50{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .xl\:text-graduation-75{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .xl\:text-graduation-100{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .xl\:text-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .xl\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .xl\:text-purple-80{
    color: rgba(123, 88, 174, 0.8);
  }

  .xl\:text-purple-bright{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .xl\:text-ultramarine{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .xl\:text-accent-red{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .xl\:text-accent-red-toned{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .xl\:text-error-red{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .xl\:text-warning-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .xl\:text-success-green{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .xl\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-black-80{
    color: rgba(0,0,0,.8);
  }

  .xl\:text-neutrals-100{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .xl\:text-neutrals-00{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .xl\:text-neutrals-grey{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .xl\:text-grey{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl\:text-light-grey{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-white-transparent{
    color: rgba(255,255,255,0);
  }

  .xl\:text-gradient-bw-start{
    color: rgba(231, 231, 231, 1);
  }

  .xl\:text-gradient-bw-end{
    color: rgba(231, 231, 231, 0);
  }

  .group:hover .xl\:group-hover\:text-petrol{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-graduation-00{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-graduation-25{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-graduation-50{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-graduation-75{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-graduation-100{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-80{
    color: rgba(123, 88, 174, 0.8);
  }

  .group:hover .xl\:group-hover\:text-purple-bright{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-ultramarine{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-accent-red{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-accent-red-toned{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-error-red{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warning-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-success-green{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-80{
    color: rgba(0,0,0,.8);
  }

  .group:hover .xl\:group-hover\:text-neutrals-100{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutrals-00{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutrals-grey{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-light-grey{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent{
    color: rgba(255,255,255,0);
  }

  .group:hover .xl\:group-hover\:text-gradient-bw-start{
    color: rgba(231, 231, 231, 1);
  }

  .group:hover .xl\:group-hover\:text-gradient-bw-end{
    color: rgba(231, 231, 231, 0);
  }

  .xl\:focus-within\:text-petrol:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-graduation-00:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-graduation-25:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-graduation-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-graduation-75:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-graduation-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple:focus-within{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-80:focus-within{
    color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus-within\:text-purple-bright:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-ultramarine:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-accent-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-accent-red-toned:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-error-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warning-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-success-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-80:focus-within{
    color: rgba(0,0,0,.8);
  }

  .xl\:focus-within\:text-neutrals-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutrals-00:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutrals-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-light-grey:focus-within{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    color: rgba(255,255,255,0);
  }

  .xl\:focus-within\:text-gradient-bw-start:focus-within{
    color: rgba(231, 231, 231, 1);
  }

  .xl\:focus-within\:text-gradient-bw-end:focus-within{
    color: rgba(231, 231, 231, 0);
  }

  .xl\:hover\:text-petrol:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .xl\:hover\:text-graduation-00:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-graduation-25:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-graduation-50:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .xl\:hover\:text-graduation-75:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .xl\:hover\:text-graduation-100:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-80:hover{
    color: rgba(123, 88, 174, 0.8);
  }

  .xl\:hover\:text-purple-bright:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .xl\:hover\:text-ultramarine:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .xl\:hover\:text-accent-red:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .xl\:hover\:text-accent-red-toned:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .xl\:hover\:text-error-red:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warning-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .xl\:hover\:text-success-green:hover{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-80:hover{
    color: rgba(0,0,0,.8);
  }

  .xl\:hover\:text-neutrals-100:hover{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutrals-00:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutrals-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl\:hover\:text-light-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:hover{
    color: rgba(255,255,255,0);
  }

  .xl\:hover\:text-gradient-bw-start:hover{
    color: rgba(231, 231, 231, 1);
  }

  .xl\:hover\:text-gradient-bw-end:hover{
    color: rgba(231, 231, 231, 0);
  }

  .xl\:focus\:text-petrol:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .xl\:focus\:text-graduation-00:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-graduation-25:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-graduation-50:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-text-opacity));
  }

  .xl\:focus\:text-graduation-75:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-text-opacity));
  }

  .xl\:focus\:text-graduation-100:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-80:focus{
    color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus\:text-purple-bright:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-text-opacity));
  }

  .xl\:focus\:text-ultramarine:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-text-opacity));
  }

  .xl\:focus\:text-accent-red:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .xl\:focus\:text-accent-red-toned:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-text-opacity));
  }

  .xl\:focus\:text-error-red:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warning-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-text-opacity));
  }

  .xl\:focus\:text-success-green:focus{
    --tw-text-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-80:focus{
    color: rgba(0,0,0,.8);
  }

  .xl\:focus\:text-neutrals-100:focus{
    --tw-text-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutrals-00:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutrals-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl\:focus\:text-light-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus{
    color: rgba(255,255,255,0);
  }

  .xl\:focus\:text-gradient-bw-start:focus{
    color: rgba(231, 231, 231, 1);
  }

  .xl\:focus\:text-gradient-bw-end:focus{
    color: rgba(231, 231, 231, 0);
  }

  .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-petrol::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-petrol::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-graduation-00::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-graduation-00::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-graduation-25::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-graduation-25::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-graduation-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-graduation-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-graduation-75::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-graduation-75::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-graduation-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-graduation-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-80::-moz-placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .xl\:placeholder-purple-80::placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .xl\:placeholder-purple-bright::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-bright::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-ultramarine::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-ultramarine::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-accent-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-accent-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-accent-red-toned::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-accent-red-toned::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-error-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-error-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warning-yellow::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warning-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-success-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-success-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-80::-moz-placeholder{
    color: rgba(0,0,0,.8);
  }

  .xl\:placeholder-black-80::placeholder{
    color: rgba(0,0,0,.8);
  }

  .xl\:placeholder-neutrals-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutrals-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutrals-00::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutrals-00::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutrals-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutrals-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-light-grey::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-light-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent::-moz-placeholder{
    color: rgba(255,255,255,0);
  }

  .xl\:placeholder-white-transparent::placeholder{
    color: rgba(255,255,255,0);
  }

  .xl\:placeholder-gradient-bw-start::-moz-placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .xl\:placeholder-gradient-bw-start::placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .xl\:placeholder-gradient-bw-end::-moz-placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .xl\:placeholder-gradient-bw-end::placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .xl\:focus\:placeholder-petrol:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-petrol:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-graduation-00:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-graduation-00:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-graduation-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-graduation-25:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 232, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-graduation-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-graduation-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 161, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-graduation-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-graduation-75:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 88, 98, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-graduation-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-graduation-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 53, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(149, 35, 109, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(123, 88, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-80:focus::-moz-placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus\:placeholder-purple-80:focus::placeholder{
    color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus\:placeholder-purple-bright:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-bright:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 40, 115, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-ultramarine:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-ultramarine:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 54, 137, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-accent-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-accent-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-accent-red-toned:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-accent-red-toned:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 116, 104, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-error-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-error-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 0, 40, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warning-yellow:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warning-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-success-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-success-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(132, 189, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-80:focus::-moz-placeholder{
    color: rgba(0,0,0,.8);
  }

  .xl\:focus\:placeholder-black-80:focus::placeholder{
    color: rgba(0,0,0,.8);
  }

  .xl\:focus\:placeholder-neutrals-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutrals-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(41, 51, 51, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutrals-00:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutrals-00:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutrals-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutrals-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-light-grey:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-light-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, 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-white-transparent:focus::-moz-placeholder{
    color: rgba(255,255,255,0);
  }

  .xl\:focus\:placeholder-white-transparent:focus::placeholder{
    color: rgba(255,255,255,0);
  }

  .xl\:focus\:placeholder-gradient-bw-start:focus::-moz-placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .xl\:focus\:placeholder-gradient-bw-start:focus::placeholder{
    color: rgba(231, 231, 231, 1);
  }

  .xl\:focus\:placeholder-gradient-bw-end:focus::-moz-placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .xl\:focus\:placeholder-gradient-bw-end:focus::placeholder{
    color: rgba(231, 231, 231, 0);
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-5{
    opacity: 0.05;
  }

  .xl\:opacity-10{
    opacity: 0.1;
  }

  .xl\:opacity-20{
    opacity: 0.2;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-30{
    opacity: 0.3;
  }

  .xl\:opacity-40{
    opacity: 0.4;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-60{
    opacity: 0.6;
  }

  .xl\:opacity-70{
    opacity: 0.7;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-80{
    opacity: 0.8;
  }

  .xl\:opacity-90{
    opacity: 0.9;
  }

  .xl\:opacity-95{
    opacity: 0.95;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .xl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .xl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .xl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .xl\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .xl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .xl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xl\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .xl\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .xl\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .xl\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .xl\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .xl\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .xl\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .xl\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .xl\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .xl\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .xl\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .xl\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .xl\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .xl\:bg-blend-color{
    background-blend-mode: color;
  }

  .xl\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .xl\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .xl\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .xl\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .xl\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .xl\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .xl\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .xl\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .xl\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .xl\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .xl\:mix-blend-color{
    mix-blend-mode: color;
  }

  .xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .xl\:shadow-default{
    --tw-shadow: 0px 2px 20px 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-default{
    --tw-shadow: 0px 2px 20px 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-default:focus-within{
    --tw-shadow: 0px 2px 20px 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-default:hover{
    --tw-shadow: 0px 2px 20px 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-default:focus{
    --tw-shadow: 0px 2px 20px 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\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xl\:ring-petrol{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .xl\:ring-graduation-00{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-graduation-25{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-graduation-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .xl\:ring-graduation-75{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .xl\:ring-graduation-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .xl\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-80{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:ring-purple-bright{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .xl\:ring-ultramarine{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .xl\:ring-accent-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .xl\:ring-accent-red-toned{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .xl\:ring-error-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .xl\:ring-warning-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .xl\:ring-success-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-black-80{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .xl\:ring-neutrals-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .xl\:ring-neutrals-00{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-neutrals-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .xl\:ring-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .xl\:ring-light-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .xl\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-white-transparent{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .xl\:ring-gradient-bw-start{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .xl\:ring-gradient-bw-end{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .xl\:focus-within\:ring-petrol:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-graduation-00:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-graduation-25:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-graduation-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-graduation-75:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-graduation-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-80:focus-within{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus-within\:ring-purple-bright:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-ultramarine:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-accent-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-accent-red-toned:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-error-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warning-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-success-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-80:focus-within{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .xl\:focus-within\:ring-neutrals-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutrals-00:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutrals-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-light-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, 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-white-transparent:focus-within{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .xl\:focus-within\:ring-gradient-bw-start:focus-within{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .xl\:focus-within\:ring-gradient-bw-end:focus-within{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .xl\:focus\:ring-petrol:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-graduation-00:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-graduation-25:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 232, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-graduation-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 161, 178, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-graduation-75:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 88, 98, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-graduation-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 53, 59, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 35, 109, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 88, 174, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-80:focus{
    --tw-ring-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus\:ring-purple-bright:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 40, 115, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-ultramarine:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 54, 137, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-accent-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-accent-red-toned:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 116, 104, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-error-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 0, 40, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warning-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 59, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-success-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 189, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-80:focus{
    --tw-ring-color: rgba(0,0,0,.8);
  }

  .xl\:focus\:ring-neutrals-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 51, 51, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutrals-00:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutrals-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 178, 178, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-light-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, 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-white-transparent:focus{
    --tw-ring-color: rgba(255,255,255,0);
  }

  .xl\:focus\:ring-gradient-bw-start:focus{
    --tw-ring-color: rgba(231, 231, 231, 1);
  }

  .xl\:focus\:ring-gradient-bw-end:focus{
    --tw-ring-color: rgba(231, 231, 231, 0);
  }

  .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-petrol{
    --tw-ring-offset-color: #0C5862;
  }

  .xl\:ring-offset-graduation-00{
    --tw-ring-offset-color: #ECFCFE;
  }

  .xl\:ring-offset-graduation-25{
    --tw-ring-offset-color: #4BE8FA;
  }

  .xl\:ring-offset-graduation-50{
    --tw-ring-offset-color: #03A1B2;
  }

  .xl\:ring-offset-graduation-75{
    --tw-ring-offset-color: #0C5862;
  }

  .xl\:ring-offset-graduation-100{
    --tw-ring-offset-color: #01353B;
  }

  .xl\:ring-offset-purple-dark{
    --tw-ring-offset-color: #95236D;
  }

  .xl\:ring-offset-purple{
    --tw-ring-offset-color: #7B58AE;
  }

  .xl\:ring-offset-purple-80{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:ring-offset-purple-bright{
    --tw-ring-offset-color: #832873;
  }

  .xl\:ring-offset-ultramarine{
    --tw-ring-offset-color: #3E3689;
  }

  .xl\:ring-offset-accent-red{
    --tw-ring-offset-color: #FF7468;
  }

  .xl\:ring-offset-accent-red-toned{
    --tw-ring-offset-color: #FF7468;
  }

  .xl\:ring-offset-error-red{
    --tw-ring-offset-color: #BE0028;
  }

  .xl\:ring-offset-warning-yellow{
    --tw-ring-offset-color: #FFEB3B;
  }

  .xl\:ring-offset-success-green{
    --tw-ring-offset-color: #84BD00;
  }

  .xl\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-black-80{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .xl\:ring-offset-neutrals-100{
    --tw-ring-offset-color: #293333;
  }

  .xl\:ring-offset-neutrals-00{
    --tw-ring-offset-color: #f2f5f5;
  }

  .xl\:ring-offset-neutrals-grey{
    --tw-ring-offset-color: #b2b2b2;
  }

  .xl\:ring-offset-grey{
    --tw-ring-offset-color: #dee2e6;
  }

  .xl\:ring-offset-light-grey{
    --tw-ring-offset-color: #e6e6e6;
  }

  .xl\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-white-transparent{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .xl\:ring-offset-gradient-bw-start{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .xl\:ring-offset-gradient-bw-end{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .xl\:focus-within\:ring-offset-petrol:focus-within{
    --tw-ring-offset-color: #0C5862;
  }

  .xl\:focus-within\:ring-offset-graduation-00:focus-within{
    --tw-ring-offset-color: #ECFCFE;
  }

  .xl\:focus-within\:ring-offset-graduation-25:focus-within{
    --tw-ring-offset-color: #4BE8FA;
  }

  .xl\:focus-within\:ring-offset-graduation-50:focus-within{
    --tw-ring-offset-color: #03A1B2;
  }

  .xl\:focus-within\:ring-offset-graduation-75:focus-within{
    --tw-ring-offset-color: #0C5862;
  }

  .xl\:focus-within\:ring-offset-graduation-100:focus-within{
    --tw-ring-offset-color: #01353B;
  }

  .xl\:focus-within\:ring-offset-purple-dark:focus-within{
    --tw-ring-offset-color: #95236D;
  }

  .xl\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: #7B58AE;
  }

  .xl\:focus-within\:ring-offset-purple-80:focus-within{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus-within\:ring-offset-purple-bright:focus-within{
    --tw-ring-offset-color: #832873;
  }

  .xl\:focus-within\:ring-offset-ultramarine:focus-within{
    --tw-ring-offset-color: #3E3689;
  }

  .xl\:focus-within\:ring-offset-accent-red:focus-within{
    --tw-ring-offset-color: #FF7468;
  }

  .xl\:focus-within\:ring-offset-accent-red-toned:focus-within{
    --tw-ring-offset-color: #FF7468;
  }

  .xl\:focus-within\:ring-offset-error-red:focus-within{
    --tw-ring-offset-color: #BE0028;
  }

  .xl\:focus-within\:ring-offset-warning-yellow:focus-within{
    --tw-ring-offset-color: #FFEB3B;
  }

  .xl\:focus-within\:ring-offset-success-green:focus-within{
    --tw-ring-offset-color: #84BD00;
  }

  .xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-black-80:focus-within{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .xl\:focus-within\:ring-offset-neutrals-100:focus-within{
    --tw-ring-offset-color: #293333;
  }

  .xl\:focus-within\:ring-offset-neutrals-00:focus-within{
    --tw-ring-offset-color: #f2f5f5;
  }

  .xl\:focus-within\:ring-offset-neutrals-grey:focus-within{
    --tw-ring-offset-color: #b2b2b2;
  }

  .xl\:focus-within\:ring-offset-grey:focus-within{
    --tw-ring-offset-color: #dee2e6;
  }

  .xl\:focus-within\:ring-offset-light-grey:focus-within{
    --tw-ring-offset-color: #e6e6e6;
  }

  .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-white-transparent:focus-within{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .xl\:focus-within\:ring-offset-gradient-bw-start:focus-within{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .xl\:focus-within\:ring-offset-gradient-bw-end:focus-within{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .xl\:focus\:ring-offset-petrol:focus{
    --tw-ring-offset-color: #0C5862;
  }

  .xl\:focus\:ring-offset-graduation-00:focus{
    --tw-ring-offset-color: #ECFCFE;
  }

  .xl\:focus\:ring-offset-graduation-25:focus{
    --tw-ring-offset-color: #4BE8FA;
  }

  .xl\:focus\:ring-offset-graduation-50:focus{
    --tw-ring-offset-color: #03A1B2;
  }

  .xl\:focus\:ring-offset-graduation-75:focus{
    --tw-ring-offset-color: #0C5862;
  }

  .xl\:focus\:ring-offset-graduation-100:focus{
    --tw-ring-offset-color: #01353B;
  }

  .xl\:focus\:ring-offset-purple-dark:focus{
    --tw-ring-offset-color: #95236D;
  }

  .xl\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: #7B58AE;
  }

  .xl\:focus\:ring-offset-purple-80:focus{
    --tw-ring-offset-color: rgba(123, 88, 174, 0.8);
  }

  .xl\:focus\:ring-offset-purple-bright:focus{
    --tw-ring-offset-color: #832873;
  }

  .xl\:focus\:ring-offset-ultramarine:focus{
    --tw-ring-offset-color: #3E3689;
  }

  .xl\:focus\:ring-offset-accent-red:focus{
    --tw-ring-offset-color: #FF7468;
  }

  .xl\:focus\:ring-offset-accent-red-toned:focus{
    --tw-ring-offset-color: #FF7468;
  }

  .xl\:focus\:ring-offset-error-red:focus{
    --tw-ring-offset-color: #BE0028;
  }

  .xl\:focus\:ring-offset-warning-yellow:focus{
    --tw-ring-offset-color: #FFEB3B;
  }

  .xl\:focus\:ring-offset-success-green:focus{
    --tw-ring-offset-color: #84BD00;
  }

  .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:ring-offset-black-80:focus{
    --tw-ring-offset-color: rgba(0,0,0,.8);
  }

  .xl\:focus\:ring-offset-neutrals-100:focus{
    --tw-ring-offset-color: #293333;
  }

  .xl\:focus\:ring-offset-neutrals-00:focus{
    --tw-ring-offset-color: #f2f5f5;
  }

  .xl\:focus\:ring-offset-neutrals-grey:focus{
    --tw-ring-offset-color: #b2b2b2;
  }

  .xl\:focus\:ring-offset-grey:focus{
    --tw-ring-offset-color: #dee2e6;
  }

  .xl\:focus\:ring-offset-light-grey:focus{
    --tw-ring-offset-color: #e6e6e6;
  }

  .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-white-transparent:focus{
    --tw-ring-offset-color: rgba(255,255,255,0);
  }

  .xl\:focus\:ring-offset-gradient-bw-start:focus{
    --tw-ring-offset-color: rgba(231, 231, 231, 1);
  }

  .xl\:focus\:ring-offset-gradient-bw-end:focus{
    --tw-ring-offset-color: rgba(231, 231, 231, 0);
  }

  .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);
  }
}
