/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * 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;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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: Bauziet, Goodot, 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 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * 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
 */

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-bold-italic.ttf) format("truetype");

  font-weight:700;

  font-style:italic
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-bold.ttf) format("truetype");

  font-weight:700;

  font-style:normal
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-extrabold-italic.ttf) format("truetype");

  font-weight:800;

  font-style:italic
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-extrabold.ttf) format("truetype");

  font-weight:800;

  font-style:normal
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-light-italic.ttf) format("truetype");

  font-weight:300;

  font-style:italic
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-light.ttf) format("truetype");

  font-weight:300;

  font-style:normal
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-medium-italic.ttf) format("truetype");

  font-weight:500;

  font-style:italic
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-medium.ttf) format("truetype");

  font-weight:500;

  font-style:normal
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-regular-italic.ttf) format("truetype");

  font-weight:400;

  font-style:italic
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-regular.ttf) format("truetype");

  font-weight:400;

  font-style:normal
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-semibold-italic.ttf) format("truetype");

  font-weight:600;

  font-style:italic
}

@font-face{
  font-family:"Bauziet";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/bauziet-norm-semibold.ttf) format("truetype");

  font-weight:600;

  font-style:normal
}

@font-face{
  font-family:"Goodot";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/GoodOT-Light.otf) format("opentype");

  font-weight:300;

  font-style:normal
}

@font-face{
  font-family:"Goodot";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/GoodOT-Book.otf) format("opentype");

  font-weight:400;

  font-style:normal
}

@font-face{
  font-family:"Goodot";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/GoodOT-Bold.otf) format("opentype");

  font-weight:700;

  font-style:normal
}

@font-face{
  font-family:"Goodot";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/GoodOT-CondBold.otf) format("opentype");

  font-weight:600;

  font-style:normal
}

@font-face{
  font-family:"Futura";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/FuturaStd-Bold.otf) format("opentype");

  font-weight:700;

  font-style:normal
}

@font-face{
  font-family:"WHD";

  src:url(/wp-content/themes/wereldhavendagen/dist/fonts/Wereldhavendagen-Regular.ttf) format("truetype");

  font-weight:400;

  font-style:normal
}

html,body{
  font-family:"Bauziet",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height:1.6
}

@media (min-width: 768px){
  html,body{
    font-size: 20px;
    line-height:1.7
  }
}

p{
  margin-bottom: 2rem
}

@media (min-width: 768px){
  p{
    margin-bottom: 2.5rem
  }
}

a{
  cursor: pointer;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.font-futura{
  font-family:"Futura",serif
}

h1{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height:1.2
}

@media (min-width: 768px){
  h1{
    font-size: 50px;
    margin-bottom: 0.75rem
  }
}

h2{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height:1.5
}

@media (min-width: 768px){
  h2{
    font-size: 30px;
    margin-bottom: 2rem
  }
}

h3{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height:1.5
}

@media (min-width: 768px){
  h3{
    font-size: 22px;
    margin-bottom: 2rem
  }
}

h4{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1.5rem
}

@media (min-width: 768px){
  h4{
    font-size: 20px;
    margin-bottom: 2rem
  }
}

h5{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem
}

h6{
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1.5rem
}

.heading{
  font-weight: 700;
  font-size: 35px;
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity));
  line-height: 1.25;
  display: inline-block;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 0
}

@media (min-width: 768px){
  .heading{
    font-size: 45px;
    margin-bottom: 2rem
  }
}

.heading span{
  position: relative;
  z-index: auto;
  line-height: 1.25;
  overflow-wrap:anywhere
}

.heading span:after{
  --bg-opacity: 1;
  background-color: #b7dbf9;
  background-color: rgba(183, 219, 249, var(--bg-opacity));
  position: absolute;
  left: 0;
  width: 100%;
  height:60%;
  top:55%;
  z-index:-1
}

.heading span:last-of-type:after{
  width:100%
}

.heading.heading-dark span:after{
  --bg-opacity: 1;
  background-color: #A4D2EC;
  background-color: rgba(164, 210, 236, var(--bg-opacity))
}

.toggle-text-link,.tab__switch-wrapper{
  display: block;
  margin-bottom: 1.25rem
}

.toggle-text-link a,.tab__switch-wrapper a{
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity));
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  line-height:1.4
}

.toggle-text-link a:after,.tab__switch-wrapper a:after{
  content:"";
  border-bottom-width: 2px;
  border-color: transparent;
  margin-top: 0.25rem;
  display: block;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.toggle-text-link a.active,.tab__switch-wrapper a.active,.toggle-text-link a:hover,.tab__switch-wrapper a:hover{
  --text-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--text-opacity))
}

.toggle-text-link a.active:after,.tab__switch-wrapper a.active:after,.toggle-text-link a:hover:after,.tab__switch-wrapper a:hover:after{
  border-bottom-color:inherit
}

.search-result-item .entry-summary strong{
  font-weight: 400;
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity))
}

@-webkit-keyframes spin{
  0%{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg)
  }

  100%{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

@-o-keyframes spin{
  0%{
    -o-transform:rotate(0deg);
       transform:rotate(0deg)
  }

  100%{
    -o-transform:rotate(360deg);
       transform:rotate(360deg)
  }
}

@keyframes spin{
  0%{
    -webkit-transform:rotate(0deg);
         -o-transform:rotate(0deg);
            transform:rotate(0deg)
  }

  100%{
    -webkit-transform:rotate(360deg);
         -o-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

#loader{
  border:3px solid #E6E3DF;
  border-top:3px solid #2D2D2D;
  border-radius:50%;
  width:20px;
  height:20px;
  -webkit-animation:spin 2s linear infinite;
       -o-animation:spin 2s linear infinite;
          animation:spin 2s linear infinite;
  visibility:hidden
}

#loader.yellow{
  border-color:#FF9103;
  border-top-color:#2D2D2D
}

#event-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}

#event-list .entry-thumbnail:before{
  content:"";
  display:block;
  padding-top:62.5%
}

.font-whd{
  font-family:"WHD",sans-serif;
  text-transform: lowercase;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height:.8
}

.font-whd.heading span{
  line-height:inherit
}

.wp-block-list{
  list-style-type:disc
}

.wp-block-list li a{
  text-decoration:underline !important
}

.content a{
  text-decoration:underline !important
}

.button,.pwd-form button,.gform_wrapper input[type=submit]{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: inline-block;
  text-align: center;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
  cursor: pointer
}

.button:hover,.pwd-form button:hover,.gform_wrapper input[type=submit]:hover{
  opacity: 1
}

.button.bg-blue:hover,.pwd-form button.bg-blue:hover,.gform_wrapper input.bg-blue[type=submit]:hover{
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity))
}

.button.bg-blueDark:hover,.pwd-form button.bg-blueDark:hover,.gform_wrapper input.bg-blueDark[type=submit]:hover{
  --bg-opacity: 1;
  background-color: #00233F;
  background-color: rgba(0, 35, 63, var(--bg-opacity))
}

.button.bg-red:hover,.pwd-form button.bg-red:hover,.gform_wrapper input.bg-red[type=submit]:hover{
  --bg-opacity: 1;
  background-color: #AA030D;
  background-color: rgba(170, 3, 13, var(--bg-opacity))
}

.button.bg-darkGrey:hover,.pwd-form button.bg-darkGrey:hover,.gform_wrapper input.bg-darkGrey[type=submit]:hover{
  --bg-opacity: 1;
  background-color: #212121;
  background-color: rgba(33, 33, 33, var(--bg-opacity))
}

.cards-filter-buttons .filter-button{
  display: block;
  font-size: 0.875rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  height:50px;
  float:left
}

.cards-filter-buttons .filter-button:focus{
  outline:none;
  border-radius:0
}

.cards-filter-buttons .filter-button:hover{
  --border-opacity: 1;
  border-color: #0065bb;
  border-color: rgba(0, 101, 187, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

.cards-filter-buttons .filter-button.selectedfilter{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #0065bb;
  border-color: rgba(0, 101, 187, var(--border-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.cards-filter-buttons .filter-button.dpd-filter_toggle-deelnemer{
  min-width:190px
}

.button-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}

.button-group .button,.button-group .pwd-form button,.pwd-form .button-group button,.button-group .gform_wrapper input[type=submit],.gform_wrapper .button-group input[type=submit]{
  margin-bottom: 0.5rem;
  margin-right: 0.5rem
}

.gform_wrapper .gfield_label{
  font-weight: 400;
  display: block;
  margin-bottom: 0.25rem
}

@media (min-width: 768px){
  .gform_wrapper .gfield_label{
    display: none !important
  }
}

.gform_wrapper .gfield{
  margin-bottom: 1rem
}

.gform_wrapper .gfield.hidden_label .gfield_label{
  display: none !important
}

.gform_wrapper .ginput_container{
  position: relative
}

.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gform_wrapper .ginput_container textarea{
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #DDD;
  border-color: rgba(221, 221, 221, var(--border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  --text-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--text-opacity));
  line-height:1.6
}

.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,.gform_wrapper .ginput_container textarea:focus{
  --border-opacity: 1 !important;
  border-color: #0065bb !important;
  border-color: rgba(0, 101, 187, var(--border-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  border-radius: 2px !important;
  -webkit-box-shadow:0 0 0 1px #0065bb;
          box-shadow:0 0 0 1px #0065bb
}

.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,.gform_wrapper .ginput_container textarea::-webkit-input-placeholder{
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity))
}

.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,.gform_wrapper .ginput_container textarea::-moz-placeholder{
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity))
}

.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,.gform_wrapper .ginput_container textarea:-ms-input-placeholder{
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity))
}

.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,.gform_wrapper .ginput_container textarea:-moz-placeholder{
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity))
}

@media (min-width: 768px){
  .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gform_wrapper .ginput_container textarea{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height:1.7
  }
}

.gform_wrapper .ginput_container textarea{
  height:140px
}

.gform_wrapper .ginput_container.ginput_container_textarea{
  line-height:0
}

.gform_wrapper .ginput_container.ginput_container_multiselect{
  display:none
}

.gform_wrapper .ginput_container.ginput_container_checkbox{
  display:none;
  padding:15px
}

.gform_wrapper .ginput_container .ginput_counter{
  display: none
}

.gform_wrapper .ginput_container .gfield_checkbox li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  margin-right: 2rem
}

.gform_wrapper .ginput_container .gfield_checkbox li input[type=checkbox]{
  width:30px;
  height:30px;
  margin-right: 0.5rem;
  border-radius: 2px;
  --bg-opacity: 1;
  background-color: #2F7094;
  background-color: rgba(47, 112, 148, var(--bg-opacity));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:16px
}

.gform_wrapper .ginput_container .gfield_checkbox li input[type=checkbox]::-ms-check{
  display:none
}

.gform_wrapper .ginput_container .gfield_checkbox li input[type=checkbox]:checked{
  --bg-opacity: 1;
  background-color: #ff6f03;
  background-color: rgba(255, 111, 3, var(--bg-opacity));
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMjAgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aCAyIENvcHk8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYtLy1Gb290ZXItdmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMDkuMDAwMDAwLCAtNzg3LjAwMDAwMCkiIHN0cm9rZT0iI0RERERERCIgc3Ryb2tlLXdpZHRoPSI0Ij4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTItQ29weSIgcG9pbnRzPSIzMTEgNzkzLjExNzY0NyAzMTYuOTI1OTI2IDc5OSAzMjcgNzg5Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.gform_wrapper .gfield--type-multiselect .gfield_label{
  width: 100%;
  --border-opacity: 1;
  border-color: #DDD;
  border-color: rgba(221, 221, 221, var(--border-opacity));
  border-width: 1px;
  cursor: pointer;
  opacity: 0.5;
  --text-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--text-opacity));
  display:inline-block !important;
  padding:20px 30px 20px 30px
}

.gform_wrapper .gfield--type-multiselect .gfield_label::after{
  display:inline-block;
  content:">";
  margin-left:15px;
  font-size:11px;
  -webkit-transform:rotate(90deg) scale(1, 2);
       -o-transform:rotate(90deg) scale(1, 2);
          transform:rotate(90deg) scale(1, 2)
}

.gform_wrapper .ginput_container_multiselect .gfield_select{
  width:100% !important
}

.gform_wrapper .gfield--type-checkbox .gfield_label{
  width: 100%;
  --border-opacity: 1;
  border-color: #DDD;
  border-color: rgba(221, 221, 221, var(--border-opacity));
  border-width: 1px;
  cursor: pointer;
  --text-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--text-opacity));
  display:inline-block !important;
  padding:20px 30px 20px 30px
}

.gform_wrapper .gfield--type-checkbox .gfield_label::after{
  display:inline-block;
  content:">";
  margin-left:15px;
  font-size:11px;
  -webkit-transform:rotate(90deg) scale(1, 2);
       -o-transform:rotate(90deg) scale(1, 2);
          transform:rotate(90deg) scale(1, 2)
}

.gform_wrapper .validation_error{
  display: none
}

.gform_wrapper .gfield_error{
  margin-bottom: 2rem;
  background-color: transparent;
  border-style: none;
  position: relative
}

.gform_wrapper .gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gform_wrapper .gfield_error .ginput_container textarea{
  border-style: solid;
  --border-opacity: 1;
  border-color: #e70000;
  border-color: rgba(231, 0, 0, var(--border-opacity));
  border-radius: 2px
}

.gform_wrapper .gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(:focus),.gform_wrapper .gfield_error .ginput_container textarea:not(:focus){
  -webkit-box-shadow:0 0 0 1px #e70000;
          box-shadow:0 0 0 1px #e70000
}

.gform_wrapper .gfield_error .ginput_container_checkbox~.validation_message,.gform_wrapper .gfield_error .ginput_container_radio~.validation_message{
  position: relative;
  bottom: auto;
  margin-top: 0.75rem
}

.gform_wrapper .gfield_error .validation_message{
  display: inline-block;
  font-size: 14px;
  --bg-opacity: 1;
  background-color: #e70000;
  background-color: rgba(231, 0, 0, var(--bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 2px;
  font-weight: 700;
  position: absolute;
  pointer-events: none;
  bottom:-1.35rem;
  left:1rem;
  z-index:1
}

@media (min-width: 768px){
  .gform_wrapper .gfield_error .validation_message{
    left:1.5rem
  }
}

.gform_wrapper .gfield_error .validation_message:before{
  content:"";
  width:0;
  height:0;
  display: inline-block;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-width:6px;
  border-bottom-color:#e70000;
  top:-12px;
  z-index:1
}

.gform_wrapper input[type=submit]{
  --bg-opacity: 1;
  background-color: #ff6f03;
  background-color: rgba(255, 111, 3, var(--bg-opacity));
  width: 100%;
  --text-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--text-opacity))
}

.gform_wrapper input[type=submit]:hover{
  --bg-opacity: 1;
  background-color: #FF9103;
  background-color: rgba(255, 145, 3, var(--bg-opacity))
}

@media (min-width: 768px){
  .gform_wrapper input[type=submit]{
    width: auto
  }
}

.gform_wrapper .gform_ajax_spinner{
  margin-top: 1rem
}

.pwd-form .form-description{
  margin-top: -1rem;
  margin-bottom: 1.5rem
}

@media (min-width: 768px){
  .pwd-form .form-description{
    margin-top: -1.5rem
  }
}

.pwd-form input{
  max-width: 32rem;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #DDD;
  border-color: rgba(221, 221, 221, var(--border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  --text-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--text-opacity))
}

.pwd-form button{
  display: block;
  --bg-opacity: 1;
  background-color: #ff6f03;
  background-color: rgba(255, 111, 3, var(--bg-opacity));
  margin-top: 1.5rem
}

.pwd-form button:hover{
  --bg-opacity: 1;
  background-color: #FF9103;
  background-color: rgba(255, 145, 3, var(--bg-opacity))
}

.collapse{
  overflow: hidden;
  display: none
}

.collapse-toggle{
  cursor: pointer
}

.collapse-toggle-style-default{
  font-size: 20px;
  font-weight: 700;
  padding-right: 2rem;
  margin-bottom: 1rem;
  position: relative
}

@media (min-width: 768px){
  .collapse-toggle-style-default{
    font-size: 24px
  }
}

.collapse-toggle-style-default:after{
  content:"";
  width:13px;
  height:10px;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEAAAAADSRT5sAAABCklEQVQ4EbWSzQ3DIAyFIR0i2aFSWKEr5NRDh2mXiarO0EtX4JBDR8gQFX0PAYpQ+QlSLTkEg78HxkJsTCl13EybfmPGwVPGcbzh/z4Mw3td18XH94yAn40xz77vOzBezLUChGPhinkHn1pEHHwGh8wTGJIikldCULsFrAkhpfzAL1rrhw0UPhHc7nYM1QGyEMaA51AMPjPRx1JjBs4DLrZErDnLAsgEZ5loxXIV4Pb24ZH3itTAecogwEmtSC2cTMlPbDkA9/J9apvipwAhKREnEG7uuiXZcWEjE7eWKZdvgqp2TgpQLCFiz1E6uT9sViAlUgtnflEgFgHcwJM15/5m48PTmwH/SPwC4+LgUS5PArMAAAAASUVORK5CYII=);
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  top:50%;
  right:13px;
  -webkit-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%)
}

.collapse-toggle-style-default.active:after{
  -webkit-transform:translateY(-50%) rotate(180deg);
       -o-transform:translateY(-50%) rotate(180deg);
          transform:translateY(-50%) rotate(180deg)
}

.collapse-toggle-style-blue{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.collapse-toggle-style-blue:hover{
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity))
}

.collapse-toggle-style-blue:before{
  content:"";
  width:13px;
  height:10px;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEAAAAADSRT5sAAAApElEQVQ4EbWSiw2AIAxE2YeBXIfBTfAqlrQEytcmRArcO3LinKgYoxft0rTJwEbAuDGuJTJEpP0YQTGwSHCuJROIGc6cZILOYxBU1pQJhCWcWMRIkRsHunENa4cPinCnNTOCmbPiTuolgJFL/ROstjLvRvqaWQBrT9201xigrRenfBsmWM6lolPi0QaoWt7ksA/nS1RMzsErJufhhcnYU2TR398HNkAfK4A3tB8AAAAASUVORK5CYII=);
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  top:50%;
  left:1.25rem;
  -webkit-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%)
}

.collapse-toggle-style-blue.active:before{
  -webkit-transform:translateY(-50%) rotate(180deg);
       -o-transform:translateY(-50%) rotate(180deg);
          transform:translateY(-50%) rotate(180deg)
}

.dpd-card{
  display: block;
  position: relative;
  cursor: pointer;
  padding-bottom: 3rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  min-height:400px
}

@media (min-width: 640px){
  .dpd-card{
    min-height:440px
  }
}

@media (min-width: 768px){
  .dpd-card{
    min-height:540px
  }
}

@media (min-width: 1024px){
  .dpd-card{
    min-height:470px
  }
}

@media (min-width: 1280px){
  .dpd-card{
    min-height:440px
  }
}

@media (min-width: 1400px){
  .dpd-card{
    min-height:500px
  }
}

.dpd-card:hover .thumbnail-image{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity))
}

.dpd-card.bg-blueMedium:hover{
  --bg-opacity: 1;
  background-color: #00294B;
  background-color: rgba(0, 41, 75, var(--bg-opacity))
}

.dpd-card.bg-red:hover{
  --bg-opacity: 1;
  background-color: #AA030D;
  background-color: rgba(170, 3, 13, var(--bg-opacity))
}

.dpd-card.bg-yellow:hover{
  --bg-opacity: 1;
  background-color: #FF9103;
  background-color: rgba(255, 145, 3, var(--bg-opacity))
}

.dpd-card_icon{
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width:60px;
  height:60px
}

.dpd-card_icon.live,.dpd-card_icon.video{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgMjwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlBvcnQtZGF5LS8tR3JpZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQwMC4wMDAwMDAsIC0yNDAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MDAuMDAwMDAwLCAyNDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgZmlsbD0iIzAxNjlCNCIgeD0iMCIgeT0iMCIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iVHJpYW5nbGUiIGZpbGw9IiNGRkZGRkYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwLjAwMDAwMCwgMzAuMDAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTMwLjAwMDAwMCwgLTMwLjAwMDAwMCkgIiBwb2ludHM9IjMwIDIyIDM5IDM4IDIxIDM4Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.dpd-card_icon.news{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlBvcnQtZGF5LS8tR3JpZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg0Mi4wMDAwMDAsIC0yNTMuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NDIuMDAwMDAwLCAyNTMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgZmlsbD0iIzAxNjlCNCIgeD0iMCIgeT0iMCIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8ZyBpZD0iaWNvbm1vbnN0ci1uZXdzcGFwZXItMTMtY29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTguMDAwMDAwLCAyMC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik03LDE0IEwyMCwxNCBMMjAsMTUgTDcsMTUgTDcsMTQgWiBNMjAsMTEgTDcsMTEgTDcsMTIgTDIwLDEyIEwyMCwxMSBaIE0yMCw1IEwxNSw1IEwxNSw2IEwyMCw2IEwyMCw1IFogTTIwLDggTDE1LDggTDE1LDkgTDIwLDkgTDIwLDggWiBNMywwIEwzLDE3LjE5OSBDMywxNy45NyAyLDE3Ljk3IDIsMTcuMTk5IEwyLDIgTDAsMiBMMCwxNy45OCBDMCwxOS4wOTUgMC45MDUsMjAgMi4wMiwyMCBMMjEuOTc4LDIwIEMyMy4wOTUsMjAgMjQsMTkuMDk2IDI0LDE3Ljk4IEwyNCwwIEwzLDAgTDMsMCBaIE0yMiwxNyBMNSwxNyBMNSwyIEwyMiwyIEwyMiwxNyBaIE0xMyw1IEw3LDUgTDcsOSBMMTMsOSBMMTMsNSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.dpd-card_icon.images{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgMzwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlBvcnQtZGF5LS8tR3JpZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMjAuMDAwMDAwLCAtMzAwLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEyMC4wMDAwMDAsIDMwMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIGZpbGw9IiMwMTY5QjQiIHg9IjAiIHk9IjAiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOS4wMDAwMDAsIDIwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIGZpbGw9IiNGRkZGRkYiIHg9IjAiIHk9IjMiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aC00IiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgcG9pbnRzPSI1IDAgMjMgMCAyMyAxNCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.dpd-card_icon.podcast{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNTwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlBvcnQtZGF5LS8tR3JpZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc2MC4wMDAwMDAsIC0xOTQwLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzYwLjAwMDAwMCwgMTk0MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtQ29weS00IiBmaWxsPSIjMDE2OUI0IiB4PSIwIiB5PSIwIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxnIGlkPSJpY29ubW9uc3RyLXJhZGlvLXRvd2VyLTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOC4wMDAwMDAsIDE5LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTYuMDQzLDE2LjQ5NiBMNC41NiwxOC4wMDEgQzEuNzcsMTUuOCA4Ljg4MTc4NDJlLTE2LDEyLjU4OCA4Ljg4MTc4NDJlLTE2LDkgQzguODgxNzg0MmUtMTYsNS40MTIgMS43NywyLjIgNC41NjEsLTEuNzc2MzU2ODRlLTE1IEw2LjA0NCwxLjUwNCBDMy43MTcsMy4zMzkgMi4yMzksNi4wMTYgMi4yMzksOSBDMi4yMzksMTEuOTg0IDMuNzE3LDE0LjY2MSA2LjA0MywxNi40OTYgWiBNMTUsOSBDMTUsNy4zNDMgMTMuNjU2LDYgMTIsNiBDMTAuMzQ0LDYgOSw3LjM0MyA5LDkgQzksMTAuMzA0IDkuODM4LDExLjQwMyAxMSwxMS44MTYgTDExLDIyIEwxMywyMiBMMTMsMTEuODE2IEMxNC4xNjIsMTEuNDAzIDE1LDEwLjMwNCAxNSw5IFogTTYuNzE4LDkgQzYuNzE4LDcuMjA5IDcuNjA1LDUuNjAyIDksNC41MDIgTDcuNTE5LDMgQzUuNjU5LDQuNDY3IDQuNDc5LDYuNjA4IDQuNDc5LDkgQzQuNDc5LDExLjM5MiA1LjY1OSwxMy41MzMgNy41MTksMTUgTDksMTMuNDk4IEM3LjYwNCwxMi4zOTggNi43MTgsMTAuNzkxIDYuNzE4LDkgWiBNMTkuNDQsLTEuNzc2MzU2ODRlLTE1IEwxNy45NTcsMS41MDQgQzIwLjI4MywzLjMzOSAyMS43NjEsNi4wMTYgMjEuNzYxLDkgQzIxLjc2MSwxMS45ODQgMjAuMjgzLDE0LjY2MSAxNy45NTcsMTYuNDk2IEwxOS40NCwxOC4wMDEgQzIyLjIzLDE1LjggMjQsMTIuNTg4IDI0LDkgQzI0LDUuNDEyIDIyLjIzLDIuMiAxOS40NCwtMS43NzYzNTY4NGUtMTUgWiBNMTYuNDgxLDMgTDE1LDQuNTAyIEMxNi4zOTYsNS42MDMgMTcuMjgyLDcuMjA5IDE3LjI4Miw5IEMxNy4yODIsMTAuNzkxIDE2LjM5NiwxMi4zOTggMTUsMTMuNDk4IEwxNi40ODEsMTUgQzE4LjM0MSwxMy41MzMgMTkuNTIxLDExLjM5MiAxOS41MjEsOSBDMTkuNTIxLDYuNjA4IDE4LjM0Miw0LjQ2NyAxNi40ODEsMyBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.dpd-card_fav{
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  width:60px;
  height:60px;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTlweCIgaGVpZ2h0PSI1OXB4IiB2aWV3Qm94PSIwIDAgNTkgNTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXA8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUtQ29weS0xMCIgcG9pbnRzPSI1OSAwIDU5IDU5IDAgNTkiPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlN0YXItQ29weS0xNiIgZmlsbD0iI0Q2RDREMSIgcG9pbnRzPSI0MCA0NS41IDMzLjUzNDM2MjIgNDguODk5MTg2OSAzNC43NjkxODkyIDQxLjY5OTU5MzUgMjkuNTM4Mzc4MyAzNi42MDA4MTMxIDM2Ljc2NzE4MTEgMzUuNTUwNDA2NSA0MCAyOSA0My4yMzI4MTg5IDM1LjU1MDQwNjUgNTAuNDYxNjIxNyAzNi42MDA4MTMxIDQ1LjIzMDgxMDggNDEuNjk5NTkzNSA0Ni40NjU2Mzc4IDQ4Ljg5OTE4NjkiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.dpd-card_fav:hover{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTlweCIgaGVpZ2h0PSI1OXB4IiB2aWV3Qm94PSIwIDAgNTkgNTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXA8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUtQ29weS0xMCIgcG9pbnRzPSI1OSAwIDU5IDU5IDAgNTkiPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlN0YXItQ29weS0xNiIgZmlsbD0iI0ZDQkQxOCIgcG9pbnRzPSI0MCA0NS41IDMzLjUzNDM2MjIgNDguODk5MTg2OSAzNC43NjkxODkyIDQxLjY5OTU5MzUgMjkuNTM4Mzc4MyAzNi42MDA4MTMxIDM2Ljc2NzE4MTEgMzUuNTUwNDA2NSA0MCAyOSA0My4yMzI4MTg5IDM1LjU1MDQwNjUgNTAuNDYxNjIxNyAzNi42MDA4MTMxIDQ1LjIzMDgxMDggNDEuNjk5NTkzNSA0Ni40NjU2Mzc4IDQ4Ljg5OTE4NjkiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.dpd-card_fav.active{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTlweCIgaGVpZ2h0PSI1OXB4IiB2aWV3Qm94PSIwIDAgNTkgNTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXA8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUtQ29weS0xMSIgZmlsbD0iI0ZBRUFDMSIgcG9pbnRzPSI1OSAwIDU5IDU5IDAgNTkiPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlN0YXItQ29weS0xNyIgZmlsbD0iI0ZDQkQxOCIgcG9pbnRzPSI0MCA0NS41IDMzLjUzNDM2MjIgNDguODk5MTg2OSAzNC43NjkxODkyIDQxLjY5OTU5MzUgMjkuNTM4Mzc4MyAzNi42MDA4MTMxIDM2Ljc2NzE4MTEgMzUuNTUwNDA2NSA0MCAyOSA0My4yMzI4MTg5IDM1LjU1MDQwNjUgNTAuNDYxNjIxNyAzNi42MDA4MTMxIDQ1LjIzMDgxMDggNDEuNjk5NTkzNSA0Ni40NjU2Mzc4IDQ4Ljg5OTE4NjkiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.dpd-card_thumbnail{
  position: relative;
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity))
}

.dpd-card_thumbnail .thumbnail-image{
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode:overlay;
  -webkit-transition:background-color .3s;
  -o-transition:background-color .3s;
  transition:background-color .3s
}

.dpd-card_thumbnail.video{
  padding-top:62.5%
}

.dpd-card_thumbnail.news,.dpd-card_thumbnail.images{
  padding-top:100%
}

.dpd-card_thumbnail.podcast{
  padding-top:87.5%
}

.dpd-card_social-icon{
  max-width:45px;
  height:auto
}

.selectedfilter{
  background:pink
}

.dpd-card_banner-image{
  max-height:500px;
  -o-object-fit:contain;
     object-fit:contain
}

.dpd-card.live.later .dpd-card_icon{
  -webkit-filter:saturate(0.25) brightness(2.1) hue-rotate(-10deg);
          filter:saturate(0.25) brightness(2.1) hue-rotate(-10deg)
}

.vue-card div,.vue-card img{
  pointer-events:none
}

.vue-card a{
  pointer-events: auto
}

.vue-card .dpd-card{
  pointer-events:auto
}

.vue-card .dpd-card.later{
  pointer-events: none
}

.vue-card .dpd-card_fav{
  pointer-events:auto
}

.dpd-card div,.dpd-card img{
  pointer-events:none
}

.dpd-card a{
  pointer-events: auto
}

.dpd-card .dpd-card_fav{
  pointer-events:auto
}

.pagination .arrow{
  width:50px;
  height:50px;
  border-radius:50%;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA5IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggQ29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJWaXN1YWwiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOaWV1d3MtQC0xNjAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTAwLjAwMDAwMCwgLTIzNDUuMDAwMDAwKSIgc3Ryb2tlPSIjM0MzQzNDIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY2Mi4wMDAwMDAsIDIzMTYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQyLjAwMDAwMCwgMzUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNDIuMDAwMDAwLCAtMzUuMDAwMDAwKSB0cmFuc2xhdGUoMjA3LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNS4wMDAwMDAsIDM1LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMzUuMDAwMDAwLCAtMzUuNTAwMDAwKSAiIHBvaW50cz0iMzAgMzMgMzUgMzggNDAgMzMiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-size:12px 12px
}

.pagination .arrow:hover{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA5IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggQ29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJWaXN1YWwiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOaWV1d3MtQC0xNjAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTAwLjAwMDAwMCwgLTIzNDUuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY2Mi4wMDAwMDAsIDIzMTYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQyLjAwMDAwMCwgMzUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNDIuMDAwMDAwLCAtMzUuMDAwMDAwKSB0cmFuc2xhdGUoMjA3LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNS4wMDAwMDAsIDM1LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMzUuMDAwMDAwLCAtMzUuNTAwMDAwKSAiIHBvaW50cz0iMzAgMzMgMzUgMzggNDAgMzMiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

@media (min-width: 768px){
  .pagination .arrow{
    width:70px;
    height:70px
  }
}

.pagination .arrow.arrow-prev{
  -webkit-transform:rotate(-180deg);
       -o-transform:rotate(-180deg);
          transform:rotate(-180deg)
}

.pagination .arrow.disabled{
  opacity: 0.5 !important;
  pointer-events: none !important
}

.overlay-video{
  position: relative
}

.overlay-wrapper{
  display: none;
  z-index: 50
}

.media-stage{
  max-width:100vh
}

.media-stage.photos{
  max-width:100%
}

.media-stage.photos .media-player{
  padding-top:0
}

.media-stage .media-player{
  padding-top:56.25%
}

.media-stage .media-player #youtube-player{
  width: 100%
}

.close-overlay{
  position: absolute;
  top:-48px;
  right:0;
  z-index:1
}

.close-overlay img{
  display: inline-block;
  margin-left: 0.25rem;
  width:12px;
  height:12px;
  vertical-align:middle
}

.overlay-photo-slide{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%
}

.overlay-photos-description{
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 1024px){
  .overlay-photos-description{
    max-width:80%
  }
}

@media screen and (max-width: 639px){
  #overlay-photos .close-overlay{
    margin-bottom: 0;
    top:1rem;
    right:1rem
  }
}

#overlay-photos .slick-list,#overlay-photos .slick-track{
  height: 100%
}

#overlay-photos .slick-slide{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start
}

#overlay-photos .slick-slide>div,#overlay-photos .slick-slide>div>div{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: 100%;
  height: 100%
}

#overlay-photos .slick-dots{
  margin-top: 1rem
}

#overlay-photos .slick-dots li button{
  background-color:#0169b4
}

#overlay-photos .slick-dots li.slick-active button{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

#overlay-photos .slick-arrow{
  position: absolute;
  border-width: 1px;
  border-radius: 9999px;
  display:none !important;
  width:70px;
  height:70px;
  border-color:hsla(0,0%,100%,.25);
  top:50%;
  z-index:1;
  text-indent:-9999px;
  -webkit-transition:background-color .3s;
  -o-transition:background-color .3s;
  transition:background-color .3s
}

@media (min-width: 640px){
  #overlay-photos .slick-arrow{
    display:block !important
  }
}

#overlay-photos .slick-arrow:after{
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA5IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggQ29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJWaXN1YWwiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOaWV1d3MtQC0xNjAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTAwLjAwMDAwMCwgLTIzNDUuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY2Mi4wMDAwMDAsIDIzMTYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQyLjAwMDAwMCwgMzUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNDIuMDAwMDAwLCAtMzUuMDAwMDAwKSB0cmFuc2xhdGUoMjA3LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNS4wMDAwMDAsIDM1LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMzUuMDAwMDAwLCAtMzUuNTAwMDAwKSAiIHBvaW50cz0iMzAgMzMgMzUgMzggNDAgMzMiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  content:"";
  width:10px;
  height:18px;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
       -o-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%)
}

#overlay-photos .slick-arrow:hover{
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

#overlay-photos .slick-arrow:hover:after{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA5IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggQ29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJWaXN1YWwiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOaWV1d3MtQC0xNjAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTAwLjAwMDAwMCwgLTIzNDUuMDAwMDAwKSIgc3Ryb2tlPSIjMDAzRjZEIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY2Mi4wMDAwMDAsIDIzMTYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQyLjAwMDAwMCwgMzUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNDIuMDAwMDAwLCAtMzUuMDAwMDAwKSB0cmFuc2xhdGUoMjA3LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNS4wMDAwMDAsIDM1LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMzUuMDAwMDAwLCAtMzUuNTAwMDAwKSAiIHBvaW50cz0iMzAgMzMgMzUgMzggNDAgMzMiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

#overlay-photos .slick-arrow:focus{
  outline:none
}

#overlay-photos .slick-prev{
  left:0;
  -webkit-transform:translate(10%, -50%);
       -o-transform:translate(10%, -50%);
          transform:translate(10%, -50%)
}

#overlay-photos .slick-prev:after{
  -webkit-transform:translate(-50%, -50%) rotate(180deg);
       -o-transform:translate(-50%, -50%) rotate(180deg);
          transform:translate(-50%, -50%) rotate(180deg)
}

#overlay-photos .slick-next{
  right:0;
  -webkit-transform:translate(-10%, -50%);
       -o-transform:translate(-10%, -50%);
          transform:translate(-10%, -50%)
}

.overlay-post-thumbnail{
  padding-top:56.25%
}

.overlay-post-outer{
  max-width:100vh
}

.overlay-post-inner{
  overflow-y: auto;
  max-height:80vh
}

#overlay-loader{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius:50%;
  width:10em;
  height:10em;
  font-size:10px;
  text-indent:-9999em;
  border:.4rem solid hsla(0,0%,100%,.2);
  border-left-color:#fff;
  -webkit-transform:translateZ(0);
          transform:translateZ(0);
  -webkit-animation:spinningLoader 1.1s infinite linear;
       -o-animation:spinningLoader 1.1s infinite linear;
          animation:spinningLoader 1.1s infinite linear
}

@-webkit-keyframes spinningLoader{
  0%{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg)
  }

  100%{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

@-o-keyframes spinningLoader{
  0%{
    -o-transform:rotate(0deg);
       transform:rotate(0deg)
  }

  100%{
    -o-transform:rotate(360deg);
       transform:rotate(360deg)
  }
}

@keyframes spinningLoader{
  0%{
    -webkit-transform:rotate(0deg);
         -o-transform:rotate(0deg);
            transform:rotate(0deg)
  }

  100%{
    -webkit-transform:rotate(360deg);
         -o-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

blockquote{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative
}

blockquote:before,blockquote:after{
  content:"";
  width:30px;
  height:30px;
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzFweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzEgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+4oCcIGNvcHkgNDwvdGl0bGU+CiAgICA8ZyBpZD0iVmlzdWFsIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmlldXdzQC0xNjAwLUNvcHktMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MDAuMDAwMDAwLCAtMTY1MS4wMDAwMDApIiBmaWxsPSIjMDA3RUQ5IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNNTMxLDE2ODEgTDUzMSwxNjY3LjgzNTQ0IEw1MjUuOTU5MTg0LDE2NjcuMDc1OTUgQzUyNS45NTkxODQsMTY2MS44ODYwOCA1MjYuNzU1MTAyLDE2NTcuNTgyMjggNTI5LjE0Mjg1NywxNjUzLjAyNTMyIEw1MjQuNjMyNjUzLDE2NTEgQzUyMC4zODc3NTUsMTY1Ni44MjI3OCA1MTgsMTY2My41MzE2NSA1MTgsMTY3MS4yNTMxNiBMNTE4LDE2ODEgTDUzMSwxNjgxIFogTTUxMywxNjgxIEw1MTMsMTY2Ny44MzU0NCBMNTA3Ljk1OTE4NCwxNjY3LjA3NTk1IEM1MDcuOTU5MTg0LDE2NjEuODg2MDggNTA4Ljc1NTEwMiwxNjU3LjU4MjI4IDUxMS4xNDI4NTcsMTY1My4wMjUzMiBMNTA2LjYzMjY1MywxNjUxIEM1MDIuMzg3NzU1LDE2NTYuODIyNzggNTAwLDE2NjMuNTMxNjUgNTAwLDE2NzEuMjUzMTYgTDUwMCwxNjgxIEw1MTMsMTY4MSBaIiBpZD0i4oCcLWNvcHktNCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

blockquote:before{
  top:2rem;
  left:2rem
}

blockquote:after{
  bottom:2rem;
  right:2rem;
  -webkit-transform:rotate(180deg);
       -o-transform:rotate(180deg);
          transform:rotate(180deg)
}

@media (min-width: 768px){
  blockquote{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  blockquote:before{
    top:3rem;
    left:3rem
  }

  blockquote:after{
    bottom:3rem;
    right:3rem
  }
}

blockquote .quote__source-name{
  font-weight: 700
}

.acf-map{
  width:100%;
  height:400px;
  border:#ccc solid 1px;
  margin:20px 0
}

.acf-map img{
  max-width:inherit !important
}

.favstar{
  width:40px;
  height:40px;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbiAvIEZhdm9yaXRlIC8gT2ZmPC90aXRsZT4KICAgIDxnIGlkPSJJY29uLS8tRmF2b3JpdGUtLy1PZmYiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxwb2x5Z29uIGlkPSJTdGFyLUNvcHktMTciIHN0cm9rZT0iI0ZDQkQxOCIgc3Ryb2tlLXdpZHRoPSIyIiBwb2ludHM9IjIwIDI1IDE0LjEyMjE0NzUgMjguMDkwMTY5OSAxNS4yNDQ3MTc0IDIxLjU0NTA4NSAxMC40ODk0MzQ4IDE2LjkwOTgzMDEgMTcuMDYxMDczNyAxNS45NTQ5MTUgMjAgMTAgMjIuOTM4OTI2MyAxNS45NTQ5MTUgMjkuNTEwNTY1MiAxNi45MDk4MzAxIDI0Ljc1NTI4MjYgMjEuNTQ1MDg1IDI1Ljg3Nzg1MjUgMjguMDkwMTY5OSI+PC9wb2x5Z29uPgogICAgPC9nPgo8L3N2Zz4=)
}

.favstar:hover{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbiAvIEZhdm9yaXRlIC8gT248L3RpdGxlPgogICAgPGcgaWQ9Ikljb24tLy1GYXZvcml0ZS0vLU9uIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8cG9seWdvbiBpZD0iU3Rhci1Db3B5LTE4IiBzdHJva2U9IiNGQ0JEMTgiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0iI0ZDQkQxOCIgcG9pbnRzPSIyMCAyNSAxNC4xMjIxNDc1IDI4LjA5MDE2OTkgMTUuMjQ0NzE3NCAyMS41NDUwODUgMTAuNDg5NDM0OCAxNi45MDk4MzAxIDE3LjA2MTA3MzcgMTUuOTU0OTE1IDIwIDEwIDIyLjkzODkyNjMgMTUuOTU0OTE1IDI5LjUxMDU2NTIgMTYuOTA5ODMwMSAyNC43NTUyODI2IDIxLjU0NTA4NSAyNS44Nzc4NTI1IDI4LjA5MDE2OTkiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+)
}

.favstar-active{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbiAvIEZhdm9yaXRlIC8gT248L3RpdGxlPgogICAgPGcgaWQ9Ikljb24tLy1GYXZvcml0ZS0vLU9uIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8cG9seWdvbiBpZD0iU3Rhci1Db3B5LTE4IiBzdHJva2U9IiNGQ0JEMTgiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0iI0ZDQkQxOCIgcG9pbnRzPSIyMCAyNSAxNC4xMjIxNDc1IDI4LjA5MDE2OTkgMTUuMjQ0NzE3NCAyMS41NDUwODUgMTAuNDg5NDM0OCAxNi45MDk4MzAxIDE3LjA2MTA3MzcgMTUuOTU0OTE1IDIwIDEwIDIyLjkzODkyNjMgMTUuOTU0OTE1IDI5LjUxMDU2NTIgMTYuOTA5ODMwMSAyNC43NTUyODI2IDIxLjU0NTA4NSAyNS44Nzc4NTI1IDI4LjA5MDE2OTkiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+)
}

.favcard{
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTlweCIgaGVpZ2h0PSI1OXB4IiB2aWV3Qm94PSIwIDAgNTkgNTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+TmF2IC8gSG9la2plIHVuc3RhcnJlZCBDb3B5IDU8L3RpdGxlPgogICAgPGcgaWQ9IlZpc3VhbC1kZXNpZ24tMjAyMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ik9yZGVyLTEtQ29weS05IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzIxLjAwMDAwMCwgLTI5NjguMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzIxLjAwMDAwMCwgMjk2OC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUtQ29weS0xMCIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI1OSAwIDU5IDU5IDAgNTkiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTdGFyLUNvcHktMTYiIGZpbGw9IiNENkQ0RDEiIHBvaW50cz0iNDAgNDUuNSAzMy41MzQzNjIyIDQ4Ljg5OTE4NjkgMzQuNzY5MTg5MiA0MS42OTk1OTM1IDI5LjUzODM3ODMgMzYuNjAwODEzMSAzNi43NjcxODExIDM1LjU1MDQwNjUgNDAgMjkgNDMuMjMyODE4OSAzNS41NTA0MDY1IDUwLjQ2MTYyMTcgMzYuNjAwODEzMSA0NS4yMzA4MTA4IDQxLjY5OTU5MzUgNDYuNDY1NjM3OCA0OC44OTkxODY5Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  width:59px;
  height:59px;
  cursor:pointer
}

.favcard:hover,.favcard-active{
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTlweCIgaGVpZ2h0PSI1OXB4IiB2aWV3Qm94PSIwIDAgNTkgNTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+TmF2IC8gSG9la2plIHN0YXJyZWQgQ29weSA2PC90aXRsZT4KICAgIDxnIGlkPSJWaXN1YWwtZGVzaWduLTIwMjEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJPcmRlci0xLUNvcHktOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2MS4wMDAwMDAsIC0yOTY4LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2MS4wMDAwMDAsIDI5NjguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUmVjdGFuZ2xlLUNvcHktMTEiIGZpbGw9IiNGQUVBQzEiIHBvaW50cz0iNTkgMCA1OSA1OSAwIDU5Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU3Rhci1Db3B5LTE3IiBmaWxsPSIjRkNCRDE4IiBwb2ludHM9IjQwIDQ1LjUgMzMuNTM0MzYyMiA0OC44OTkxODY5IDM0Ljc2OTE4OTIgNDEuNjk5NTkzNSAyOS41MzgzNzgzIDM2LjYwMDgxMzEgMzYuNzY3MTgxMSAzNS41NTA0MDY1IDQwIDI5IDQzLjIzMjgxODkgMzUuNTUwNDA2NSA1MC40NjE2MjE3IDM2LjYwMDgxMzEgNDUuMjMwODEwOCA0MS42OTk1OTM1IDQ2LjQ2NTYzNzggNDguODk5MTg2OSI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

.views-section .programma-list{
  position: relative;
  -webkit-transition:all 0s;
  -o-transition:all 0s;
  transition:all 0s
}

.views-section .programma-list .text{
  padding-left:45px;
  line-height:40px
}

.views-section .programma-list::before{
  content:"";
  position:absolute;
  width:40px;
  height:40px;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbiAvIExpc3QgLSBHcmV5PC90aXRsZT4KICAgIDxnIGlkPSJJY29uLS8tTGlzdC0tLUdyZXkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0xNC4wMjcxNTg2LDI3Ljk4NTgxNSBDMTQuNTc5NDI5OSwyNy45ODE5NTcxIDE1LjAzMDI2MTcsMjguNDI2NTM0IDE1LjAzNDE0NDUsMjguOTc4ODA1MyBDMTUuMDM3NzAxOCwyOS40OTE2Mjg2IDE0LjY1NDYyMzYsMjkuOTE2OTg2MiAxNC4xNTc3MDA1LDI5Ljk3ODIyNCBMMTQuMDQxMTI5MiwyOS45ODU3NjYyIEw4LjA0MTI3NTYxLDMwLjAyNzY3NzkgQzcuNDg5MDA0MzMsMzAuMDMxNTM1OCA3LjAzODE3MjU4LDI5LjU4Njk1ODkgNy4wMzQyODk3OSwyOS4wMzQ2ODc2IEM3LjAzMDczMjQsMjguNTIxODY0MyA3LjQxMzgxMDY5LDI4LjA5NjUwNjcgNy45MTA3MzM3MywyOC4wMzUyNjg5IEw4LjAyNzMwNTAyLDI4LjAyNzcyNjcgTDE0LjAyNzE1ODYsMjcuOTg1ODE1IFogTTI4LjAyNzE1ODYsMjcuOTg1ODE1IEMyOC41Nzk0Mjk5LDI3Ljk4MTk1NzEgMjkuMDMwMjYxNywyOC40MjY1MzQgMjkuMDM0MTQ0NSwyOC45Nzg4MDUzIEMyOS4wMzc3MDE4LDI5LjQ5MTYyODYgMjguNjU0NjIzNiwyOS45MTY5ODYyIDI4LjE1NzcwMDUsMjkuOTc4MjI0IEwyOC4wNDExMjkyLDI5Ljk4NTc2NjIgTDIyLjA0MTI3NTYsMzAuMDI3Njc3OSBDMjEuNDg5MDA0MywzMC4wMzE1MzU4IDIxLjAzODE3MjYsMjkuNTg2OTU4OSAyMS4wMzQyODk4LDI5LjAzNDY4NzYgQzIxLjAzMDczMjQsMjguNTIxODY0MyAyMS40MTM4MTA3LDI4LjA5NjUwNjcgMjEuOTEwNzMzNywyOC4wMzUyNjg5IEwyMi4wMjczMDUsMjguMDI3NzI2NyBMMjguMDI3MTU4NiwyNy45ODU4MTUgWiBNMTguMDMxNDcxOSwyNC45OTk5MDQ3IEMxOC41ODM3NTQ1LDI0Ljk5ODM3MzQgMTkuMDMyNzEyNiwyNS40NDQ4NDI0IDE5LjAzNDI1MTgsMjUuOTk3MTI1IEMxOS4wMzU2NzM0LDI2LjUwOTk1ODkgMTguNjUwODA5NiwyNi45MzM3MDE3IDE4LjE1MzYzMzQsMjYuOTkyODQ5IEwxOC4wMzcwMzE0LDI2Ljk5OTkwNDcgTDguMDM3MDcwMDcsMjcuMDI3NzAyNCBDNy40ODQ3ODc0NSwyNy4wMjkyMzM3IDcuMDM1ODI5MzksMjYuNTgyNzY0NyA3LjAzNDI5MDIzLDI2LjAzMDQ4MjEgQzcuMDMyODY4NjIsMjUuNTE3NjQ4MiA3LjQxNzczMjQsMjUuMDkzOTA1NCA3LjkxNDkwODU5LDI1LjAzNDc1ODEgTDguMDMxNTEwNTYsMjUuMDI3NzA2MiBMMTguMDMxNDcxOSwyNC45OTk5MDQ3IFogTTMyLjAzMTQ3MTksMjQuOTk5OTA0NyBDMzIuNTgzNzU0NSwyNC45OTgzNzM0IDMzLjAzMjcxMjYsMjUuNDQ0ODQyNCAzMy4wMzQyNTE4LDI1Ljk5NzEyNSBDMzMuMDM1NjczNCwyNi41MDk5NTg5IDMyLjY1MDgwOTYsMjYuOTMzNzAxNyAzMi4xNTM2MzM0LDI2Ljk5Mjg0OSBMMzIuMDM3MDMxNCwyNi45OTk5MDQ3IEwyMi4wMzcwNzAxLDI3LjAyNzcwMjQgQzIxLjQ4NDc4NzUsMjcuMDI5MjMzNyAyMS4wMzU4Mjk0LDI2LjU4Mjc2NDcgMjEuMDM0MjkwMiwyNi4wMzA0ODIxIEMyMS4wMzI4Njg2LDI1LjUxNzY0ODIgMjEuNDE3NzMyNCwyNS4wOTM5MDU0IDIxLjkxNDkwODYsMjUuMDM0NzU4MSBMMjIuMDMxNTEwNiwyNS4wMjc3MDYyIEwzMi4wMzE0NzE5LDI0Ljk5OTkwNDcgWiBNMTcsMTIgQzE4LjEwNDU2OTUsMTIgMTksMTIuODk1NDMwNSAxOSwxNCBMMTksMTQgTDE5LDIyIEMxOSwyMy4xMDQ1Njk1IDE4LjEwNDU2OTUsMjQgMTcsMjQgTDE3LDI0IEw5LDI0IEM3Ljg5NTQzMDUsMjQgNywyMy4xMDQ1Njk1IDcsMjIgTDcsMjIgTDcsMTQgQzcsMTIuODk1NDMwNSA3Ljg5NTQzMDUsMTIgOSwxMiBMOSwxMiBaIE0zMSwxMiBDMzIuMTA0NTY5NSwxMiAzMywxMi44OTU0MzA1IDMzLDE0IEwzMywxNCBMMzMsMjIgQzMzLDIzLjEwNDU2OTUgMzIuMTA0NTY5NSwyNCAzMSwyNCBMMzEsMjQgTDIzLDI0IEMyMS44OTU0MzA1LDI0IDIxLDIzLjEwNDU2OTUgMjEsMjIgTDIxLDIyIEwyMSwxNCBDMjEsMTIuODk1NDMwNSAyMS44OTU0MzA1LDEyIDIzLDEyIEwyMywxMiBaIE0xNywxNCBMOSwxNCBMOSwyMiBMMTcsMjIgTDE3LDE0IFogTTMxLDE0IEwyMywxNCBMMjMsMjIgTDMxLDIyIEwzMSwxNCBaIiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiM5MzkyODMiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=)
}

.views-section .programma-list:hover{
  color:#0169b4
}

.views-section .programma-list:hover::before{
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbiAvIExpc3Q8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24tLy1MaXN0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMTcsMTIgTDksMTIgQzcuODk1NDMwNSwxMiA3LDEyLjg5NTQzMDUgNywxNCBMNywyMiBDNywyMy4xMDQ1Njk1IDcuODk1NDMwNSwyNCA5LDI0IEwxNywyNCBDMTguMTA0NTY5NSwyNCAxOSwyMy4xMDQ1Njk1IDE5LDIyIEwxOSwxNCBDMTksMTIuODk1NDMwNSAxOC4xMDQ1Njk1LDEyIDE3LDEyIFogTTE3LDE0IEwxNywyMiBMOSwyMiBMOSwxNCBMMTcsMTQgWiIgaWQ9IlJlY3RhbmdsZSIgZmlsbD0iIzAxNjlCNCIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTMxLDEyIEwyMywxMiBDMjEuODk1NDMwNSwxMiAyMSwxMi44OTU0MzA1IDIxLDE0IEwyMSwyMiBDMjEsMjMuMTA0NTY5NSAyMS44OTU0MzA1LDI0IDIzLDI0IEwzMSwyNCBDMzIuMTA0NTY5NSwyNCAzMywyMy4xMDQ1Njk1IDMzLDIyIEwzMywxNCBDMzMsMTIuODk1NDMwNSAzMi4xMDQ1Njk1LDEyIDMxLDEyIFogTTMxLDE0IEwzMSwyMiBMMjMsMjIgTDIzLDE0IEwzMSwxNCBaIiBpZD0iUmVjdGFuZ2xlLUNvcHkiIGZpbGw9IiMwMTY5QjQiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgIDxwYXRoIGQ9Ik0xOC4wMzE0NzE5LDI0Ljk5OTkwNDcgQzE4LjU4Mzc1NDUsMjQuOTk4MzczNCAxOS4wMzI3MTI2LDI1LjQ0NDg0MjQgMTkuMDM0MjUxOCwyNS45OTcxMjUgQzE5LjAzNTY3MzQsMjYuNTA5OTU4OSAxOC42NTA4MDk2LDI2LjkzMzcwMTcgMTguMTUzNjMzNCwyNi45OTI4NDkgTDE4LjAzNzAzMTQsMjYuOTk5OTA0NyBMOC4wMzcwNzAwNywyNy4wMjc3MDI0IEM3LjQ4NDc4NzQ1LDI3LjAyOTIzMzcgNy4wMzU4MjkzOSwyNi41ODI3NjQ3IDcuMDM0MjkwMjMsMjYuMDMwNDgyMSBDNy4wMzI4Njg2MiwyNS41MTc2NDgyIDcuNDE3NzMyNCwyNS4wOTM5MDU0IDcuOTE0OTA4NTksMjUuMDM0NzU4MSBMOC4wMzE1MTA1NiwyNS4wMjc3MDYyIEwxOC4wMzE0NzE5LDI0Ljk5OTkwNDcgWiIgaWQ9IlBhdGgtNTgtQ29weS0xMiIgZmlsbD0iIzAxNjlCNCIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTMyLjAzMTQ3MTksMjQuOTk5OTA0NyBDMzIuNTgzNzU0NSwyNC45OTgzNzM0IDMzLjAzMjcxMjYsMjUuNDQ0ODQyNCAzMy4wMzQyNTE4LDI1Ljk5NzEyNSBDMzMuMDM1NjczNCwyNi41MDk5NTg5IDMyLjY1MDgwOTYsMjYuOTMzNzAxNyAzMi4xNTM2MzM0LDI2Ljk5Mjg0OSBMMzIuMDM3MDMxNCwyNi45OTk5MDQ3IEwyMi4wMzcwNzAxLDI3LjAyNzcwMjQgQzIxLjQ4NDc4NzUsMjcuMDI5MjMzNyAyMS4wMzU4Mjk0LDI2LjU4Mjc2NDcgMjEuMDM0MjkwMiwyNi4wMzA0ODIxIEMyMS4wMzI4Njg2LDI1LjUxNzY0ODIgMjEuNDE3NzMyNCwyNS4wOTM5MDU0IDIxLjkxNDkwODYsMjUuMDM0NzU4MSBMMjIuMDMxNTEwNiwyNS4wMjc3MDYyIEwzMi4wMzE0NzE5LDI0Ljk5OTkwNDcgWiIgaWQ9IlBhdGgtNTgtQ29weS0xNCIgZmlsbD0iIzAxNjlCNCIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTE0LjAyNzE1ODYsMjcuOTg1ODE1IEMxNC41Nzk0Mjk5LDI3Ljk4MTk1NzEgMTUuMDMwMjYxNywyOC40MjY1MzQgMTUuMDM0MTQ0NSwyOC45Nzg4MDUzIEMxNS4wMzc3MDE4LDI5LjQ5MTYyODYgMTQuNjU0NjIzNiwyOS45MTY5ODYyIDE0LjE1NzcwMDUsMjkuOTc4MjI0IEwxNC4wNDExMjkyLDI5Ljk4NTc2NjIgTDguMDQxMjc1NjEsMzAuMDI3Njc3OSBDNy40ODkwMDQzMywzMC4wMzE1MzU4IDcuMDM4MTcyNTgsMjkuNTg2OTU4OSA3LjAzNDI4OTc5LDI5LjAzNDY4NzYgQzcuMDMwNzMyNCwyOC41MjE4NjQzIDcuNDEzODEwNjksMjguMDk2NTA2NyA3LjkxMDczMzczLDI4LjAzNTI2ODkgTDguMDI3MzA1MDIsMjguMDI3NzI2NyBMMTQuMDI3MTU4NiwyNy45ODU4MTUgWiIgaWQ9IlBhdGgtNTgtQ29weS0xMyIgZmlsbD0iIzAxNjlCNCIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI4LjAyNzE1ODYsMjcuOTg1ODE1IEMyOC41Nzk0Mjk5LDI3Ljk4MTk1NzEgMjkuMDMwMjYxNywyOC40MjY1MzQgMjkuMDM0MTQ0NSwyOC45Nzg4MDUzIEMyOS4wMzc3MDE4LDI5LjQ5MTYyODYgMjguNjU0NjIzNiwyOS45MTY5ODYyIDI4LjE1NzcwMDUsMjkuOTc4MjI0IEwyOC4wNDExMjkyLDI5Ljk4NTc2NjIgTDIyLjA0MTI3NTYsMzAuMDI3Njc3OSBDMjEuNDg5MDA0MywzMC4wMzE1MzU4IDIxLjAzODE3MjYsMjkuNTg2OTU4OSAyMS4wMzQyODk4LDI5LjAzNDY4NzYgQzIxLjAzMDczMjQsMjguNTIxODY0MyAyMS40MTM4MTA3LDI4LjA5NjUwNjcgMjEuOTEwNzMzNywyOC4wMzUyNjg5IEwyMi4wMjczMDUsMjguMDI3NzI2NyBMMjguMDI3MTU4NiwyNy45ODU4MTUgWiIgaWQ9IlBhdGgtNTgtQ29weS0xNSIgZmlsbD0iIzAxNjlCNCIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.views-section .programma-3d{
  position: relative;
  -webkit-transition:all 0s;
  -o-transition:all 0s;
  transition:all 0s
}

.views-section .programma-3d .text{
  padding-left:45px;
  line-height:40px
}

.views-section .programma-3d::before{
  content:"";
  position:absolute;
  width:40px;
  height:40px;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbiAvIDNEIC0gR3JleTwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi0vLTNELS0tR3JleSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTYsOC40NTMyNjkzNCBDNi4yMzM4NDQxNSw4LjQ1MzI2OTM0IDYuNDY1ODc2NTgsOC40OTQyNzkxNyA2LjY4NTU1Mzc4LDguNTc0NDM1MzQgQzExLjE0NTE5MzYsMTAuMjAxNjc1OSAxNS41ODc3MjgsMTEuMDEzODQxNiAyMC4wMTc2ODExLDExLjAxMzg0MTYgQzI0LjQ0NDk2MTgsMTEuMDEzODQxNiAyOC44NzQ5MjE1LDEwLjIwMjY1ODQgMzMuMzEyMjUyNCw4LjU3NzQ0Njk5IEMzNC4zNDk0MjQ1LDguMTk3NjQxNzYgMzUuNDk4MTM0Niw4LjczMDQ4ODEzIDM1Ljg3ODAwMiw5Ljc2NzY0Mzk5IEMzNS45Mzg1Mjg3LDkuOTMyOTAwNDQgMzUuOTc2ODg5MiwxMC4xMDUxNzg3IDM1Ljk5MjI4NjYsMTAuMjc5OTg0OCBMMzYsMTAuNDU1NDY3IEwzNiwyNy41ODM1MTQ2IEMzNiwyOC42ODgwNDk5IDM1LjEwNDU0MDEsMjkuNTgzNDQzNiAzNCwyOS41ODM0NDM2IEMzMy43ODAzMTQxLDI5LjU4MzQ0MzYgMzMuNTYyMTI5MiwyOS41NDcyNDg0IDMzLjM1NDIxMTIsMjkuNDc2MzEyMiBDMzEuMjQ0NDI2NSwyOC43NTY1MDg2IDI5LjM5Mzg2NzgsMjguMjc4MjgxNyAyNy44MDY3NTQ0LDI4LjA0MDEyMSBMMjcuMTk4OTE1NSwyNy45NTE5Njg2IEwyNi42Mzg1NTY2LDI3Ljg3NjkzMzEgTDI2LjEyNjM4NzQsMjcuODE0OTMxNiBMMjUuNjYzMTE3NCwyNy43NjU4ODEyIEwyNS4yNDk0NTYxLDI3LjcyOTY5ODggTDI0LjkzNTk4NjUsMjcuNzA4ODg5NiBDMjQuMDcyMzQzMywyOC45MjE1NDAzIDIyLjk5NDY2MTQsMzAuMjMwNjY0MiAyMS43MDQzMDc2LDMxLjY0MTMwNjQgTDIxLjcwNDMwNzYsMzEuNjQxMzA2NCBMMjEuMDU4NzY4MywzMi4zMzY2ODY3IEwyMCwzMy40NDgzNDY0IEwxOS4yNzY2MTI4LDMyLjY5MDQ0MjYgQzE5LjE2MzQxODYsMzIuNTcxODQ3MyAxOS4wNTE2MjQ2LDMyLjQ1MzkyOTUgMTguOTQxMjMxNywzMi4zMzY2ODY3IEwxOC45NDEyMzE3LDMyLjMzNjY4NjcgTDE4LjI5NTY5MjQsMzEuNjQxMzA2NCBDMTYuOTczMTMyOCwzMC4xOTU0NTYyIDE1Ljg3Mzk5MzcsMjguODU2MjU1MSAxNC45OTk3NDY5LDI3LjYxODI3MDYgTDEzLjMyMTc2NCwyNy44NjU4MTQgTDEyLjE2MDE1MTEsMjguMDQwMDgzNyBDMTAuMzI5MTM1MywyOC4zMTUzMTQ2IDguNTAwMjEzODcsMjguNzc4OTc2MSA2LjY3MjcyMzIyLDI5LjQzMTY2NzIgQzUuNjMyNDk4NzEsMjkuODAzMjEzMiA0LjQ4ODA0MjMyLDI5LjI2MTExOTYgNC4xMTY1MjIxNiwyOC4yMjA4ODg1IEM0LjA1ODY5MTY2LDI4LjA1ODk2NzEgNC4wMjIwNjMyLDI3Ljg5MDQ5MjcgNC4wMDczNjMzNywyNy43MTk2NiBMNCwyNy41NDgxOTY3IEw0LDEwLjQ1MzI4MzIgQzQsOS4zNDg3MDcwMiA0Ljg5NTQyNDc2LDguNDUzMjY5MzQgNiw4LjQ1MzI2OTM0IFogTTIwLDE2IEMxNi45NDExOTIyLDE2IDE0LjQ2MTUzODUsMTguNDc5NjUzNyAxNC40NjE1Mzg1LDIxLjUzODQ2MTUgQzE0LjQ2MTUzODUsMjMuMjc3NTI4MiAxNS45Mjg5ODI4LDI1LjkwMDg1NyAxOC44OTE3OTcyLDI5LjMwNTM2MzggTDE4Ljg5MTc5NzIsMjkuMzA1MzYzOCBMMTkuNDgzOTI1MywyOS45NzQwMjc0IEwyMCwzMC41MzggTDIwLjUxNjU4ODgsMjkuOTczNDU2NCBDMjAuOTI0NDYzOSwyOS41MjA0NjQgMjEuMzA3MzI4LDI5LjA4MDQxMDYgMjEuNjY1MjQxNiwyOC42NTM1MTg2IEwyMS42NjUyNDE2LDI4LjY1MzUxODYgTDIyLjE4MzQwNjcsMjguMDIzMDc5NSBDMjQuMzQ3NzY0NCwyNS4zMzQxOTI4IDI1LjQ1OTIzNDEsMjMuMjA2MDgwNiAyNS41MzQzNzQ2LDIxLjY5OTg2NzggTDI1LjUzNDM3NDYsMjEuNjk5ODY3OCBMMjUuNTM4NDYxNSwyMS41Mzg0NjE1IEMyNS41Mzg0NjE1LDE4LjQ3OTY1MzcgMjMuMDU4ODA3OCwxNiAyMCwxNiBaIE02LDEwLjQ1MzI2OTMgTDYsMjcuNTQ4MTk2NyBMNi42NDk1NzYxOSwyNy4zMjM3MDY4IEM4LjM4MjM4NTU3LDI2Ljc0NDg0NjMgMTAuMTIwMzA3MiwyNi4zMjQyMzYxIDExLjg2Mjg1OTEsMjYuMDYyMzAyOCBMMTMuODIxMzY4NywyNS43NzMzMzE4IEMxMi45MTYxOTksMjQuMTcwMzY2MSAxMi40NjE1Mzg1LDIyLjc2Mzg1MDcgMTIuNDYxNTM4NSwyMS41Mzg0NjE1IEMxMi40NjE1Mzg1LDE3LjM3NTA4NDIgMTUuODM2NjIyNywxNCAyMCwxNCBDMjQuMTYzMzc3MywxNCAyNy41Mzg0NjE1LDE3LjM3NTA4NDIgMjcuNTM4NDYxNSwyMS41Mzg0NjE1IEMyNy41Mzg0NjE1LDIyLjc3MjAzNTMgMjcuMDc3NzA3MiwyNC4xODkxNjMgMjYuMTYwNDMzNiwyNS44MDU0Nzc2IEMyNi4xNjMwNzAzLDI1LjgwNjM2NjUgMjYuMTY1NDQ0OCwyNS44MDY2MjIzIDI2LjE2NzgyMDgsMjUuODA2ODc4NSBMMjYuNzU3MzQ4NiwyNS44NzU3IEwyNy40MDIzMTA3LDI1Ljk2MDg2MTggTDI4LjEwMzU0OTUsMjYuMDYyMjY1NCBDMjkuNjc2ODE3NCwyNi4yOTgzNDg1IDMxLjQ1ODI5NTYsMjYuNzQ0NTE2MyAzMy40NTEyMzQyLDI3LjM5OTYwNTQgTDM0LDI3LjU4MzQ0NSBMMzQsMTAuNDU1NDY3IEwzMy4zMDE4NDE3LDEwLjcwNDc4MTEgQzI4Ljg3OTU5MDksMTIuMjQzMzQ3NCAyNC40NTAyMTE5LDEzLjAxMzg0MTYgMjAuMDE3NjgxMSwxMy4wMTM4NDE2IEMxNS41ODMxNjg1LDEzLjAxMzg0MTYgMTEuMTQzMDk2NywxMi4yNDI2NjExIDYuNzAxMzQ0NDEsMTAuNzAyNzk0MSBMNiwxMC40NTMyNjkzIFogTTIwLDE5IEMyMS42NTY4NTQyLDE5IDIzLDIwLjM0MzE0NTggMjMsMjIgQzIzLDIzLjY1Njg1NDIgMjEuNjU2ODU0MiwyNSAyMCwyNSBDMTguMzQzMTQ1OCwyNSAxNywyMy42NTY4NTQyIDE3LDIyIEMxNywyMC4zNDMxNDU4IDE4LjM0MzE0NTgsMTkgMjAsMTkgWiBNMjAsMjEgQzE5LjQ0NzcxNTMsMjEgMTksMjEuNDQ3NzE1MyAxOSwyMiBDMTksMjIuNTUyMjg0NyAxOS40NDc3MTUzLDIzIDIwLDIzIEMyMC41NTIyODQ3LDIzIDIxLDIyLjU1MjI4NDcgMjEsMjIgQzIxLDIxLjQ0NzcxNTMgMjAuNTUyMjg0NywyMSAyMCwyMSBaIiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiM5MzkyODMiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=)
}

.views-section .programma-3d:hover{
  color:#0169b4
}

.views-section .programma-3d:hover::before{
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbiAvIDNEPC90aXRsZT4KICAgIDxnIGlkPSJJY29uLS8tM0QiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0yMCwxNCBDMTUuODM2NjIyNywxNCAxMi40NjE1Mzg1LDE3LjM3NTA4NDIgMTIuNDYxNTM4NSwyMS41Mzg0NjE1IEMxMi40NjE1Mzg1LDI0LjA4MDgwNTIgMTQuNDE4NjE0NCwyNy40MDI4MDI1IDE4LjI5NTY5MjQsMzEuNjQxMzA2NCBMMTguOTQxMjMxNywzMi4zMzY2ODY3IEMxOS4wNTE2MjQ2LDMyLjQ1MzkyOTUgMTkuMTYzNDE4NiwzMi41NzE4NDczIDE5LjI3NjYxMjgsMzIuNjkwNDQyNiBMMjAsMzMuNDQ4MzQ2NCBMMjEuMDU4NzY4MywzMi4zMzY2ODY3IEwyMS43MDQzMDc2LDMxLjY0MTMwNjQgQzI1LjU4MTM4NTYsMjcuNDAyODAyNSAyNy41Mzg0NjE1LDI0LjA4MDgwNTIgMjcuNTM4NDYxNSwyMS41Mzg0NjE1IEMyNy41Mzg0NjE1LDE3LjM3NTA4NDIgMjQuMTYzMzc3MywxNCAyMCwxNCBaIE0yMCwxNiBDMjMuMDU4ODA3OCwxNiAyNS41Mzg0NjE1LDE4LjQ3OTY1MzcgMjUuNTM4NDYxNSwyMS41Mzg0NjE1IEwyNS41MzQzNzQ2LDIxLjY5OTg2NzggQzI1LjQ1OTIzNDEsMjMuMjA2MDgwNiAyNC4zNDc3NjQ0LDI1LjMzNDE5MjggMjIuMTgzNDA2NywyOC4wMjMwNzk1IEwyMS42NjUyNDE2LDI4LjY1MzUxODYgQzIxLjMwNzMyOCwyOS4wODA0MTA2IDIwLjkyNDQ2MzksMjkuNTIwNDY0IDIwLjUxNjU4ODgsMjkuOTczNDU2NCBMMjAsMzAuNTM4IEwxOS40ODM5MjUzLDI5Ljk3NDAyNzQgTDE4Ljg5MTc5NzIsMjkuMzA1MzYzOCBDMTUuOTI4OTgyOCwyNS45MDA4NTcgMTQuNDYxNTM4NSwyMy4yNzc1MjgyIDE0LjQ2MTUzODUsMjEuNTM4NDYxNSBDMTQuNDYxNTM4NSwxOC40Nzk2NTM3IDE2Ljk0MTE5MjIsMTYgMjAsMTYgWiIgaWQ9Ik92YWwiIGZpbGw9IiMwMTY5QjQiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgIDxwYXRoIGQ9Ik02LDguNDUzMjY5MzQgQzYuMjMzODQ0MTUsOC40NTMyNjkzNCA2LjQ2NTg3NjU4LDguNDk0Mjc5MTcgNi42ODU1NTM3OCw4LjU3NDQzNTM0IEMxMS4xNDUxOTM2LDEwLjIwMTY3NTkgMTUuNTg3NzI4LDExLjAxMzg0MTYgMjAuMDE3NjgxMSwxMS4wMTM4NDE2IEMyNC40NDQ5NjE4LDExLjAxMzg0MTYgMjguODc0OTIxNSwxMC4yMDI2NTg0IDMzLjMxMjI1MjQsOC41Nzc0NDY5OSBDMzQuMzQ5NDI0NSw4LjE5NzY0MTc2IDM1LjQ5ODEzNDYsOC43MzA0ODgxMyAzNS44NzgwMDIsOS43Njc2NDM5OSBDMzUuOTM4NTI4Nyw5LjkzMjkwMDQ0IDM1Ljk3Njg4OTIsMTAuMTA1MTc4NyAzNS45OTIyODY2LDEwLjI3OTk4NDggTDM2LDEwLjQ1NTQ2NyBMMzYsMjcuNTgzNTE0NiBDMzYsMjguNjg4MDQ5OSAzNS4xMDQ1NDAxLDI5LjU4MzQ0MzYgMzQsMjkuNTgzNDQzNiBDMzMuNzgwMzE0MSwyOS41ODM0NDM2IDMzLjU2MjEyOTIsMjkuNTQ3MjQ4NCAzMy4zNTQyMTEyLDI5LjQ3NjMxMjIgQzMxLjI0NDQyNjUsMjguNzU2NTA4NiAyOS4zOTM4Njc4LDI4LjI3ODI4MTcgMjcuODA2NzU0NCwyOC4wNDAxMjEgTDI3LjE5ODkxNTUsMjcuOTUxOTY4NiBMMjYuNjM4NTU2NiwyNy44NzY5MzMxIEwyNi4xMjYzODc0LDI3LjgxNDkzMTYgTDI1LjY2MzExNzQsMjcuNzY1ODgxMiBMMjUuMjQ5NDU2MSwyNy43Mjk2OTg4IEwyNC44ODYxMTI5LDI3LjcwNjMwMTMgTDI0LjU3Mzc5NzUsMjcuNjk1NjA2IEMyNC40MzA1MTUsMjcuNjkzNDE5OSAyNC4zMDY2MzQsMjcuNjk1OTY2IDI0LjIwMjU1MzUsMjcuNzAzMTk3NiBMMjQuMTA1MDg4MSwyNy43MTE5ODkzIEwyMy44Nzg2NjksMjUuNzI0ODQ3IEMyNC4yNDQ3Njc0LDI1LjY4MzEzMyAyNC43NDQwOTE4LDI1LjY4NjcwMDkgMjUuMzg1NjI2MSwyNS43MzQ1IEwyNS44OTM1ODE2LDI1Ljc3ODYyNjIgQzI1Ljk4MjczMTcsMjUuNzg3MzU3MyAyNi4wNzQxMzg5LDI1Ljc5Njc3NTQgMjYuMTY3ODIwOCwyNS44MDY4Nzg1IEwyNi43NTczNDg2LDI1Ljg3NTcgTDI3LjQwMjMxMDcsMjUuOTYwODYxOCBMMjguMTAzNTQ5NSwyNi4wNjIyNjU0IEMyOS42NzY4MTc0LDI2LjI5ODM0ODUgMzEuNDU4Mjk1NiwyNi43NDQ1MTYzIDMzLjQ1MTIzNDIsMjcuMzk5NjA1NCBMMzQsMjcuNTgzNDQ1IEwzNCwxMC40NTU0NjcgTDMzLjMwMTg0MTcsMTAuNzA0NzgxMSBDMjguODc5NTkwOSwxMi4yNDMzNDc0IDI0LjQ1MDIxMTksMTMuMDEzODQxNiAyMC4wMTc2ODExLDEzLjAxMzg0MTYgQzE1LjU4MzE2ODUsMTMuMDEzODQxNiAxMS4xNDMwOTY3LDEyLjI0MjY2MTEgNi43MDEzNDQ0MSwxMC43MDI3OTQxIEw2LDEwLjQ1MzI2OTMgTDYsMjcuNTQ4MTk2NyBMNi42NDk1NzYxOSwyNy4zMjM3MDY4IEM4LjM4MjM4NTU3LDI2Ljc0NDg0NjMgMTAuMTIwMzA3MiwyNi4zMjQyMzYxIDExLjg2Mjg1OTEsMjYuMDYyMzAyOCBMMTUuNDE5OTAwMSwyNS41Mzc0NjAyIEwxNS40NDIxNjk5LDI1LjUyOTg5ODMgTDE1LjkxOTY3NTksMjUuNjAzMjI2MyBMMTUuMTcwMTI1OSwyNy40NTc0NTc5IEwxNS42NjkwMDk5LDI3LjUzMTQ1NTkgTDE1LjYxNTEyMTIsMjcuNTI4NDIzOCBMMTMuMzIxNzY0LDI3Ljg2NTgxNCBMMTIuMTYwMTUxMSwyOC4wNDAwODM3IEMxMC4zMjkxMzUzLDI4LjMxNTMxNDYgOC41MDAyMTM4NywyOC43Nzg5NzYxIDYuNjcyNzIzMjIsMjkuNDMxNjY3MiBDNS42MzI0OTg3MSwyOS44MDMyMTMyIDQuNDg4MDQyMzIsMjkuMjYxMTE5NiA0LjExNjUyMjE2LDI4LjIyMDg4ODUgQzQuMDU4NjkxNjYsMjguMDU4OTY3MSA0LjAyMjA2MzIsMjcuODkwNDkyNyA0LjAwNzM2MzM3LDI3LjcxOTY2IEw0LDI3LjU0ODE5NjcgTDQsMTAuNDUzMjgzMiBDNCw5LjM0ODcwNzAyIDQuODk1NDI0NzYsOC40NTMyNjkzNCA2LDguNDUzMjY5MzQgWiIgaWQ9IlBhdGgtNTciIGZpbGw9IiMwMTY5QjQiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgIDxwYXRoIGQ9Ik0yMCwxOSBDMTguMzQzMTQ1OCwxOSAxNywyMC4zNDMxNDU4IDE3LDIyIEMxNywyMy42NTY4NTQyIDE4LjM0MzE0NTgsMjUgMjAsMjUgQzIxLjY1Njg1NDIsMjUgMjMsMjMuNjU2ODU0MiAyMywyMiBDMjMsMjAuMzQzMTQ1OCAyMS42NTY4NTQyLDE5IDIwLDE5IFogTTIwLDIxIEMyMC41NTIyODQ3LDIxIDIxLDIxLjQ0NzcxNTMgMjEsMjIgQzIxLDIyLjU1MjI4NDcgMjAuNTUyMjg0NywyMyAyMCwyMyBDMTkuNDQ3NzE1MywyMyAxOSwyMi41NTIyODQ3IDE5LDIyIEMxOSwyMS40NDc3MTUzIDE5LjQ0NzcxNTMsMjEgMjAsMjEgWiIgaWQ9Ik92YWwiIGZpbGw9IiMwMTY5QjQiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=)
}

header{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

@media (min-width: 768px){
  header{
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}

#header-social li:last-of-type>a{
  margin-right: 0
}

#header-social li a{
  width:20px;
  height:20px;
  display: block;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  background-size:16px
}

@media (min-width: 1024px){
  #header-social li a{
    margin-right: 0;
    margin-left: 1rem
  }
}

#header-social li a:hover{
  opacity: 0.25
}

#header-social li a[href*="facebook.com"]{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTEgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci1mYWNlYm9vay0xIGNvcHk8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYtLy1Gb290ZXItdmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjAxLjAwMDAwMCwgLTYyNC4wMDAwMDApIiBmaWxsPSIjMDAxQjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iaWNvbm1vbnN0ci1mYWNlYm9vay0xLWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMDEuMDAwMDAwLCA2MjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMyw2LjY2NjY2NjY3IEwwLjUsNi42NjY2NjY2NyBMMC41LDEwIEwzLDEwIEwzLDIwIEw3LjE2NjY2NjY3LDIwIEw3LjE2NjY2NjY3LDEwIEwxMC4yMDE2NjY3LDEwIEwxMC41LDYuNjY2NjY2NjcgTDcuMTY2NjY2NjcsNi42NjY2NjY2NyBMNy4xNjY2NjY2Nyw1LjI3NzUgQzcuMTY2NjY2NjcsNC40ODE2NjY2NyA3LjMyNjY2NjY3LDQuMTY2NjY2NjcgOC4wOTU4MzMzMyw0LjE2NjY2NjY3IEwxMC41LDQuMTY2NjY2NjcgTDEwLjUsMCBMNy4zMjY2NjY2NywwIEM0LjMzLDAgMywxLjMxOTE2NjY3IDMsMy44NDU4MzMzMyBMMyw2LjY2NjY2NjY3IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-size:8px
}

#header-social li a[href*="instagram.com"]{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjMgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci1pbnN0YWdyYW0tMTEgY29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LS8tRm9vdGVyLXZkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2My4wMDAwMDAsIC02MjIuMDAwMDAwKSIgZmlsbD0iIzAwMUI1QiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Imljb25tb25zdHItaW5zdGFncmFtLTExLWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI2My4wMDAwMDAsIDYyMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMS41LDIuMTYzIEMxNC41NzA1LDIuMTYzIDE0LjkzNDY2NjcsMi4xNzUgMTYuMTQ3OTE2NywyLjIzMyBDMTkuMjY0NDE2NywyLjM4MSAyMC43MjAxMjUsMy45MjQgMjAuODYxOTU4Myw3LjE1MiBDMjAuOTE3NTQxNyw4LjQxNyAyMC45MjgwODMzLDguNzk3IDIwLjkyODA4MzMsMTIuMDAxIEMyMC45MjgwODMzLDE1LjIwNiAyMC45MTY1ODMzLDE1LjU4NSAyMC44NjE5NTgzLDE2Ljg1IEMyMC43MTkxNjY3LDIwLjA3NSAxOS4yNjcyOTE3LDIxLjYyMSAxNi4xNDc5MTY3LDIxLjc2OSBDMTQuOTM0NjY2NywyMS44MjcgMTQuNTcyNDE2NywyMS44MzkgMTEuNSwyMS44MzkgQzguNDI5NSwyMS44MzkgOC4wNjUzMzMzMywyMS44MjcgNi44NTMwNDE2NywyMS43NjkgQzMuNzI4ODc1LDIxLjYyIDIuMjgwODMzMzMsMjAuMDcgMi4xMzksMTYuODQ5IEMyLjA4MzQxNjY3LDE1LjU4NCAyLjA3MTkxNjY3LDE1LjIwNSAyLjA3MTkxNjY3LDEyIEMyLjA3MTkxNjY3LDguNzk2IDIuMDg0Mzc1LDguNDE3IDIuMTM5LDcuMTUxIEMyLjI4MTc5MTY3LDMuOTI0IDMuNzMzNjY2NjcsMi4zOCA2Ljg1MzA0MTY3LDIuMjMyIEM4LjA2NjI5MTY3LDIuMTc1IDguNDI5NSwyLjE2MyAxMS41LDIuMTYzIEwxMS41LDIuMTYzIFogTTExLjUsMCBDOC4zNzY3OTE2NywwIDcuOTg1NzkxNjcsMC4wMTQgNi43NTkxMjUsMC4wNzIgQzIuNTgyNzA4MzMsMC4yNzIgMC4yNjE2MjUsMi42OSAwLjA2OTk1ODMzMzMsNy4wNTIgQzAuMDEzNDE2NjY2Nyw4LjMzMyAwLDguNzQxIDAsMTIgQzAsMTUuMjU5IDAuMDEzNDE2NjY2NywxNS42NjggMC4wNjksMTYuOTQ4IEMwLjI2MDY2NjY2NywyMS4zMDYgMi41Nzc5MTY2NywyMy43MjggNi43NTgxNjY2NywyMy45MjggQzcuOTg1NzkxNjcsMjMuOTg2IDguMzc2NzkxNjcsMjQgMTEuNSwyNCBDMTQuNjIzMjA4MywyNCAxNS4wMTUxNjY3LDIzLjk4NiAxNi4yNDE4MzMzLDIzLjkyOCBDMjAuNDE0NDE2NywyMy43MjggMjIuNzQxMjUsMjEuMzEgMjIuOTMwMDQxNywxNi45NDggQzIyLjk4NjU4MzMsMTUuNjY4IDIzLDE1LjI1OSAyMywxMiBDMjMsOC43NDEgMjIuOTg2NTgzMyw4LjMzMyAyMi45MzEsNy4wNTMgQzIyLjc0MzE2NjcsMi42OTkgMjAuNDIzMDQxNywwLjI3MyAxNi4yNDI3OTE3LDAuMDczIEMxNS4wMTUxNjY3LDAuMDE0IDE0LjYyMzIwODMsMCAxMS41LDAgWiBNMTEuNSw1LjgzOCBDOC4yMzg3OTE2Nyw1LjgzOCA1LjU5NDc1LDguNTk3IDUuNTk0NzUsMTIgQzUuNTk0NzUsMTUuNDAzIDguMjM4NzkxNjcsMTguMTYzIDExLjUsMTguMTYzIEMxNC43NjEyMDgzLDE4LjE2MyAxNy40MDUyNSwxNS40MDQgMTcuNDA1MjUsMTIgQzE3LjQwNTI1LDguNTk3IDE0Ljc2MTIwODMsNS44MzggMTEuNSw1LjgzOCBaIE0xMS41LDE2IEM5LjM4MzA0MTY3LDE2IDcuNjY2NjY2NjcsMTQuMjEgNy42NjY2NjY2NywxMiBDNy42NjY2NjY2Nyw5Ljc5MSA5LjM4MzA0MTY3LDggMTEuNSw4IEMxMy42MTY5NTgzLDggMTUuMzMzMzMzMyw5Ljc5MSAxNS4zMzMzMzMzLDEyIEMxNS4zMzMzMzMzLDE0LjIxIDEzLjYxNjk1ODMsMTYgMTEuNSwxNiBaIE0xNy42MzkwODMzLDQuMTU1IEMxNi44NzYyNSw0LjE1NSAxNi4yNTgxMjUsNC44IDE2LjI1ODEyNSw1LjU5NSBDMTYuMjU4MTI1LDYuMzkgMTYuODc2MjUsNy4wMzUgMTcuNjM5MDgzMyw3LjAzNSBDMTguNDAwOTU4Myw3LjAzNSAxOS4wMTgxMjUsNi4zOSAxOS4wMTgxMjUsNS41OTUgQzE5LjAxODEyNSw0LjggMTguNDAwOTU4Myw0LjE1NSAxNy42MzkwODMzLDQuMTU1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K)
}

#header-social li a[href*="twitter.com"]{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljg2NzYgMTEuMjQ3OEwyMy45NTk2IDAuNjY3NDhIMjEuODA1MUwxMy45MTA1IDkuODU0MjZMNy42MDUwNiAwLjY2NzQ4SDAuMzMyNTJMOS44Njc1MyAxNC41NTk1TDAuMzMyNTIgMjUuNjU0NkgyLjQ4NzE2TDEwLjgyNDEgMTUuOTUzMUwxNy40ODMxIDI1LjY1NDZIMjQuNzU1NkwxNC44NjcgMTEuMjQ3OEgxNC44Njc2Wk0xMS45MTY1IDE0LjY4MTlMMTAuOTUwNCAxMy4yOTg2TDMuMjYzNTEgMi4yOTEyNUg2LjU3MjkyTDEyLjc3NjMgMTEuMTc0NUwxMy43NDI0IDEyLjU1NzhMMjEuODA2MSAyNC4xMDQ3SDE4LjQ5NjdMMTEuOTE2NSAxNC42ODI0VjE0LjY4MTlaIiBmaWxsPSIjMDAxOTU5Ii8+Cjwvc3ZnPgo=)
}

#header-social li a[href*="youtube.com"]{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjMgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci15b3V0dWJlLTYgY29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LS8tRm9vdGVyLXZkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM5Ny4wMDAwMDAsIC02MjUuMDAwMDAwKSIgZmlsbD0iIzAwMUI1QiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Imljb25tb25zdHIteW91dHViZS02LWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM5Ny4wMDAwMDAsIDYyNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOC43OTc3MDgzLDAuMTg0MTIyNjMgQzE1LjM0Mzg3NSwtMC4wNjE4NzM5NDg0IDcuNjUxMzMzMzMsLTAuMDYwODczOTYyMyA0LjIwMjI5MTY3LDAuMTg0MTIyNjMgQzAuNDY3NjY2NjY3LDAuNDUwMTE4OTMgMC4wMjc3OTE2NjY3LDIuODA0MDg2MTkgMCw5IEMwLjAyNzc5MTY2NjcsMTUuMTg0OTE0IDAuNDYzODMzMzMzLDE3LjU0ODg4MTEgNC4yMDIyOTE2NywxNy44MTU4Nzc0IEM3LjY1MjI5MTY3LDE4LjA2MDg3NCAxNS4zNDM4NzUsMTguMDYxODczOSAxOC43OTc3MDgzLDE3LjgxNTg3NzQgQzIyLjUzMjMzMzMsMTcuNTQ5ODgxMSAyMi45NzIyMDgzLDE1LjE5NTkxMzggMjMsOSBDMjIuOTcyMjA4MywyLjgxNTA4NjAzIDIyLjUzNjE2NjcsMC40NTExMTg5MTYgMTguNzk3NzA4MywwLjE4NDEyMjYzIFogTTguNjI1LDEyLjk5OTk0NDQgTDguNjI1LDUuMDAwMDU1NjQgTDE2LjI5MTY2NjcsOC45OTMwMDAxIEw4LjYyNSwxMi45OTk5NDQ0IEw4LjYyNSwxMi45OTk5NDQ0IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K)
}

#header-social li a[href*="linkedin.com"]{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMjEgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci1saW5rZWRpbi0xIGNvcHk8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYtLy1Gb290ZXItdmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDY0LjAwMDAwMCwgLTYyNS4wMDAwMDApIiBmaWxsPSIjMDAxQjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iaWNvbm1vbnN0ci1saW5rZWRpbi0xLWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NjQuMDAwMDAwLCA2MjUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNC42NSwyLjA2NTIxNzM5IEM0LjY1LDMuMjA2MDQzNDggMy43MjUsNC4xMzA0MzQ3OCAyLjU4MzMzMzMzLDQuMTMwNDM0NzggQzEuNDQxNjY2NjcsNC4xMzA0MzQ3OCAwLjUxNjY2NjY2NywzLjIwNjA0MzQ4IDAuNTE2NjY2NjY3LDIuMDY1MjE3MzkgQzAuNTE2NjY2NjY3LDAuOTI1MjE3MzkxIDEuNDQxNjY2NjcsMCAyLjU4MzMzMzMzLDAgQzMuNzI1LDAgNC42NSwwLjkyNTIxNzM5MSA0LjY1LDIuMDY1MjE3MzkgWiBNNC42NjY2NjY2Nyw1Ljc4MjYwODcgTDAuNSw1Ljc4MjYwODcgTDAuNSwxOSBMNC42NjY2NjY2NywxOSBMNC42NjY2NjY2Nyw1Ljc4MjYwODcgWiBNMTEuMzE4MzMzMyw1Ljc4MjYwODcgTDcuMTc4MzMzMzMsNS43ODI2MDg3IEw3LjE3ODMzMzMzLDE5IEwxMS4zMTkxNjY3LDE5IEwxMS4zMTkxNjY3LDEyLjA2MTY5NTcgQzExLjMxOTE2NjcsOC4yMDM4Njk1NyAxNi4zNDMzMzMzLDcuODg4MzA0MzUgMTYuMzQzMzMzMywxMi4wNjE2OTU3IEwxNi4zNDMzMzMzLDE5IEwyMC41LDE5IEwyMC41LDEwLjYzMDkxMyBDMjAuNSw0LjEyMTM0NzgzIDEzLjA2NSw0LjM1ODQzNDc4IDExLjMxODMzMzMsNy41NjI4MjYwOSBMMTEuMzE4MzMzMyw1Ljc4MjYwODcgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=)
}

#header-social li a[href*="tiktok.com"]{
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzAwMTk1OSIgdmlld0JveD0iMCAwIDI1NiAyNTYiPgogIDxwYXRoIGQ9Ik0yMjQsNzJhNDguMDUsNDguMDUsMCwwLDEtNDgtNDgsOCw4LDAsMCwwLTgtOEgxMjhhOCw4LDAsMCwwLTgsOFYxNTZhMjAsMjAsMCwxLDEtMjguNTctMTguMDhBOCw4LDAsMCwwLDk2LDEzMC42OVY4OGE4LDgsMCwwLDAtOS40LTcuODhDNTAuOTEsODYuNDgsMjQsMTE5LjEsMjQsMTU2YTc2LDc2LDAsMCwwLDE1MiwwVjExNi4yOUExMDMuMjUsMTAzLjI1LDAsMCwwLDIyNCwxMjhhOCw4LDAsMCwwLDgtOFY4MEE4LDgsMCwwLDAsMjI0LDcyWm0tOCwzOS42NGE4Ny4xOSw4Ny4xOSwwLDAsMS00My4zMy0xNi4xNUE4LDgsMCwwLDAsMTYwLDEwMnY1NGE2MCw2MCwwLDAsMS0xMjAsMGMwLTI1LjksMTYuNjQtNDkuMTMsNDAtNTcuNnYyNy42N0EzNiwzNiwwLDEsMCwxMzYsMTU2VjMyaDI0LjVBNjQuMTQsNjQuMTQsMCwwLDAsMjE2LDg3LjVaIj48L3BhdGg+Cjwvc3ZnPgo=)
}

.desktop-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

.desktop-nav li{
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 14px
}

@media (min-width: 1400px){
  .desktop-nav li{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    font-size: 16px
  }
}

@media (min-width: 1600px){
  .desktop-nav li{
    font-size: 17px
  }
}

.desktop-nav li:hover a:not(.meer-nieuws):not(.news-card__inner){
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity))
}

.desktop-nav li.menu-item-has-children a:after{
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  content:"";
  width:16px;
  height:8px;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEAAAAADSRT5sAAABCklEQVQ4EbWSzQ3DIAyFIR0i2aFSWKEr5NRDh2mXiarO0EtX4JBDR8gQFX0PAYpQ+QlSLTkEg78HxkJsTCl13EybfmPGwVPGcbzh/z4Mw3td18XH94yAn40xz77vOzBezLUChGPhinkHn1pEHHwGh8wTGJIikldCULsFrAkhpfzAL1rrhw0UPhHc7nYM1QGyEMaA51AMPjPRx1JjBs4DLrZErDnLAsgEZ5loxXIV4Pb24ZH3itTAecogwEmtSC2cTMlPbDkA9/J9apvipwAhKREnEG7uuiXZcWEjE7eWKZdvgqp2TgpQLCFiz1E6uT9sViAlUgtnflEgFgHcwJM15/5m48PTmwH/SPwC4+LgUS5PArMAAAAASUVORK5CYII=);
  vertical-align:middle
}

.desktop-nav li.menu-item-has-children:hover>.sub-menu{
  display: block
}

.desktop-nav li.menu-item-has-children:hover a:after{
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEAAAAADSRT5sAAAA7UlEQVQ4EWNgGEyAOWtbOAiT4iZGYhWDDP73/99SkHomRqbov9O8VhKjlygLkAxnhhr6l1hLCFqAxXCYw4myBK8FeAwn2hKcFuAw/C/UZFhQgbh4fYLVAlyGg8IdZCI0somyBMMCfIbDUg4xakAOAQEUC0jRSKxauAXEaoC4C0ISowdsATEKkQ1GZhPSy8iWt1Pn9+/fF4CaiIo0ZMNhbFyWsDKx6DP9muR+hZGRsQWmGEjjTXZI6uBMUORDUxgsGTOAzPw11eMqXBFT1tYGxswtf0CugQuSyADpBZkBMgurVrbsHdpYJUgQRDcDABKVsI9a7GEcAAAAAElFTkSuQmCC)
}

.desktop-nav li .sub-menu{
  position: absolute;
  display:none;
  left:50%;
  -webkit-transform:translateX(-50%);
       -o-transform:translateX(-50%);
          transform:translateX(-50%);
  padding-top:50px;
  z-index:1
}

.desktop-nav li .sub-menu:after{
  display: block;
  position: absolute;
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
  content:"";
  width:24px;
  height:24px;
  top:50px;
  left:50%;
  -webkit-transform:translate(-50%, -12px) rotate(45deg);
       -o-transform:translate(-50%, -12px) rotate(45deg);
          transform:translate(-50%, -12px) rotate(45deg)
}

.desktop-nav li .sub-menu li{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity))
}

.desktop-nav li .sub-menu li a:not(.meer-nieuws):not(.news-card__inner){
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  white-space: nowrap
}

.desktop-nav li .sub-menu li a:not(.meer-nieuws):not(.news-card__inner):after{
  content:none
}

.desktop-nav li .sub-menu li a:not(.meer-nieuws):not(.news-card__inner):hover{
  opacity: 0.5
}

.desktop-nav li .sub-menu li:first-child{
  padding-top: 2rem
}

.desktop-nav li .sub-menu li:last-child{
  padding-bottom: 2rem
}

.brand{
  background-repeat: no-repeat;
  background-size: contain;
  background-image:url(/wp-content/themes/wereldhavendagen/dist/images/logo-header-new.png);
  text-indent:-9999px;
  width:122px;
  height:80px
}

@media (min-width: 768px){
  .brand{
    width:207px;
    height:135px
  }
}

@media (min-width: 1024px){
  .brand{
    width:180px;
    height:117px
  }
}

@media (min-width: 1280px){
  .brand{
    width:207px;
    height:135px
  }
}

.brand.white{
  background-image:url(/wp-content/themes/wereldhavendagen/dist/images/logo-header-new-white.png)
}

.menu_panel{
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  overflow-y:auto;
  z-index:99
}

.menu_panel.active{
  pointer-events: auto;
  opacity: 1
}

.menu_panel_wrapper{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  min-height:100vh;
  background-image:url(/wp-content/themes/wereldhavendagen/dist/images/menu-propeller.svg);
  background-repeat:no-repeat;
  background-size:12rem auto;
  background-position:right bottom
}

.menu_header{
  height:135px
}

.menu_body_mobi_links{
  margin-bottom: 1.5rem
}

.menu_body_mobi_links .mobi_links_items{
  display: block;
  font-size: 16px;
  margin-left: 0.25rem;
  margin-bottom: 0.5rem
}

@media (min-width: 640px){
  .menu_body_main_items{
    -webkit-column-count:2;
       -moz-column-count:2;
            column-count:2;
    -webkit-column-fill:auto;
       -moz-column-fill:auto;
            column-fill:auto
  }
}

@media (min-width: 1024px){
  .menu_body_main_items{
    -webkit-column-count:4;
       -moz-column-count:4;
            column-count:4
  }
}

.menu_body_main_items .main_items_col{
  margin-bottom: 1.5rem;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
  -moz-column-break-inside:avoid;
       break-inside:avoid
}

.main_items_heading{
  text-transform: capitalize;
  margin-bottom: 1rem
}

@media (min-width: 1280px){
  .main_items_heading{
    font-size: 40px;
    margin-bottom: 1.5rem
  }
}

.hybrid-nav li{
  font-size: 16px;
  margin-bottom: 0.25rem
}

@media (min-width: 1280px){
  .hybrid-nav li{
    font-size: 18px
  }
}

.hybrid-nav li a:before{
  content:"";
  display:inline-block;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA5IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggQ29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJWaXN1YWwiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOaWV1d3MtQC0xNjAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTAwLjAwMDAwMCwgLTIzNDUuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY2Mi4wMDAwMDAsIDIzMTYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQyLjAwMDAwMCwgMzUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNDIuMDAwMDAwLCAtMzUuMDAwMDAwKSB0cmFuc2xhdGUoMjA3LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNS4wMDAwMDAsIDM1LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMzUuMDAwMDAwLCAtMzUuNTAwMDAwKSAiIHBvaW50cz0iMzAgMzMgMzUgMzggNDAgMzMiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-repeat:no-repeat;
  background-size:contain;
  width:12px;
  height:12px;
  margin-right:5px
}

.header_mobile__side-column{
  width:calc((100vw - 180px)/2)
}

@media (min-width: 768px){
  .header_mobile__side-column{
    width:calc((100vw - 240px)/2)
  }
}

.mobile-menu_body{
  overflow-y:auto;
  height:calc(100vh - 100px)
}

.mobile-menu_panel{
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  z-index:99
}

.mobile-menu_panel.active{
  pointer-events: auto;
  opacity: 1
}

@media (min-width: 1024px){
  .mobile-menu_panel{
    pointer-events: none;
    opacity: 0
  }

  .mobile-menu_panel.active{
    pointer-events: none;
    opacity: 0
  }
}

.mobile-menu_header{
  height:100px
}

#close-mobile-menu-panel{
  position: absolute;
  top:50%;
  right:2rem;
  -webkit-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%)
}

.mobile-nav li{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.mobile-nav li a{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  margin-left: 2rem;
  margin-right: 2rem
}

.mobile-nav li.menu-item-has-children a{
  display: block;
  background-repeat: no-repeat;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEAAAAADSRT5sAAAApElEQVQ4EbWSiw2AIAxE2YeBXIfBTfAqlrQEytcmRArcO3LinKgYoxft0rTJwEbAuDGuJTJEpP0YQTGwSHCuJROIGc6cZILOYxBU1pQJhCWcWMRIkRsHunENa4cPinCnNTOCmbPiTuolgJFL/ROstjLvRvqaWQBrT9201xigrRenfBsmWM6lolPi0QaoWt7ksA/nS1RMzsErJufhhcnYU2TR398HNkAfK4A3tB8AAAAASUVORK5CYII=);
  background-position:right 8px;
  background-size:12px 8px
}

.mobile-nav li.menu-item-has-children.active a{
  padding-bottom: 1rem;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEAAAAADSRT5sAAAAm0lEQVQ4Ec2TgQqAIAxE+5/6n37HDw/sph44SXNq0GCt4vauydq2P4X3/pT85JsS/EKVXGuSwXEbYp0JcHIsAixj3gTEGpxm4yYVuADLaewmDXjYoimTFpzr2aOhVlVLo0UbTMwN6Oru6RaqeePDay8EB3JqMxomO4/HQcSwr93zcbk4Y7qCLiZDcILQzx9TwzNBHIkvBipMFOMGLS8fLE8ldYIAAAAASUVORK5CYII=)
}

.mobile-nav li.menu-item-has-children.active .sub-menu li a{
  padding-bottom: 0;
  background:none
}

.mobile-nav li .sub-menu{
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity))
}

.mobile-nav li .sub-menu li a{
  padding-left: 2rem;
  background:none
}

.mobile-nav li .sub-menu li:first-child{
  padding-top: 1rem
}

.mobile-nav li .sub-menu li:last-child{
  padding-bottom: 1rem
}

.mobile-menu_search{
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem
}

.mobile-menu_search .mobile-menu_search-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity));
  position: relative
}

.mobile-menu_search .mobile-menu_search-inner img{
  position: absolute;
  top:50%;
  left:1rem;
  -webkit-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%);
  max-width:25px
}

.mobile-menu_search .mobile-menu_search-inner input[type=text]{
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 3.5rem;
  background-color: transparent;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px
}

@media screen and (max-width: 767px){
  .mobile-menu_search .mobile-menu_search-inner img{
    max-width:20px
  }

  .mobile-menu_search .mobile-menu_search-inner input[type=text]{
    padding-left: 3rem
  }

  .mobile-menu_search .mobile-menu_search-inner button[type=submit]{
    padding: 1rem
  }
}

.desktop-nav-news{
  position: static !important
}

.desktop-nav-news>a{
  position: relative
}

.desktop-nav-news>a:before{
  display: none;
  position: absolute;
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
  pointer-events: none;
  content:"";
  min-width:60px;
  min-height:60px;
  top:80px;
  left:50%;
  -webkit-transform:translate(-50%, -12px) rotate(45deg);
       -o-transform:translate(-50%, -12px) rotate(45deg);
          transform:translate(-50%, -12px) rotate(45deg)
}

@media (min-width: 1280px){
  .desktop-nav-news>a:before{
    min-width:24px;
    min-height:24px
  }
}

.desktop-nav-news:hover>a:before{
  display: block
}

.desktop-nav-news:hover>.nav-news-submenu{
  display: block
}

.desktop-nav-news .nav-news-submenu{
  display: none;
  position: absolute;
  left: 0;
  padding-top:50px;
  z-index:9999
}

.desktop-nav-news .nav-news-submenu .news-card a{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.desktop-nav-news .nav-news-submenu .news-card a:after{
  content:none
}

.desktop-nav-news .nav-news-submenu .news-card__category{
  min-width:100px;
  min-height:40px;
  font-size:15px;
  padding:12px 25px
}

.desktop-nav-news .nav-news-submenu a.button.meer-nieuws{
  text-align: center
}

.desktop-nav-news .nav-news-submenu a.button.meer-nieuws:after{
  content:none
}

.lang-switcher{
  position: relative;
  display: inline-block;
  padding-top:6px
}

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

.lang-switcher:hover .lang-switcher-toggle:after{
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEAAAAADSRT5sAAAA7UlEQVQ4EWNgGEyAOWtbOAiT4iZGYhWDDP73/99SkHomRqbov9O8VhKjlygLkAxnhhr6l1hLCFqAxXCYw4myBK8FeAwn2hKcFuAw/C/UZFhQgbh4fYLVAlyGg8IdZCI0somyBMMCfIbDUg4xakAOAQEUC0jRSKxauAXEaoC4C0ISowdsATEKkQ1GZhPSy8iWt1Pn9+/fF4CaiIo0ZMNhbFyWsDKx6DP9muR+hZGRsQWmGEjjTXZI6uBMUORDUxgsGTOAzPw11eMqXBFT1tYGxswtf0CugQuSyADpBZkBMgurVrbsHdpYJUgQRDcDABKVsI9a7GEcAAAAAElFTkSuQmCC)
}

.lang-switcher:hover .lang-switcher-dropdown{
  display: block;
  pointer-events: auto;
  opacity: 1
}

.lang-switcher-toggle{
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem
}

.lang-switcher-toggle:after{
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.25rem;
  content:"";
  width:12px;
  height:6px;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMiA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggQ29weSA2PC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LS8tTWVudSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMzAuMDAwMDAwLCAtNjYuMDAwMDAwKSIgc3Ryb2tlPSIjMDE2OUI0IiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtQ29weS02IiBwb2ludHM9IjEyMzEgNjcgMTIzNiA3MiAxMjQxIDY3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  vertical-align:middle
}

@media (min-width: 1024px){
  .lang-switcher-toggle{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
  }

  .lang-switcher-toggle:after{
    margin-left: 0;
    margin-right: 0.25rem
  }
}

.lang-switcher-toggle img{
  display: inline-block;
  width: 1rem
}

.lang-switcher-dropdown{
  padding-top: 1.25rem;
  position: absolute;
  left: 0;
  z-index: 10;
  text-align: left;
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  top:50%
}

.lang-switcher-dropdown:before{
  display: block;
  position: absolute;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  top: 0;
  content:"";
  width:14px;
  height:14px;
  left:20%;
  -webkit-transform:translate(-50%, 18px) rotate(45deg);
       -o-transform:translate(-50%, 18px) rotate(45deg);
          transform:translate(-50%, 18px) rotate(45deg);
  z-index:-1;
  -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,.15);
          box-shadow:0px 0px 10px 0px rgba(0,0,0,.15)
}

@media (min-width: 1024px){
  .lang-switcher-dropdown{
    left:calc(50% + 12px);
    -webkit-transform:translateX(-50%);
         -o-transform:translateX(-50%);
            transform:translateX(-50%)
  }

  .lang-switcher-dropdown:before{
    left:50%;
    -webkit-transform:translate(-50%, 18px) rotate(45deg);
         -o-transform:translate(-50%, 18px) rotate(45deg);
            transform:translate(-50%, 18px) rotate(45deg)
  }
}

.lang-switcher-dropdown-inner{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 1rem;
  position: relative;
  min-width:200px;
  -webkit-box-shadow:0px 10px 20px 0px rgba(0,0,0,.15);
          box-shadow:0px 10px 20px 0px rgba(0,0,0,.15);
  max-height:180px;
  overflow-y:auto
}

.lang-switcher-dropdown-inner a.glink{
  display: block;
  font-weight: 400
}

.lang-switcher-dropdown-inner a.glink span{
  margin-left: 0.5rem;
  margin-right: 0;
  font-size: 18px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.lang-switcher-dropdown-inner a.glink:not(:last-of-type){
  margin-bottom: 0.75rem
}

.lang-switcher-dropdown-inner a.glink:hover span{
  opacity: 0.5
}

.search-toggle{
  width: 1.25rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyNnB4IiB2aWV3Qm94PSIwIDAgMjggMjYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXA8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYtLy1NZW51LUNvcHktMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0NDcuMDAwMDAwLCAtNTkuMDAwMDAwKSIgc3Ryb2tlPSIjMDE2OUI0IiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NDkuMDAwMDAwLCA2MS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8bGluZSB4MT0iMTciIHkxPSIxNSIgeDI9IjI0IiB5Mj0iMjIiIGlkPSJQYXRoLTMiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size:contain
}

.search-toggle:hover>.search-bar{
  display: block
}

.search-bar{
  position: fixed;
  width: 100%;
  left: 0;
  display: none;
  padding-top:50px;
  top:55px;
  z-index:9999
}

@media (min-width: 768px){
  .search-bar{
    top:85px
  }
}

.search-bar input{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border:none
}

.search-bar input::-webkit-input-placeholder{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.search-bar input::-moz-placeholder{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.search-bar input::-ms-input-placeholder{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.search-bar input::placeholder{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

#mobile_search-bar{
  top:60px
}

@media (min-width: 768px){
  #mobile_search-bar{
    top:100px
  }
}

#mobile_search-bar .bg-blue:after{
  right:7.8rem
}

@media (min-width: 768px){
  #mobile_search-bar .bg-blue:after{
    right:8.8rem
  }
}

.header-utils{
  height:40px
}

.header-utils .header-utils_children{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 100%;
  border-right-width: 1px;
  --border-opacity: 1;
  border-color: #F6F5F3;
  border-color: rgba(246, 245, 243, var(--border-opacity))
}

.header-utils .header-utils_children:nth-child(1){
  display: none;
  border-right-width: 0
}

@media (min-width: 640px){
  .header-utils .header-utils_children:nth-child(1){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right-width: 1px
  }
}

.header-utils .header-utils_children:nth-child(2){
  display: none;
  border-right-width: 0
}

@media (min-width: 640px){
  .header-utils .header-utils_children:nth-child(2){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right-width: 1px
  }
}

.header-utils .header-utils_children:last-child{
  border-right-width: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

@media screen and (max-width: calc(640px - 1px)){
  .button.search-btn,.gform_wrapper input.search-btn[type=submit],.pwd-form button.search-btn{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px
  }
}

.logo-carousel__logo{
  padding-left: 1rem;
  padding-right: 1rem;
  max-width:calc(200px + 2rem)
}

.logo-carousel__logo img{
  max-height:80px
}

.newsletter__form #field_1_2{
  display:none
}

@media (min-width: 1024px){
  .newsletter__form .gfield_checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }
}

.newsletter__form .gfield_checkbox input[type=checkbox]:not(:checked){
  opacity: 0.5
}

.newsletter__form input[type=submit]:hover{
  --bg-opacity: 1;
  background-color: #FF9103;
  background-color: rgba(255, 145, 3, var(--bg-opacity))
}

@media (min-width: 768px){
  .newsletter-right{
    min-height:400px
  }
}

.newsletter__bg-img{
  position: absolute;
  right: 0;
  z-index:-1;
  bottom:-80px
}

@media (min-width: 768px){
  .newsletter__bg-img{
    max-width:300px
  }
}

@media (min-width: 1024px){
  .newsletter__bg-img{
    max-width:100%
  }
}

#menu-social li:last-of-type>a{
  margin-right: 0
}

#menu-social a{
  width:48px;
  height:48px;
  border-radius:50%;
  display: block;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 4px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  opacity: 1;
  background-size:20px
}

@media (min-width: 1024px){
  #menu-social a{
    margin-right: 0;
    margin-left: 0.75rem
  }
}

#menu-social a:hover{
  --bg-opacity: 1;
  background-color: #001b5b;
  background-color: rgba(0, 27, 91, var(--bg-opacity))
}

#menu-social a[href*="facebook.com"]{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTEgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci1mYWNlYm9vay0xIGNvcHk8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYtLy1Gb290ZXItdmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjAxLjAwMDAwMCwgLTYyNC4wMDAwMDApIiBmaWxsPSIjMDAxQjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iaWNvbm1vbnN0ci1mYWNlYm9vay0xLWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMDEuMDAwMDAwLCA2MjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMyw2LjY2NjY2NjY3IEwwLjUsNi42NjY2NjY2NyBMMC41LDEwIEwzLDEwIEwzLDIwIEw3LjE2NjY2NjY3LDIwIEw3LjE2NjY2NjY3LDEwIEwxMC4yMDE2NjY3LDEwIEwxMC41LDYuNjY2NjY2NjcgTDcuMTY2NjY2NjcsNi42NjY2NjY2NyBMNy4xNjY2NjY2Nyw1LjI3NzUgQzcuMTY2NjY2NjcsNC40ODE2NjY2NyA3LjMyNjY2NjY3LDQuMTY2NjY2NjcgOC4wOTU4MzMzMyw0LjE2NjY2NjY3IEwxMC41LDQuMTY2NjY2NjcgTDEwLjUsMCBMNy4zMjY2NjY2NywwIEM0LjMzLDAgMywxLjMxOTE2NjY3IDMsMy44NDU4MzMzMyBMMyw2LjY2NjY2NjY3IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-size:10px
}

#menu-social a[href*="facebook.com"]:hover{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTEgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci1mYWNlYm9vay0xIGNvcHk8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYtLy1Gb290ZXItdmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjAxLjAwMDAwMCwgLTYyNC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iaWNvbm1vbnN0ci1mYWNlYm9vay0xLWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMDEuMDAwMDAwLCA2MjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMyw2LjY2NjY2NjY3IEwwLjUsNi42NjY2NjY2NyBMMC41LDEwIEwzLDEwIEwzLDIwIEw3LjE2NjY2NjY3LDIwIEw3LjE2NjY2NjY3LDEwIEwxMC4yMDE2NjY3LDEwIEwxMC41LDYuNjY2NjY2NjcgTDcuMTY2NjY2NjcsNi42NjY2NjY2NyBMNy4xNjY2NjY2Nyw1LjI3NzUgQzcuMTY2NjY2NjcsNC40ODE2NjY2NyA3LjMyNjY2NjY3LDQuMTY2NjY2NjcgOC4wOTU4MzMzMyw0LjE2NjY2NjY3IEwxMC41LDQuMTY2NjY2NjcgTDEwLjUsMCBMNy4zMjY2NjY2NywwIEM0LjMzLDAgMywxLjMxOTE2NjY3IDMsMy44NDU4MzMzMyBMMyw2LjY2NjY2NjY3IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

#menu-social a[href*="instagram.com"]{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjMgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci1pbnN0YWdyYW0tMTEgY29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LS8tRm9vdGVyLXZkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2My4wMDAwMDAsIC02MjIuMDAwMDAwKSIgZmlsbD0iIzAwMUI1QiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Imljb25tb25zdHItaW5zdGFncmFtLTExLWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI2My4wMDAwMDAsIDYyMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMS41LDIuMTYzIEMxNC41NzA1LDIuMTYzIDE0LjkzNDY2NjcsMi4xNzUgMTYuMTQ3OTE2NywyLjIzMyBDMTkuMjY0NDE2NywyLjM4MSAyMC43MjAxMjUsMy45MjQgMjAuODYxOTU4Myw3LjE1MiBDMjAuOTE3NTQxNyw4LjQxNyAyMC45MjgwODMzLDguNzk3IDIwLjkyODA4MzMsMTIuMDAxIEMyMC45MjgwODMzLDE1LjIwNiAyMC45MTY1ODMzLDE1LjU4NSAyMC44NjE5NTgzLDE2Ljg1IEMyMC43MTkxNjY3LDIwLjA3NSAxOS4yNjcyOTE3LDIxLjYyMSAxNi4xNDc5MTY3LDIxLjc2OSBDMTQuOTM0NjY2NywyMS44MjcgMTQuNTcyNDE2NywyMS44MzkgMTEuNSwyMS44MzkgQzguNDI5NSwyMS44MzkgOC4wNjUzMzMzMywyMS44MjcgNi44NTMwNDE2NywyMS43NjkgQzMuNzI4ODc1LDIxLjYyIDIuMjgwODMzMzMsMjAuMDcgMi4xMzksMTYuODQ5IEMyLjA4MzQxNjY3LDE1LjU4NCAyLjA3MTkxNjY3LDE1LjIwNSAyLjA3MTkxNjY3LDEyIEMyLjA3MTkxNjY3LDguNzk2IDIuMDg0Mzc1LDguNDE3IDIuMTM5LDcuMTUxIEMyLjI4MTc5MTY3LDMuOTI0IDMuNzMzNjY2NjcsMi4zOCA2Ljg1MzA0MTY3LDIuMjMyIEM4LjA2NjI5MTY3LDIuMTc1IDguNDI5NSwyLjE2MyAxMS41LDIuMTYzIEwxMS41LDIuMTYzIFogTTExLjUsMCBDOC4zNzY3OTE2NywwIDcuOTg1NzkxNjcsMC4wMTQgNi43NTkxMjUsMC4wNzIgQzIuNTgyNzA4MzMsMC4yNzIgMC4yNjE2MjUsMi42OSAwLjA2OTk1ODMzMzMsNy4wNTIgQzAuMDEzNDE2NjY2Nyw4LjMzMyAwLDguNzQxIDAsMTIgQzAsMTUuMjU5IDAuMDEzNDE2NjY2NywxNS42NjggMC4wNjksMTYuOTQ4IEMwLjI2MDY2NjY2NywyMS4zMDYgMi41Nzc5MTY2NywyMy43MjggNi43NTgxNjY2NywyMy45MjggQzcuOTg1NzkxNjcsMjMuOTg2IDguMzc2NzkxNjcsMjQgMTEuNSwyNCBDMTQuNjIzMjA4MywyNCAxNS4wMTUxNjY3LDIzLjk4NiAxNi4yNDE4MzMzLDIzLjkyOCBDMjAuNDE0NDE2NywyMy43MjggMjIuNzQxMjUsMjEuMzEgMjIuOTMwMDQxNywxNi45NDggQzIyLjk4NjU4MzMsMTUuNjY4IDIzLDE1LjI1OSAyMywxMiBDMjMsOC43NDEgMjIuOTg2NTgzMyw4LjMzMyAyMi45MzEsNy4wNTMgQzIyLjc0MzE2NjcsMi42OTkgMjAuNDIzMDQxNywwLjI3MyAxNi4yNDI3OTE3LDAuMDczIEMxNS4wMTUxNjY3LDAuMDE0IDE0LjYyMzIwODMsMCAxMS41LDAgWiBNMTEuNSw1LjgzOCBDOC4yMzg3OTE2Nyw1LjgzOCA1LjU5NDc1LDguNTk3IDUuNTk0NzUsMTIgQzUuNTk0NzUsMTUuNDAzIDguMjM4NzkxNjcsMTguMTYzIDExLjUsMTguMTYzIEMxNC43NjEyMDgzLDE4LjE2MyAxNy40MDUyNSwxNS40MDQgMTcuNDA1MjUsMTIgQzE3LjQwNTI1LDguNTk3IDE0Ljc2MTIwODMsNS44MzggMTEuNSw1LjgzOCBaIE0xMS41LDE2IEM5LjM4MzA0MTY3LDE2IDcuNjY2NjY2NjcsMTQuMjEgNy42NjY2NjY2NywxMiBDNy42NjY2NjY2Nyw5Ljc5MSA5LjM4MzA0MTY3LDggMTEuNSw4IEMxMy42MTY5NTgzLDggMTUuMzMzMzMzMyw5Ljc5MSAxNS4zMzMzMzMzLDEyIEMxNS4zMzMzMzMzLDE0LjIxIDEzLjYxNjk1ODMsMTYgMTEuNSwxNiBaIE0xNy42MzkwODMzLDQuMTU1IEMxNi44NzYyNSw0LjE1NSAxNi4yNTgxMjUsNC44IDE2LjI1ODEyNSw1LjU5NSBDMTYuMjU4MTI1LDYuMzkgMTYuODc2MjUsNy4wMzUgMTcuNjM5MDgzMyw3LjAzNSBDMTguNDAwOTU4Myw3LjAzNSAxOS4wMTgxMjUsNi4zOSAxOS4wMTgxMjUsNS41OTUgQzE5LjAxODEyNSw0LjggMTguNDAwOTU4Myw0LjE1NSAxNy42MzkwODMzLDQuMTU1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K)
}

#menu-social a[href*="instagram.com"]:hover{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjMgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci1pbnN0YWdyYW0tMTEgY29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LS8tRm9vdGVyLXZkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2My4wMDAwMDAsIC02MjIuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Imljb25tb25zdHItaW5zdGFncmFtLTExLWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI2My4wMDAwMDAsIDYyMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMS41LDIuMTYzIEMxNC41NzA1LDIuMTYzIDE0LjkzNDY2NjcsMi4xNzUgMTYuMTQ3OTE2NywyLjIzMyBDMTkuMjY0NDE2NywyLjM4MSAyMC43MjAxMjUsMy45MjQgMjAuODYxOTU4Myw3LjE1MiBDMjAuOTE3NTQxNyw4LjQxNyAyMC45MjgwODMzLDguNzk3IDIwLjkyODA4MzMsMTIuMDAxIEMyMC45MjgwODMzLDE1LjIwNiAyMC45MTY1ODMzLDE1LjU4NSAyMC44NjE5NTgzLDE2Ljg1IEMyMC43MTkxNjY3LDIwLjA3NSAxOS4yNjcyOTE3LDIxLjYyMSAxNi4xNDc5MTY3LDIxLjc2OSBDMTQuOTM0NjY2NywyMS44MjcgMTQuNTcyNDE2NywyMS44MzkgMTEuNSwyMS44MzkgQzguNDI5NSwyMS44MzkgOC4wNjUzMzMzMywyMS44MjcgNi44NTMwNDE2NywyMS43NjkgQzMuNzI4ODc1LDIxLjYyIDIuMjgwODMzMzMsMjAuMDcgMi4xMzksMTYuODQ5IEMyLjA4MzQxNjY3LDE1LjU4NCAyLjA3MTkxNjY3LDE1LjIwNSAyLjA3MTkxNjY3LDEyIEMyLjA3MTkxNjY3LDguNzk2IDIuMDg0Mzc1LDguNDE3IDIuMTM5LDcuMTUxIEMyLjI4MTc5MTY3LDMuOTI0IDMuNzMzNjY2NjcsMi4zOCA2Ljg1MzA0MTY3LDIuMjMyIEM4LjA2NjI5MTY3LDIuMTc1IDguNDI5NSwyLjE2MyAxMS41LDIuMTYzIEwxMS41LDIuMTYzIFogTTExLjUsMCBDOC4zNzY3OTE2NywwIDcuOTg1NzkxNjcsMC4wMTQgNi43NTkxMjUsMC4wNzIgQzIuNTgyNzA4MzMsMC4yNzIgMC4yNjE2MjUsMi42OSAwLjA2OTk1ODMzMzMsNy4wNTIgQzAuMDEzNDE2NjY2Nyw4LjMzMyAwLDguNzQxIDAsMTIgQzAsMTUuMjU5IDAuMDEzNDE2NjY2NywxNS42NjggMC4wNjksMTYuOTQ4IEMwLjI2MDY2NjY2NywyMS4zMDYgMi41Nzc5MTY2NywyMy43MjggNi43NTgxNjY2NywyMy45MjggQzcuOTg1NzkxNjcsMjMuOTg2IDguMzc2NzkxNjcsMjQgMTEuNSwyNCBDMTQuNjIzMjA4MywyNCAxNS4wMTUxNjY3LDIzLjk4NiAxNi4yNDE4MzMzLDIzLjkyOCBDMjAuNDE0NDE2NywyMy43MjggMjIuNzQxMjUsMjEuMzEgMjIuOTMwMDQxNywxNi45NDggQzIyLjk4NjU4MzMsMTUuNjY4IDIzLDE1LjI1OSAyMywxMiBDMjMsOC43NDEgMjIuOTg2NTgzMyw4LjMzMyAyMi45MzEsNy4wNTMgQzIyLjc0MzE2NjcsMi42OTkgMjAuNDIzMDQxNywwLjI3MyAxNi4yNDI3OTE3LDAuMDczIEMxNS4wMTUxNjY3LDAuMDE0IDE0LjYyMzIwODMsMCAxMS41LDAgWiBNMTEuNSw1LjgzOCBDOC4yMzg3OTE2Nyw1LjgzOCA1LjU5NDc1LDguNTk3IDUuNTk0NzUsMTIgQzUuNTk0NzUsMTUuNDAzIDguMjM4NzkxNjcsMTguMTYzIDExLjUsMTguMTYzIEMxNC43NjEyMDgzLDE4LjE2MyAxNy40MDUyNSwxNS40MDQgMTcuNDA1MjUsMTIgQzE3LjQwNTI1LDguNTk3IDE0Ljc2MTIwODMsNS44MzggMTEuNSw1LjgzOCBaIE0xMS41LDE2IEM5LjM4MzA0MTY3LDE2IDcuNjY2NjY2NjcsMTQuMjEgNy42NjY2NjY2NywxMiBDNy42NjY2NjY2Nyw5Ljc5MSA5LjM4MzA0MTY3LDggMTEuNSw4IEMxMy42MTY5NTgzLDggMTUuMzMzMzMzMyw5Ljc5MSAxNS4zMzMzMzMzLDEyIEMxNS4zMzMzMzMzLDE0LjIxIDEzLjYxNjk1ODMsMTYgMTEuNSwxNiBaIE0xNy42MzkwODMzLDQuMTU1IEMxNi44NzYyNSw0LjE1NSAxNi4yNTgxMjUsNC44IDE2LjI1ODEyNSw1LjU5NSBDMTYuMjU4MTI1LDYuMzkgMTYuODc2MjUsNy4wMzUgMTcuNjM5MDgzMyw3LjAzNSBDMTguNDAwOTU4Myw3LjAzNSAxOS4wMTgxMjUsNi4zOSAxOS4wMTgxMjUsNS41OTUgQzE5LjAxODEyNSw0LjggMTguNDAwOTU4Myw0LjE1NSAxNy42MzkwODMzLDQuMTU1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

#menu-social a[href*="twitter.com"]{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljg2NzYgMTEuMjQ3OEwyMy45NTk2IDAuNjY3NDhIMjEuODA1MUwxMy45MTA1IDkuODU0MjZMNy42MDUwNiAwLjY2NzQ4SDAuMzMyNTJMOS44Njc1MyAxNC41NTk1TDAuMzMyNTIgMjUuNjU0NkgyLjQ4NzE2TDEwLjgyNDEgMTUuOTUzMUwxNy40ODMxIDI1LjY1NDZIMjQuNzU1NkwxNC44NjcgMTEuMjQ3OEgxNC44Njc2Wk0xMS45MTY1IDE0LjY4MTlMMTAuOTUwNCAxMy4yOTg2TDMuMjYzNTEgMi4yOTEyNUg2LjU3MjkyTDEyLjc3NjMgMTEuMTc0NUwxMy43NDI0IDEyLjU1NzhMMjEuODA2MSAyNC4xMDQ3SDE4LjQ5NjdMMTEuOTE2NSAxNC42ODI0VjE0LjY4MTlaIiBmaWxsPSIjMDAxOTU5Ii8+Cjwvc3ZnPgo=)
}

#menu-social a[href*="twitter.com"]:hover{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQzN184NDkpIj4KPHBhdGggZD0iTTE0Ljg2NzYgMTEuMjQ3OEwyMy45NTk2IDAuNjY3NDhIMjEuODA1MUwxMy45MTA1IDkuODU0MjZMNy42MDUwNiAwLjY2NzQ4SDAuMzMyNTJMOS44Njc1MyAxNC41NTk1TDAuMzMyNTIgMjUuNjU0NkgyLjQ4NzE2TDEwLjgyNDEgMTUuOTUzMUwxNy40ODMxIDI1LjY1NDZIMjQuNzU1NkwxNC44NjcgMTEuMjQ3OEgxNC44Njc2Wk0xMS45MTY1IDE0LjY4MTlMMTAuOTUwNCAxMy4yOTg2TDMuMjYzNTEgMi4yOTEyNUg2LjU3MjkyTDEyLjc3NjMgMTEuMTc0NUwxMy43NDI0IDEyLjU1NzhMMjEuODA2MSAyNC4xMDQ3SDE4LjQ5NjdMMTEuOTE2NSAxNC42ODI0VjE0LjY4MTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQzN184NDkiPgo8cmVjdCB3aWR0aD0iMjQuNDIzMSIgaGVpZ2h0PSIyNSIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMzMyNTIgMC42Njc0OCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)
}

#menu-social a[href*="youtube.com"]{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjMgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci15b3V0dWJlLTYgY29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LS8tRm9vdGVyLXZkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM5Ny4wMDAwMDAsIC02MjUuMDAwMDAwKSIgZmlsbD0iIzAwMUI1QiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Imljb25tb25zdHIteW91dHViZS02LWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM5Ny4wMDAwMDAsIDYyNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOC43OTc3MDgzLDAuMTg0MTIyNjMgQzE1LjM0Mzg3NSwtMC4wNjE4NzM5NDg0IDcuNjUxMzMzMzMsLTAuMDYwODczOTYyMyA0LjIwMjI5MTY3LDAuMTg0MTIyNjMgQzAuNDY3NjY2NjY3LDAuNDUwMTE4OTMgMC4wMjc3OTE2NjY3LDIuODA0MDg2MTkgMCw5IEMwLjAyNzc5MTY2NjcsMTUuMTg0OTE0IDAuNDYzODMzMzMzLDE3LjU0ODg4MTEgNC4yMDIyOTE2NywxNy44MTU4Nzc0IEM3LjY1MjI5MTY3LDE4LjA2MDg3NCAxNS4zNDM4NzUsMTguMDYxODczOSAxOC43OTc3MDgzLDE3LjgxNTg3NzQgQzIyLjUzMjMzMzMsMTcuNTQ5ODgxMSAyMi45NzIyMDgzLDE1LjE5NTkxMzggMjMsOSBDMjIuOTcyMjA4MywyLjgxNTA4NjAzIDIyLjUzNjE2NjcsMC40NTExMTg5MTYgMTguNzk3NzA4MywwLjE4NDEyMjYzIFogTTguNjI1LDEyLjk5OTk0NDQgTDguNjI1LDUuMDAwMDU1NjQgTDE2LjI5MTY2NjcsOC45OTMwMDAxIEw4LjYyNSwxMi45OTk5NDQ0IEw4LjYyNSwxMi45OTk5NDQ0IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K)
}

#menu-social a[href*="youtube.com"]:hover{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjMgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci15b3V0dWJlLTYgY29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LS8tRm9vdGVyLXZkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM5Ny4wMDAwMDAsIC02MjUuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Imljb25tb25zdHIteW91dHViZS02LWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM5Ny4wMDAwMDAsIDYyNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOC43OTc3MDgzLDAuMTg0MTIyNjMgQzE1LjM0Mzg3NSwtMC4wNjE4NzM5NDg0IDcuNjUxMzMzMzMsLTAuMDYwODczOTYyMyA0LjIwMjI5MTY3LDAuMTg0MTIyNjMgQzAuNDY3NjY2NjY3LDAuNDUwMTE4OTMgMC4wMjc3OTE2NjY3LDIuODA0MDg2MTkgMCw5IEMwLjAyNzc5MTY2NjcsMTUuMTg0OTE0IDAuNDYzODMzMzMzLDE3LjU0ODg4MTEgNC4yMDIyOTE2NywxNy44MTU4Nzc0IEM3LjY1MjI5MTY3LDE4LjA2MDg3NCAxNS4zNDM4NzUsMTguMDYxODczOSAxOC43OTc3MDgzLDE3LjgxNTg3NzQgQzIyLjUzMjMzMzMsMTcuNTQ5ODgxMSAyMi45NzIyMDgzLDE1LjE5NTkxMzggMjMsOSBDMjIuOTcyMjA4MywyLjgxNTA4NjAzIDIyLjUzNjE2NjcsMC40NTExMTg5MTYgMTguNzk3NzA4MywwLjE4NDEyMjYzIFogTTguNjI1LDEyLjk5OTk0NDQgTDguNjI1LDUuMDAwMDU1NjQgTDE2LjI5MTY2NjcsOC45OTMwMDAxIEw4LjYyNSwxMi45OTk5NDQ0IEw4LjYyNSwxMi45OTk5NDQ0IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

#menu-social a[href*="linkedin.com"]{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMjEgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci1saW5rZWRpbi0xIGNvcHk8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYtLy1Gb290ZXItdmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDY0LjAwMDAwMCwgLTYyNS4wMDAwMDApIiBmaWxsPSIjMDAxQjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iaWNvbm1vbnN0ci1saW5rZWRpbi0xLWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NjQuMDAwMDAwLCA2MjUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNC42NSwyLjA2NTIxNzM5IEM0LjY1LDMuMjA2MDQzNDggMy43MjUsNC4xMzA0MzQ3OCAyLjU4MzMzMzMzLDQuMTMwNDM0NzggQzEuNDQxNjY2NjcsNC4xMzA0MzQ3OCAwLjUxNjY2NjY2NywzLjIwNjA0MzQ4IDAuNTE2NjY2NjY3LDIuMDY1MjE3MzkgQzAuNTE2NjY2NjY3LDAuOTI1MjE3MzkxIDEuNDQxNjY2NjcsMCAyLjU4MzMzMzMzLDAgQzMuNzI1LDAgNC42NSwwLjkyNTIxNzM5MSA0LjY1LDIuMDY1MjE3MzkgWiBNNC42NjY2NjY2Nyw1Ljc4MjYwODcgTDAuNSw1Ljc4MjYwODcgTDAuNSwxOSBMNC42NjY2NjY2NywxOSBMNC42NjY2NjY2Nyw1Ljc4MjYwODcgWiBNMTEuMzE4MzMzMyw1Ljc4MjYwODcgTDcuMTc4MzMzMzMsNS43ODI2MDg3IEw3LjE3ODMzMzMzLDE5IEwxMS4zMTkxNjY3LDE5IEwxMS4zMTkxNjY3LDEyLjA2MTY5NTcgQzExLjMxOTE2NjcsOC4yMDM4Njk1NyAxNi4zNDMzMzMzLDcuODg4MzA0MzUgMTYuMzQzMzMzMywxMi4wNjE2OTU3IEwxNi4zNDMzMzMzLDE5IEwyMC41LDE5IEwyMC41LDEwLjYzMDkxMyBDMjAuNSw0LjEyMTM0NzgzIDEzLjA2NSw0LjM1ODQzNDc4IDExLjMxODMzMzMsNy41NjI4MjYwOSBMMTEuMzE4MzMzMyw1Ljc4MjYwODcgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=)
}

#menu-social a[href*="linkedin.com"]:hover{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMjEgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbm1vbnN0ci1saW5rZWRpbi0xIGNvcHk8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYtLy1Gb290ZXItdmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDY0LjAwMDAwMCwgLTYyNS4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iaWNvbm1vbnN0ci1saW5rZWRpbi0xLWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NjQuMDAwMDAwLCA2MjUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNC42NSwyLjA2NTIxNzM5IEM0LjY1LDMuMjA2MDQzNDggMy43MjUsNC4xMzA0MzQ3OCAyLjU4MzMzMzMzLDQuMTMwNDM0NzggQzEuNDQxNjY2NjcsNC4xMzA0MzQ3OCAwLjUxNjY2NjY2NywzLjIwNjA0MzQ4IDAuNTE2NjY2NjY3LDIuMDY1MjE3MzkgQzAuNTE2NjY2NjY3LDAuOTI1MjE3MzkxIDEuNDQxNjY2NjcsMCAyLjU4MzMzMzMzLDAgQzMuNzI1LDAgNC42NSwwLjkyNTIxNzM5MSA0LjY1LDIuMDY1MjE3MzkgWiBNNC42NjY2NjY2Nyw1Ljc4MjYwODcgTDAuNSw1Ljc4MjYwODcgTDAuNSwxOSBMNC42NjY2NjY2NywxOSBMNC42NjY2NjY2Nyw1Ljc4MjYwODcgWiBNMTEuMzE4MzMzMyw1Ljc4MjYwODcgTDcuMTc4MzMzMzMsNS43ODI2MDg3IEw3LjE3ODMzMzMzLDE5IEwxMS4zMTkxNjY3LDE5IEwxMS4zMTkxNjY3LDEyLjA2MTY5NTcgQzExLjMxOTE2NjcsOC4yMDM4Njk1NyAxNi4zNDMzMzMzLDcuODg4MzA0MzUgMTYuMzQzMzMzMywxMi4wNjE2OTU3IEwxNi4zNDMzMzMzLDE5IEwyMC41LDE5IEwyMC41LDEwLjYzMDkxMyBDMjAuNSw0LjEyMTM0NzgzIDEzLjA2NSw0LjM1ODQzNDc4IDExLjMxODMzMzMsNy41NjI4MjYwOSBMMTEuMzE4MzMzMyw1Ljc4MjYwODcgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

#menu-social a[href*="tiktok.com"]{
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzAwMTk1OSIgdmlld0JveD0iMCAwIDI1NiAyNTYiPgogIDxwYXRoIGQ9Ik0yMjQsNzJhNDguMDUsNDguMDUsMCwwLDEtNDgtNDgsOCw4LDAsMCwwLTgtOEgxMjhhOCw4LDAsMCwwLTgsOFYxNTZhMjAsMjAsMCwxLDEtMjguNTctMTguMDhBOCw4LDAsMCwwLDk2LDEzMC42OVY4OGE4LDgsMCwwLDAtOS40LTcuODhDNTAuOTEsODYuNDgsMjQsMTE5LjEsMjQsMTU2YTc2LDc2LDAsMCwwLDE1MiwwVjExNi4yOUExMDMuMjUsMTAzLjI1LDAsMCwwLDIyNCwxMjhhOCw4LDAsMCwwLDgtOFY4MEE4LDgsMCwwLDAsMjI0LDcyWm0tOCwzOS42NGE4Ny4xOSw4Ny4xOSwwLDAsMS00My4zMy0xNi4xNUE4LDgsMCwwLDAsMTYwLDEwMnY1NGE2MCw2MCwwLDAsMS0xMjAsMGMwLTI1LjksMTYuNjQtNDkuMTMsNDAtNTcuNnYyNy42N0EzNiwzNiwwLDEsMCwxMzYsMTU2VjMyaDI0LjVBNjQuMTQsNjQuMTQsMCwwLDAsMjE2LDg3LjVaIj48L3BhdGg+Cjwvc3ZnPgo=)
}

#menu-social a[href*="tiktok.com"]:hover{
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI0ZGRkZGRiIgdmlld0JveD0iMCAwIDI1NiAyNTYiPgogIDxwYXRoIGQ9Ik0yMjQsNzJhNDguMDUsNDguMDUsMCwwLDEtNDgtNDgsOCw4LDAsMCwwLTgtOEgxMjhhOCw4LDAsMCwwLTgsOFYxNTZhMjAsMjAsMCwxLDEtMjguNTctMTguMDhBOCw4LDAsMCwwLDk2LDEzMC42OVY4OGE4LDgsMCwwLDAtOS40LTcuODhDNTAuOTEsODYuNDgsMjQsMTE5LjEsMjQsMTU2YTc2LDc2LDAsMCwwLDE1MiwwVjExNi4yOUExMDMuMjUsMTAzLjI1LDAsMCwwLDIyNCwxMjhhOCw4LDAsMCwwLDgtOFY4MEE4LDgsMCwwLDAsMjI0LDcyWm0tOCwzOS42NGE4Ny4xOSw4Ny4xOSwwLDAsMS00My4zMy0xNi4xNUE4LDgsMCwwLDAsMTYwLDEwMnY1NGE2MCw2MCwwLDAsMS0xMjAsMGMwLTI1LjksMTYuNjQtNDkuMTMsNDAtNTcuNnYyNy42N0EzNiwzNiwwLDEsMCwxMzYsMTU2VjMyaDI0LjVBNjQuMTQsNjQuMTQsMCwwLDAsMjE2LDg3LjVaIj48L3BhdGg+Cjwvc3ZnPgo=)
}

.partner-logo{
  width:160px;
  height:125px;
  display:block;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 1rem;
  margin-right: 1rem;
  background-size:120px;
  -ms-flex-preferred-size:calc(50% - 2rem);
      flex-basis:calc(50% - 2rem)
}

@media (min-width: 768px){
  .partner-logo{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-left: 0
  }
}

@media (min-width: 1280px){
  .partner-logo{
    margin-right: 1.5rem
  }
}

.partner-logo:hover{
  opacity: 0.5
}

#menu-footer{
  margin-top: 1rem;
  font-size:16px
}

@media (min-width: 1280px){
  #menu-footer{
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
  }
}

@media (min-width: 768px){
  #menu-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size:inherit
  }

  #menu-footer a:hover{
    opacity: 0.5
  }

  #menu-footer li:not(:last-of-type){
    margin-right: 0.5rem
  }

  #menu-footer li:not(:last-of-type):after{
    content:"\2022"
  }

  #menu-footer li:not(:last-of-type) a{
    margin-right: 0.5rem
  }
}

.radio-livestream{
  bottom:10px;
  left:10px;
  -webkit-box-shadow:0 10px 20px 0 rgba(0,63,109,.2);
          box-shadow:0 10px 20px 0 rgba(0,63,109,.2)
}

#radio-livestream-desktop .radio-livestream__play{
  width:40px;
  height:40px
}

#radio-livestream-desktop .radio-livestream__play img{
  max-width:12px;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(calc(-50% + 2px), -50%);
       -o-transform:translate(calc(-50% + 2px), -50%);
          transform:translate(calc(-50% + 2px), -50%)
}

@media (min-width: 768px){
  #radio-livestream-desktop .radio-livestream__play{
    width:60px;
    height:60px
  }

  #radio-livestream-desktop .radio-livestream__play img{
    max-width:18px
  }
}

#radio-livestream-desktop:hover .radio-livestream__play{
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity))
}

#radio-livestream-mobile{
  width:70px;
  height:70px;
  padding:8px
}

#radio-livestream-mobile .radio-livestream__text{
  margin-top:2px
}

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

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

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

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

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

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

@media (min-width: 768px){
  .partner__header{
    min-height:250px
  }
}

.partner__header-logo,.partner__header-info{
  min-height:150px
}

@media (min-width: 768px){
  .partner__header-logo,.partner__header-info{
    min-height:auto
  }
}

.partner__header-logo-inner{
  max-width:200px
}

.partner__header-logo-inner img{
  max-height:100px
}

@media (min-width: 768px){
  .partner__header-logo-inner{
    max-width:250px
  }

  .partner__header-logo-inner img{
    max-height:150px
  }
}

@media screen and (max-width: 767px){
  #haventopics-list{
    position:static !important;
    height:auto !important
  }
}

.haventopic-block{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height:200px
}

@media (min-width: 768px){
  .haventopic-block{
    width:calc(50% - 2rem)
  }
}

.haventopic-block.size-square:after{
  content:"";
  display:block;
  padding-bottom:100%
}

.haventopic-block.size-rectangle:after{
  content:"";
  display:block;
  padding-bottom:56.25%
}

.haventopic-block .haventopic-block__inner{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 1rem
}

@media (min-width: 768px){
  .haventopic-block .haventopic-block__inner{
    padding: 1.5rem
  }
}

@media (min-width: 1024px){
  .haventopic-block .haventopic-block__inner{
    padding: 2rem
  }
}

.haventopic-block.type-content{
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  background-blend-mode:overlay;
  -webkit-transition-property:background-color;
  -o-transition-property:background-color;
  transition-property:background-color
}

.haventopic-block.type-content:hover{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity))
}

.haventopic-block.type-info .haventopic-block__title{
  color: transparent;
  -webkit-text-stroke:1px #fff
}

@media (min-width: 1024px){
  .haventopic-block.type-info .haventopic-block__title{
    line-height:80px
  }
}

@media screen and (max-width: 767px){
  .haventopic-block{
    margin-bottom: 1.5rem;
    position:static !important;
    -webkit-transform:none !important;
         -o-transform:none !important;
            transform:none !important
  }
}

@-webkit-keyframes leftCloudAnim{
  0%{
    -webkit-transform:translate(0%, -35%);
            transform:translate(0%, -35%)
  }

  100%{
    -webkit-transform:translate(-2%, -28%);
            transform:translate(-2%, -28%)
  }
}

@-o-keyframes leftCloudAnim{
  0%{
    -o-transform:translate(0%, -35%);
       transform:translate(0%, -35%)
  }

  100%{
    -o-transform:translate(-2%, -28%);
       transform:translate(-2%, -28%)
  }
}

@keyframes leftCloudAnim{
  0%{
    -webkit-transform:translate(0%, -35%);
         -o-transform:translate(0%, -35%);
            transform:translate(0%, -35%)
  }

  100%{
    -webkit-transform:translate(-2%, -28%);
         -o-transform:translate(-2%, -28%);
            transform:translate(-2%, -28%)
  }
}

@-webkit-keyframes rightCloudAnim{
  0%{
    -webkit-transform:translate(-5%, -45%);
            transform:translate(-5%, -45%)
  }

  100%{
    -webkit-transform:translate(-3%, -40%);
            transform:translate(-3%, -40%)
  }
}

@-o-keyframes rightCloudAnim{
  0%{
    -o-transform:translate(-5%, -45%);
       transform:translate(-5%, -45%)
  }

  100%{
    -o-transform:translate(-3%, -40%);
       transform:translate(-3%, -40%)
  }
}

@keyframes rightCloudAnim{
  0%{
    -webkit-transform:translate(-5%, -45%);
         -o-transform:translate(-5%, -45%);
            transform:translate(-5%, -45%)
  }

  100%{
    -webkit-transform:translate(-3%, -40%);
         -o-transform:translate(-3%, -40%);
            transform:translate(-3%, -40%)
  }
}

.event-days{
  position: relative;
  z-index: 0
}

.event-days .icon-cloud-left{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform:translateY(-35%);
       -o-transform:translateY(-35%);
          transform:translateY(-35%);
  -webkit-animation:leftCloudAnim 2s ease alternate infinite;
       -o-animation:leftCloudAnim 2s ease alternate infinite;
          animation:leftCloudAnim 2s ease alternate infinite
}

.event-days .icon-target-left{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform:translate(-20%, -45%);
       -o-transform:translate(-20%, -45%);
          transform:translate(-20%, -45%)
}

.event-days .icon-boat{
  width:220px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  margin-left: auto;
  -webkit-transform:translateY(-10%);
       -o-transform:translateY(-10%);
          transform:translateY(-10%)
}

.event-days .icon-cloud-right{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform:translate(-5%, -45%);
       -o-transform:translate(-5%, -45%);
          transform:translate(-5%, -45%);
  -webkit-animation:rightCloudAnim 2s ease alternate infinite;
       -o-animation:rightCloudAnim 2s ease alternate infinite;
          animation:rightCloudAnim 2s ease alternate infinite
}

.event-days .icon-target-right{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform:translate(-300%, 45%);
       -o-transform:translate(-300%, 45%);
          transform:translate(-300%, 45%)
}

.event-days .event-list__header{
  font-weight: 600
}

.event-days .event-list__header,.event-days .event-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

.event-days .event-list__header>div,.event-days .event-item>div{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%
}

.event-days .event-list__header>div:not(.w-small),.event-days .event-item>div:not(.w-small){
  -webkit-box-flex:3;
      -ms-flex:3;
          flex:3
}

.event-days .event-list__header>div.w-small,.event-days .event-item>div.w-small{
  min-width:180px
}

@media screen and (max-width: 1279px){
  .event-days .icon-boat{
    width:180px
  }
}

@media screen and (max-width: 1023px){
  .event-days .event-list__header,.event-days .icon-cloud-left,.event-days .icon-cloud-right,.event-days .icon-target-right{
    display: none
  }

  .event-days .icon-target-left{
    width:80px;
    top: auto;
    bottom: 0;
    -webkit-transform:translate(10%, -90%);
         -o-transform:translate(10%, -90%);
            transform:translate(10%, -90%)
  }

  .event-days .icon-boat{
    width:130px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    -webkit-transform:translate(-15%, -20%);
         -o-transform:translate(-15%, -20%);
            transform:translate(-15%, -20%)
  }

  .event-days .event-item{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }

  .event-days .event-item>div{
    width: 50%;
    min-width: 0
  }

  .event-days .event-item>div.event-item__event{
    padding-top: 0;
    padding-bottom: 1.5rem
  }

  .event-days .event-item>div .event-item__title{
    font-weight: 600
  }

  .event-days .event-item>div.event-item__duration{
    text-align: right
  }

  .event-days .event-item>div:not(.w-small){
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
  }
}

@media screen and (max-width: 767px){
  .event-days .container{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
  }
}

.evening-show{
  position: relative;
  z-index: 0;
  overflow: hidden
}

.evening-show .icon-fireworks-red{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width:18%;
  -webkit-transform:translate(-16%, -7%);
       -o-transform:translate(-16%, -7%);
          transform:translate(-16%, -7%)
}

.evening-show .icon-fireworks-blue{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width:8%;
  -webkit-transform:translate(-150%, -15%);
       -o-transform:translate(-150%, -15%);
          transform:translate(-150%, -15%)
}

.evening-show .icon-fireworks-orange{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width:18%;
  -webkit-transform:translate(20%, 7%);
       -o-transform:translate(20%, 7%);
          transform:translate(20%, 7%)
}

.evening-show .event-item{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

@media screen and (max-width: 1023px){
  .evening-show .icon-fireworks-red{
    width:17%;
    min-width:135px;
    -webkit-transform:translate(7%, -7%);
         -o-transform:translate(7%, -7%);
            transform:translate(7%, -7%)
  }

  .evening-show .icon-fireworks-blue{
    width:8.5%;
    min-width:70px;
    right: auto;
    left: 0;
    -webkit-transform:translate(240%, -20%);
         -o-transform:translate(240%, -20%);
            transform:translate(240%, -20%)
  }

  .evening-show .icon-fireworks-orange{
    width:16%;
    min-width:135px;
    -webkit-transform:translate(-10%, 12%);
         -o-transform:translate(-10%, 12%);
            transform:translate(-10%, 12%)
  }

  .evening-show .event-item{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center
  }

  .evening-show .event-item>div{
    padding-top: 0;
    padding-bottom: 0
  }

  .evening-show .event-item>div:empty{
    display: none
  }

  .evening-show .event-item>div.w-small{
    width: 100%;
    min-width: 0
  }
}

@-webkit-keyframes slideUp{
  0%{
    opacity:0;
    -webkit-transform:translateY(50px);
            transform:translateY(50px)
  }

  100%{
    opacity:1;
    -webkit-transform:translateY(0);
            transform:translateY(0)
  }
}

@-o-keyframes slideUp{
  0%{
    opacity:0;
    -o-transform:translateY(50px);
       transform:translateY(50px)
  }

  100%{
    opacity:1;
    -o-transform:translateY(0);
       transform:translateY(0)
  }
}

@keyframes slideUp{
  0%{
    opacity:0;
    -webkit-transform:translateY(50px);
         -o-transform:translateY(50px);
            transform:translateY(50px)
  }

  100%{
    opacity:1;
    -webkit-transform:translateY(0);
         -o-transform:translateY(0);
            transform:translateY(0)
  }
}

.pages-card{
  opacity:0;
  -webkit-transform:translateY(50px);
       -o-transform:translateY(50px);
          transform:translateY(50px)
}

.slide-up{
  -webkit-animation:slideUp 1s ease-out forwards;
       -o-animation:slideUp 1s ease-out forwards;
          animation:slideUp 1s ease-out forwards
}

.pages-block{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height:290px
}

.pages-block.type-content{
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  background-blend-mode:overlay;
  -webkit-transition-property:background-color;
  -o-transition-property:background-color;
  transition-property:background-color
}

.pages-card:hover .pages-block.type-content{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity))
}

#toggleVideo{
  bottom:2rem;
  right:2rem
}

.grecaptcha-badge{
  display:none !important
}

.vrienden-logo,.deelnemer-logo{
  max-width:200px
}

.vrienden-logo img,.deelnemer-logo img{
  max-height:100px
}

.deelnemer-profile ul,.deelnemer-profile ol,.deelnemer-tidbits ul,.deelnemer-tidbits ol{
  margin-bottom: 2rem;
  padding-left: 1rem
}

@media (min-width: 768px){
  .deelnemer-profile ul,.deelnemer-profile ol,.deelnemer-tidbits ul,.deelnemer-tidbits ol{
    margin-bottom: 2.5rem
  }
}

.deelnemer-profile ul,.deelnemer-tidbits ul{
  list-style-type: disc
}

.deelnemer-profile ol,.deelnemer-tidbits ol{
  list-style-type: decimal
}

.deelnemer-profile a:not(.button),.deelnemer-tidbits a:not(.button){
  text-decoration: underline
}

.deelnemer-profile a:not(.button):hover,.deelnemer-tidbits a:not(.button):hover{
  opacity: 0.75
}

#tinymce{
  padding: 1rem
}

#tinymce>*:last-child{
  margin-bottom: 0
}

#tinymce ul{
  list-style-type: disc;
  padding-left: 3rem
}

#tinymce ol{
  list-style-type: decimal;
  padding-left: 3rem
}

#tinymce li{
  margin-bottom: 1rem
}

#tinymce a{
  text-decoration: underline;
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity))
}

.slider-equal-height.slick-initialized .slick-track{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.slider-equal-height.slick-initialized .slick-track .slick-slide{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:auto;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center
}

.slick-slider-arrows .slick-arrow{
  position: absolute;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  border-radius: 9999px;
  width:70px;
  height:70px;
  top:50%;
  -webkit-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%);
  text-indent:-9999px;
  -webkit-transition:background-color .3s;
  -o-transition:background-color .3s;
  transition:background-color .3s;
  z-index:1
}

.slick-slider-arrows .slick-arrow:after{
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA5IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggQ29weSAyPC90aXRsZT4KICAgIDxnIGlkPSJWaXN1YWwiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOaWV1d3MtQC0xNjAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTAwLjAwMDAwMCwgLTIzNDUuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY2Mi4wMDAwMDAsIDIzMTYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQyLjAwMDAwMCwgMzUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNDIuMDAwMDAwLCAtMzUuMDAwMDAwKSB0cmFuc2xhdGUoMjA3LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNS4wMDAwMDAsIDM1LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMzUuMDAwMDAwLCAtMzUuNTAwMDAwKSAiIHBvaW50cz0iMzAgMzMgMzUgMzggNDAgMzMiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  content:"";
  width:10px;
  height:18px;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
       -o-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%)
}

.slick-slider-arrows .slick-arrow:hover{
  --border-opacity: 1;
  border-color: #0065bb;
  border-color: rgba(0, 101, 187, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity))
}

.slick-slider-arrows .slick-arrow:focus{
  outline:none
}

.slick-slider-arrows .slick-prev{
  left:1rem
}

.slick-slider-arrows .slick-prev:after{
  -webkit-transform:translate(-50%, -50%) rotate(180deg);
       -o-transform:translate(-50%, -50%) rotate(180deg);
          transform:translate(-50%, -50%) rotate(180deg)
}

.slick-slider-arrows .slick-next{
  right:1rem
}

.slick-dots{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  line-height: 1;
  grid-gap: 1.5rem;
  gap: 1.5rem
}

.slick-dots li{
  display: block;
  line-height: 1;
  width:8px;
  height:8px
}

.slick-dots li button{
  text-indent:-9999px;
  width:100%;
  height:100%;
  border-radius:50%;
  display: block;
  --bg-opacity: 1;
  background-color: #E6E3DF;
  background-color: rgba(230, 227, 223, var(--bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  line-height: 1
}

.slick-dots li.slick-active button{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity))
}

.block-event__img-wrapper{
  position: relative;
  z-index: 0
}

.block-event__img-wrapper:after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --bg-opacity: 1;
  background-color: #b7dbf9;
  background-color: rgba(183, 219, 249, var(--bg-opacity));
  height:90%;
  z-index:-1
}

@media (min-width: 768px){
  .block-event__img-wrapper:after{
    height:25%
  }
}

@media (min-width: 1024px){
  .block-event__img-wrapper:after{
    height:23%
  }
}

@media (min-width: 1280px){
  .block-event__img-wrapper:after{
    height:30%
  }
}

@media screen and (max-width: calc(1024px - 1px)){
  .fixed-ratio-content-img{
    padding-top:66.67%
  }
}

@media (min-width: 768px){
  .fixed-ratio-content-img{
    min-height:475px
  }
}

.midbar-left h2{
  font-weight:500;
  font-size:28px
}

.detail-descp ul{
  padding-left:1rem
}

.detail-descp ul li{
  list-style-type:disc
}

.detail-descp ol{
  padding-left:1rem
}

.detail-descp ol li{
  list-style-type:decimal
}

.at-bg{
  content:"";
  background-image:url(/wp-content/themes/wereldhavendagen/dist/images/at-bg.png);
  background-repeat:no-repeat;
  background-size:cover;
  padding-top:4rem;
  padding-bottom:18rem
}

.midbar-right .ticket-section{
  position:relative
}

.midbar-right .ticket-section:before{
  position:absolute;
  content:"";
  background-image:url(/wp-content/themes/wereldhavendagen/dist/images/ticket-strip.svg);
  background-repeat:repeat-x;
  background-position:top;
  background-size:1500px 9px;
  width:100%;
  height:10px;
  left:0;
  top:0
}

.midbar-right .ticket-section:after{
  content:"";
  bottom:.9rem;
  position:absolute;
  width:100%;
  height:35px;
  background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 101, 187, 0.1)), color-stop(rgba(0, 101, 187, 0.75)), to(#0065bb));
  background:-webkit-linear-gradient(rgba(0, 101, 187, 0.1), rgba(0, 101, 187, 0.75), #0065bb);
  background:-o-linear-gradient(rgba(0, 101, 187, 0.1), rgba(0, 101, 187, 0.75), #0065bb);
  background:linear-gradient(rgba(0, 101, 187, 0.1), rgba(0, 101, 187, 0.75), #0065bb)
}

.loader-container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center
}

.loader-tix{
  width:2rem;
  height:2rem;
  border-width:5px;
  border-color:#fff;
  border-bottom-color:#000;
  border-radius:9999px;
  display:none;
  -webkit-animation:spin 1s linear infinite;
       -o-animation:spin 1s linear infinite;
          animation:spin 1s linear infinite
}

.loader-tix.active{
  display:inline-block
}

.loader-tix.loader-small{
  width:1.5rem;
  height:1.5rem
}

@keyframes spin{
  to{
    -webkit-transform:rotate(360deg);
         -o-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

.midbar-right .ticket-list{
  overflow-y:scroll;
  max-height:50vh
}

.midbar-right .ticket-list::-webkit-scrollbar{
  width:16px
}

.midbar-right .ticket-list::-webkit-scrollbar-track{
  background:hsla(0,0%,100%,.2);
  border-left:6px solid #0065bb;
  border-right:6px solid #0065bb
}

.midbar-right .ticket-list::-webkit-scrollbar-thumb{
  background:#fff;
  border-radius:2rem;
  position:relative
}

.midbar-right .ticket-list::-webkit-scrollbar-thumb:before{
  position:absolute;
  content:"";
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMyA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPkljb24gLyBBcnJvdyBiYWNrPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxmaWx0ZXIgaWQ9ImZpbHRlci0xIj4KICAgICAgICAgICAgPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUdyYXBoaWMiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDEuMDAwMDAwIDAgMCAwIDAgMC40MzUyOTQgMCAwIDAgMCAwLjAxMTc2NSAwIDAgMCAxLjAwMDAwMCAwIj48L2ZlQ29sb3JNYXRyaXg+CiAgICAgICAgPC9maWx0ZXI+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iRGV0YWlscy0vLVRpY2tldHMtc3RlcC0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDc5LjAwMDAwMCwgLTcwNi4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikljb24tLy1BcnJvdy1iYWNrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NzIuMDAwMDAwLCA2OTYuMDAwMDAwKSIgZmlsdGVyPSJ1cmwoI2ZpbHRlci0xKSI+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMy4wMDAwMDAsIDEzLjAwMDAwMCkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTMuMDAwMDAwLCAtMTMuMDAwMDAwKSAiPgogICAgICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aC00NSIgc3Ryb2tlPSIjMDE2OUI0IiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iMTQuMjk1Mzc4MSAxOC4wOTczOTYxIDkuNTA4NDE1MTkgMTMuMzEwNDMzMiAxNC4yOTUzNzgxIDguNTIzNDcwMjQiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  width:15px;
  height:15px;
  top:0;
  left:0
}

.midbar-right .ticket{
  overflow:hidden;
  max-height:69px
}

@media (min-width: 768px){
  .midbar-right .ticket{
    max-height:71px
  }
}

@media (min-width: 1024px){
  .midbar-right .ticket{
    max-height:79px
  }
}

@media (min-width: 1280px){
  .midbar-right .ticket{
    max-height:89px
  }
}

.midbar-right .ticket:last-child{
  margin-bottom: 1.5rem
}

.ticket-chevron{
  -webkit-transition:-webkit-transform ease-in-out .3s;
  transition:-webkit-transform ease-in-out .3s;
  -o-transition:-o-transform ease-in-out .3s;
  transition:transform ease-in-out .3s;
  transition:transform ease-in-out .3s, -webkit-transform ease-in-out .3s, -o-transform ease-in-out .3s
}

.ticket-chevron.lazyloaded{
  -webkit-transition:opacity 400ms,-webkit-transform ease-in-out .3s;
  transition:opacity 400ms,-webkit-transform ease-in-out .3s;
  -o-transition:opacity 400ms,-o-transform ease-in-out .3s;
  transition:opacity 400ms,transform ease-in-out .3s;
  transition:opacity 400ms,transform ease-in-out .3s,-webkit-transform ease-in-out .3s,-o-transform ease-in-out .3s
}

.ticket-chevron.selected{
  -webkit-transform:rotate(90deg);
       -o-transform:rotate(90deg);
          transform:rotate(90deg)
}

.filters-layout{
  overflow-y:scroll;
  height:78%;
  -ms-overflow-style:none;
  scrollbar-width:none
}

.filters-layout::-webkit-scrollbar{
  display:none
}

@media (min-width: 640px){
  .filters-layout{
    -webkit-column-count:2;
       -moz-column-count:2;
            column-count:2;
    -webkit-column-fill:auto;
       -moz-column-fill:auto;
            column-fill:auto;
    overflow-y:visible;
    height:auto
  }
}

@media (min-width: 1024px){
  .filters-layout{
    -webkit-column-count:3;
       -moz-column-count:3;
            column-count:3
  }
}

.filters-dropdown{
  border-width: 2px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #001b5b;
  border-color: rgba(0, 27, 91, var(--border-opacity));
  --text-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--text-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
       -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  max-height:90px;
  overflow-y:hidden;
  -ms-overflow-style:none;
  scrollbar-width:none
}

.filters-dropdown::-webkit-scrollbar{
  display:none
}

.filters-dropdown.active{
  max-height:none
}

.filters-form{
  height:18%;
  position:relative
}

@media (min-width: 640px){
  .filters-form{
    height:auto
  }
}

@media screen and (max-width: calc(640px - 1px)){
  .filters-form:before{
    content:"";
    position:absolute;
    top:-1.4rem;
    -webkit-transform:translateY(-100%);
         -o-transform:translateY(-100%);
            transform:translateY(-100%);
    width:100%;
    height:35px;
    background:-webkit-gradient(linear, left top, left bottom, from(rgba(183, 219, 249, 0.2)), color-stop(rgba(183, 219, 249, 0.6)), to(#b7dbf9));
    background:-webkit-linear-gradient(rgba(183, 219, 249, 0.2), rgba(183, 219, 249, 0.6), #b7dbf9);
    background:-o-linear-gradient(rgba(183, 219, 249, 0.2), rgba(183, 219, 249, 0.6), #b7dbf9);
    background:linear-gradient(rgba(183, 219, 249, 0.2), rgba(183, 219, 249, 0.6), #b7dbf9)
  }
}

.filter-group-desk{
  margin-bottom: 1.5rem;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
  -moz-column-break-inside:avoid;
       break-inside:avoid
}

.dpd-filter_tray .filter-group-desk input[type=checkbox]+label{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.25rem;
  border-width: 0
}

.dpd-filter_tray .filter-group-desk input[type=checkbox]:checked+label{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTIgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aCAyIENvcHkgMjwvdGl0bGU+CiAgICA8ZyBpZD0iVmlzdWFsIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQtQ29weS0yMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU0LjAwMDAwMCwgLTI4My4wMDAwMDApIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAuMDAwMDAwLCAyMjIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMi1Db3B5LTIiIHBvaW50cz0iMjUgNjUuNDcwNTg4MiAyOC43MDM3MDM3IDY5IDM1IDYzIj48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  background-size:14px;
  background-position: center;
  background-repeat: no-repeat;
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #ff6f03;
  background-color: rgba(255, 111, 3, var(--bg-opacity))
}

.dpd-filter_tray .filter-group-desk input[type=checkbox]:checked~label.active{
  --text-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--text-opacity))
}

.filters-dropdown .filter-group-desk input[type=checkbox]:checked+label{
  background-position: center;
  background-repeat: no-repeat;
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #001b5b;
  background-color: rgba(0, 27, 91, var(--bg-opacity))
}

.filters-dropdown .filter-group-desk input[type=checkbox]:checked~label.active{
  --text-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--text-opacity))
}

.filter-group{
  margin-bottom: 1.5rem;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
  -moz-column-break-inside:avoid;
       break-inside:avoid
}

.dpd-filter_tray .filter-group input[type=checkbox]+label{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.25rem;
  border-width: 0
}

.dpd-filter_tray .filter-group input[type=checkbox]:checked+label{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTIgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aCAyIENvcHkgMjwvdGl0bGU+CiAgICA8ZyBpZD0iVmlzdWFsIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQtQ29weS0yMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU0LjAwMDAwMCwgLTI4My4wMDAwMDApIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAuMDAwMDAwLCAyMjIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMi1Db3B5LTIiIHBvaW50cz0iMjUgNjUuNDcwNTg4MiAyOC43MDM3MDM3IDY5IDM1IDYzIj48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  background-size:14px;
  background-position: center;
  background-repeat: no-repeat;
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #ff6f03;
  background-color: rgba(255, 111, 3, var(--bg-opacity))
}

.dpd-filter_tray .filter-group input[type=checkbox]:checked~label.active{
  --text-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--text-opacity))
}

.deelnemers-filters{
  -webkit-column-count:3;
     -moz-column-count:3;
          column-count:3;
  -webkit-column-fill:balance;
     -moz-column-fill:balance;
          column-fill:balance
}

#extrafilter-desk{
  margin: 0;
  padding: 0;
  height: auto;
  cursor: pointer;
  --bg-opacity: 1;
  background-color: #b7dbf9;
  background-color: rgba(183, 219, 249, var(--bg-opacity));
  border-width: 0;
  min-width:200px
}

#extrafilter-desk:hover{
  --text-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--text-opacity))
}

#extrafilter_tray-desk{
  border-width: 0;
  left:0;
  top:auto;
  bottom:0;
  right:0;
  -webkit-transform:translateY(100%);
       -o-transform:translateY(100%);
          transform:translateY(100%)
}

#extrafilter-mobi{
  margin: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  --bg-opacity: 1;
  background-color: #b7dbf9;
  background-color: rgba(183, 219, 249, var(--bg-opacity));
  border-width: 0;
  height:40px
}

@media (min-width: 768px){
  #extrafilter-mobi{
    font-size: 18px;
    height:60px
  }
}

#extrafilter-mobi:hover{
  --text-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--text-opacity))
}

#extrafilter_tray-mobi{
  border-width: 0;
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0
}

@media (min-width: 640px){
  #extrafilter_tray-mobi{
    position: absolute;
    height: auto;
    left: 0;
    top: auto;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
         -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-translate-y: 100%;
    bottom:.25rem
  }
}

#toon-alleen-mobi{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

@media (min-width: 640px){
  #toon-alleen-mobi{
    display: none !important
  }
}

#toon-alleen-desk{
  display: none !important
}

@media (min-width: 640px){
  #toon-alleen-desk{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

.toon-alleen-btn{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important
}

.toon-alleen-btn.filter-button{
  border-width: 0;
  font-size: 14px;
  cursor: text;
  padding-left: 0;
  padding-right: 0.25rem;
  height:40px
}

@media (min-width: 768px){
  .toon-alleen-btn.filter-button{
    font-size: 16px;
    height:60px
  }
}

@media (min-width: 1024px){
  .toon-alleen-btn.filter-button{
    font-size: 18px;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media (min-width: 1280px){
  .toon-alleen-btn.filter-button{
    height:70px
  }
}

.exclusive-filters{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.05);
  --text-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--text-opacity));
  font-size: 14px;
  border-width: 0;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  height:40px;
  float:left
}

@media (min-width: 768px){
  .exclusive-filters{
    font-size: 18px;
    height:60px
  }
}

@media (min-width: 1024px){
  .exclusive-filters{
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media (min-width: 1280px){
  .exclusive-filters{
    height:70px
  }
}

.exclusive-filters:focus{
  outline:none;
  border-radius:0
}

@media (min-width: 640px){
  .exclusive-filters.orange-hover:hover{
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms
  }

  .exclusive-filters.blue-hover:hover{
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms
  }

  .exclusive-filters.lightblue-hover:hover{
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms
  }
}

.exclusive-filters.dateSelected{
  --bg-opacity: 1;
  background-color: #ff6f03;
  background-color: rgba(255, 111, 3, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.exclusive-filters.beschikbaarSelected{
  --bg-opacity: 1;
  background-color: #b7dbf9;
  background-color: rgba(183, 219, 249, var(--bg-opacity));
  --text-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--text-opacity))
}

.exclusive-filters.programmaSelected{
  --bg-opacity: 1;
  background-color: #0169B4;
  background-color: rgba(1, 105, 180, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.donut{
  width:4rem;
  height:4rem;
  margin:2rem;
  border-radius:50%;
  border:.5rem solid rgba(1,105,180,.3);
  border-top-color:#0169b4;
  -webkit-animation:1.5s spin infinite linear;
       -o-animation:1.5s spin infinite linear;
          animation:1.5s spin infinite linear
}

.donut.multi{
  border-bottom-color:#0169b4
}

@keyframes spin{
  to{
    -webkit-transform:rotate(360deg);
         -o-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

#event-card a{
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

#event-card a:hover{
  --text-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--text-opacity));
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

#event-card:hover .details-content{
  --text-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--text-opacity));
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

#event-card:hover .details-image{
  --bg-opacity: 1;
  background-color: #0169B4;
  background-color: rgba(1, 105, 180, var(--bg-opacity))
}

.details-image{
  background-blend-mode:overlay;
  -webkit-transition:background-color .1s ease-out;
  -o-transition:background-color .1s ease-out;
  transition:background-color .1s ease-out
}

.details-thumbnail{
  position: relative
}

.details-thumbnail .ticket-label{
  position: absolute;
  width:9rem;
  right:.5rem;
  top:.5rem
}

.toggle-view .toggle-btn{
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  --text-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--text-opacity));
  cursor: pointer
}

.toggle-view .toggle-btn.active{
  --text-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--text-opacity))
}

.last-child-mb-0>*:last-child{
  margin-bottom: 0
}

.last-child-pb-0>*:last-child{
  padding-bottom: 0
}

.text-wrapper ul{
  list-style-type: disc;
  padding-left: 1rem;
  margin-bottom: 2rem
}

.text-wrapper ul ul,.text-wrapper ul ol{
  margin-top: 1rem;
  padding-left: 2rem;
  margin-bottom: 1.5rem
}

@media (min-width: 768px){
  .text-wrapper ul{
    margin-bottom: 2.5rem
  }
}

.text-wrapper ol{
  list-style-type: decimal;
  padding-left: 1rem;
  margin-bottom: 2rem
}

.text-wrapper ol ul,.text-wrapper ol ol{
  margin-top: 1rem;
  padding-left: 2rem;
  margin-bottom: 1.5rem
}

@media (min-width: 768px){
  .text-wrapper ol{
    margin-bottom: 2.5rem
  }
}

.text-wrapper li{
  margin-bottom: 0.25rem
}

.text-wrapper ul.list-reset,.text-wrapper ol.list-reset{
  list-style-type: none;
  padding-left: 0
}

.text-wrapper ul.list-reset li,.text-wrapper ol.list-reset li{
  margin-bottom: 2rem
}

.text-wrapper a:not(.button){
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity));
  text-decoration: underline
}

.text-wrapper a:not(.button):hover{
  opacity: 0.5
}

.bg-flesh .text-wrapper a:not(.button),.bg-blueLight .text-wrapper a:not(.button){
  --text-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--text-opacity));
  text-decoration: underline
}

.bg-flesh .text-wrapper a:not(.button):hover,.bg-blueLight .text-wrapper a:not(.button):hover{
  opacity: 0.5
}

.text-wrapper-dark a:not(.button){
  color:inherit
}

.icon-dark{
  -webkit-filter:brightness(0);
          filter:brightness(0)
}

.block-intro__img-wrapper{
  position: relative;
  z-index: 0
}

.block-intro__img-wrapper:after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --bg-opacity: 1;
  background-color: #b7dbf9;
  background-color: rgba(183, 219, 249, var(--bg-opacity));
  height:50%;
  z-index:-1
}

.block-intro__contact a:hover{
  opacity: 0.5
}

.block-news-overview{
  padding-top: 0 !important
}

.block-news-overview .banner-card__inner{
  padding-top:64%
}

.block-news-overview .banner-card__inner:hover{
  opacity: 0.75
}

@media (min-width: 768px){
  .block-news-overview .banner-card__inner{
    padding-top: 0
  }
}

.block-banner__image{
  max-height:500px;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.block-banner__image:hover{
  opacity: 0.75
}

.block-item .block-item__thumbnail,.block-item .block-item__thumbnail-logo{
  padding-top:56.25%
}

.block-item .block-item__thumbnail-logo-inner{
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
       -o-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
  max-width:70%
}

.block-item .block-item__thumbnail-logo-inner img{
  max-height:100px
}

.block-item .block-item__logo{
  max-width:80px
}

.block-item .block-item__logo img{
  max-height:80px
}

.block-instagram-feed .insta-gallery-feed .insta-gallery-list .insta-gallery-item{
  padding-right:10px !important
}

.block-instagram-feed .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask{
  background-color:#001959 !important
}

.block-instagram-feed .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-image{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.block-instagram-feed .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-icon{
  font-size:38px;
  font-weight:bold;
  margin:0 !important;
  top:50% !important;
  bottom:auto !important;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
       -o-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%)
}

.block-instagram-feed .insta-gallery-feed .insta-gallery-list .insta-gallery-item:hover .insta-gallery-image-wrap .insta-gallery-image-mask{
  opacity: 0.5 !important
}

.block-instagram-feed .insta-gallery-feed .insta-gallery-list .insta-gallery-item:hover .insta-gallery-icon.qligg-icon-instagram{
  opacity: 1 !important
}

.block-instagram-feed .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-prev,.block-instagram-feed .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-next{
  display: none
}

.block-instagram-feed .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-prev>i,.block-instagram-feed .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-next>i{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

@media (min-width: 1280px){
  .block-instagram-feed .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-prev,.block-instagram-feed .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-next{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.block-instagram-feed .insta-gallery-feed[data-feed_layout=carousel] .swiper-pagination{
  position: static;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  margin:30px auto 0;
  width:100% !important
}

@media (min-width: 1280px){
  .block-instagram-feed .insta-gallery-feed[data-feed_layout=carousel] .swiper-pagination{
    display: none
  }
}

.block-instagram-feed .insta-gallery-feed[data-feed_layout=carousel] .swiper-pagination .swiper-pagination-bullet{
  position: static;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  opacity: 0.5;
  width:10px;
  height:10px
}

.block-instagram-feed .insta-gallery-feed[data-feed_layout=carousel] .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 1
}

.block-instagram-feed__hashtag{
  font-family:"WHD",sans-serif;
  text-transform: lowercase;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height:.8;
  text-align: center;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  line-height: 1.1;
  font-size:29px
}

.block-instagram-feed__hashtag img{
  display: inline;
  margin-right: -0.5rem;
  width: 1.25rem
}

@media (min-width: 640px){
  .block-instagram-feed__hashtag{
    font-size: 50px
  }

  .block-instagram-feed__hashtag img{
    margin-right: -0.75rem;
    width: 2rem
  }
}

@media (min-width: 768px){
  .block-instagram-feed__hashtag{
    font-size: 60px
  }
}

@media (min-width: 1024px){
  .block-instagram-feed__hashtag{
    font-size: 70px
  }
}

.fixed-ratio-image{
  padding-top:56.1764%
}

@media screen and (max-width: calc(1280px - 1px)){
  .single-post-intro{
    padding-bottom: 0 !important
  }
}

.links-list__image-inner{
  padding-top:60%
}

.links-list__image-link-icon{
  width:50px;
  height:50px
}

@media (min-width: 768px){
  .links-list__image-link-icon{
    width:60px;
    height:60px
  }
}

.links-list__image:hover{
  opacity: 0.5
}

.news-card__inner:hover{
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity))
}

.news-card__inner:hover .news-card__thumbnail{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity))
}

.news-card__thumbnail{
  padding-top:64%;
  background-blend-mode:overlay;
  -webkit-transition-property:background-color;
  -o-transition-property:background-color;
  transition-property:background-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.news-card__category{
  min-width:130px;
  min-height:50px
}

.block-latest-news.news-detail-page{
  padding-top: 0 !important
}

.block-digital-port-day_footer .graphic-propeller{
  width:72px
}

@media (min-width: 640px){
  .block-digital-port-day_footer .graphic-propeller{
    width:180px
  }
}

@media (min-width: 1024px){
  .block-digital-port-day_footer .graphic-propeller{
    width:220px
  }
}

.dpd-filter_toggle{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  display:flex !important;
  height:50px;
  padding-right:56px !important
}

.dpd-filter_toggle:after{
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content:"";
  width:12px;
  height:12px;
  top:50%;
  right:32px;
  -webkit-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%);
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEAAAAADSRT5sAAABCklEQVQ4EbWSzQ3DIAyFIR0i2aFSWKEr5NRDh2mXiarO0EtX4JBDR8gQFX0PAYpQ+QlSLTkEg78HxkJsTCl13EybfmPGwVPGcbzh/z4Mw3td18XH94yAn40xz77vOzBezLUChGPhinkHn1pEHHwGh8wTGJIikldCULsFrAkhpfzAL1rrhw0UPhHc7nYM1QGyEMaA51AMPjPRx1JjBs4DLrZErDnLAsgEZ5loxXIV4Pb24ZH3itTAecogwEmtSC2cTMlPbDkA9/J9apvipwAhKREnEG7uuiXZcWEjE7eWKZdvgqp2TgpQLCFiz1E6uT9sViAlUgtnflEgFgHcwJM15/5m48PTmwH/SPwC4+LgUS5PArMAAAAASUVORK5CYII=)
}

.dpd-filter_toggle.active{
  border-bottom:none;
  z-index:9999999;
  background-color:#fff
}

.dpd-filter_toggle.active:after{
  -webkit-transform:translateY(-50%) rotate(180deg);
       -o-transform:translateY(-50%) rotate(180deg);
          transform:translateY(-50%) rotate(180deg)
}

.dpd-filter_toggle.active.dpd-filter_toggle-deelnemer+.dpd-filter_tray{
  -webkit-transform:translateY(-1px);
       -o-transform:translateY(-1px);
          transform:translateY(-1px)
}

.dpd-filter_toggle:hover+.dpd-filter_tray{
  --border-opacity: 1;
  border-color: #0065bb;
  border-color: rgba(0, 101, 187, var(--border-opacity))
}

.dpd-filter_tray{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  top:50px;
  right:0;
  z-index:999
}

@media screen and (max-width: calc(640px - 1px)){
  .dpd-filter_tray{
    font-size: 0.875rem;
    border-top:none
  }
}

@media (min-width: 640px){
  .dpd-filter_tray{
    left: 0;
    right: auto
  }
}

@media (min-width: 768px){
  .dpd-filter_tray{
    left: auto;
    right: 0
  }
}

@media (min-width: 1280px){
  .dpd-filter_tray{
    left: 0;
    right: auto
  }
}

.dpd-filter_tray input[type=checkbox],.dpd-filter_tray input[type=radio]{
  display: none
}

.dpd-filter_tray input[type=checkbox]+label{
  min-width:25px;
  min-height:25px
}

@media (min-width: 640px){
  .dpd-filter_tray input[type=checkbox]+label{
    min-width:28px;
    min-height:28px
  }
}

@media (min-width: 768px){
  .dpd-filter_tray input[type=checkbox]+label{
    -webkit-transform:translateY(2px);
         -o-transform:translateY(2px);
            transform:translateY(2px)
  }
}

.dpd-filter_tray input[type=checkbox]+label{
  display: inline-block;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
  border-radius: 0.125rem;
  margin-right: 0.75rem
}

.dpd-filter_tray input[type=checkbox]:checked+label{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTIgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aCAyIENvcHkgMjwvdGl0bGU+CiAgICA8ZyBpZD0iVmlzdWFsIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQtQ29weS0yMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU0LjAwMDAwMCwgLTI4My4wMDAwMDApIiBzdHJva2U9IiMwMTY5QjQiIHN0cm9rZS13aWR0aD0iMyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAuMDAwMDAwLCAyMjIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMi1Db3B5LTIiIHBvaW50cz0iMjUgNjUuNDcwNTg4MiAyOC43MDM3MDM3IDY5IDM1IDYzIj48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-size:14px;
  background-position: center;
  background-repeat: no-repeat;
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.dpd-filter_tray input[type=checkbox]:checked~label.active{
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity))
}

.dpd-filter_tray input[type=radio]+label{
  min-width:25px;
  min-height:25px;
  display: inline-block;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
  border-radius: 9999px;
  margin-right: 0.75rem;
  position: relative
}

.dpd-filter_tray input[type=radio]+label:after{
  content:"";
  width:15px;
  height:15px;
  border-radius: 9999px;
  opacity: 0;
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.dpd-filter_tray input[type=radio]:checked+label:after{
  opacity: 1
}

.dpd-filter_tray input[type=radio]:checked~label.active{
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity))
}

.fav-filter{
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-right: 3rem;
  cursor: pointer;
  height:50px;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjIgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U3RhciBDb3B5IDE2PC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LS8tSG9la2plLXVuc3RhcnJlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI5LjAwMDAwMCwgLTI5LjAwMDAwMCkiIGZpbGw9IiNENkQ0RDEiPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU3Rhci1Db3B5LTE2IiBwb2ludHM9IjQwIDQ1LjUgMzMuNTM0MzYyMiA0OC44OTkxODY5IDM0Ljc2OTE4OTIgNDEuNjk5NTkzNSAyOS41MzgzNzgzIDM2LjYwMDgxMzEgMzYuNzY3MTgxMSAzNS41NTA0MDY1IDQwIDI5IDQzLjIzMjgxODkgMzUuNTUwNDA2NSA1MC40NjE2MjE3IDM2LjYwMDgxMzEgNDUuMjMwODEwOCA0MS42OTk1OTM1IDQ2LjQ2NTYzNzggNDguODk5MTg2OSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-position:right 20px top 50%
}

.fav-filter.active{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjIgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U3RhciBDb3B5IDE2PC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LS8tSG9la2plLXVuc3RhcnJlZC1ob3ZlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI5LjAwMDAwMCwgLTI5LjAwMDAwMCkiIGZpbGw9IiNGQ0JEMTgiPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU3Rhci1Db3B5LTE2IiBwb2ludHM9IjQwIDQ1LjUgMzMuNTM0MzYyMiA0OC44OTkxODY5IDM0Ljc2OTE4OTIgNDEuNjk5NTkzNSAyOS41MzgzNzgzIDM2LjYwMDgxMzEgMzYuNzY3MTgxMSAzNS41NTA0MDY1IDQwIDI5IDQzLjIzMjgxODkgMzUuNTUwNDA2NSA1MC40NjE2MjE3IDM2LjYwMDgxMzEgNDUuMjMwODEwOCA0MS42OTk1OTM1IDQ2LjQ2NTYzNzggNDguODk5MTg2OSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.tab__switch-wrapper a{
  --text-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--text-opacity))
}

.tab__switch-wrapper a.active{
  --text-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--text-opacity))
}

.custom-tab-switcher-style-1 a{
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  --text-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--text-opacity));
  border-width: 2px;
  --border-opacity: 1;
  border-color: #0169B4;
  border-color: rgba(1, 105, 180, var(--border-opacity));
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.custom-tab-switcher-style-1 a.active{
  --bg-opacity: 1;
  background-color: #0169B4;
  background-color: rgba(1, 105, 180, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.custom-tab-switcher-style-1 a:hover:not(.active){
  opacity: 0.75
}

.mobile-tab-switchers{
  position: relative;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.mobile-tab-switchers.active .mobile-ts-list{
  opacity: 1;
  pointer-events: auto
}

.mobile-tab-switchers .mobile-ts-toggle{
  width: 100%;
  overflow: hidden;
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-overflow:ellipsis;
  white-space:nowrap
}

.mobile-tab-switchers .mobile-ts-toggle:after{
  content:"";
  width: 0.75rem;
  height: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top:50%;
  right:5%;
  -webkit-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%);
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEAAAAADSRT5sAAAApElEQVQ4EbWSiw2AIAxE2YeBXIfBTfAqlrQEytcmRArcO3LinKgYoxft0rTJwEbAuDGuJTJEpP0YQTGwSHCuJROIGc6cZILOYxBU1pQJhCWcWMRIkRsHunENa4cPinCnNTOCmbPiTuolgJFL/ROstjLvRvqaWQBrT9201xigrRenfBsmWM6lolPi0QaoWt7ksA/nS1RMzsErJufhhcnYU2TR398HNkAfK4A3tB8AAAAASUVORK5CYII=)
}

.mobile-tab-switchers .mobile-ts-list{
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.mobile-tab-switchers .mobile-ts-list a{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.mobile-tab-switchers .mobile-ts-list a:hover{
  opacity: 0.75
}

.mobile-tab-switchers .mobile-ts-list a.active{
  --bg-opacity: 1;
  background-color: #0169B4;
  background-color: rgba(1, 105, 180, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.tab__content-slider.slick-slider{
  -webkit-user-select:auto;
  -moz-user-select:auto;
  -ms-user-select:auto;
  user-select:auto
}

.tab__content-slider.slick-slider .slick-slide:not(.slick-current){
  pointer-events: none
}

.talent-block{
  cursor: pointer
}

.talent-block:hover .talent__thumbnail{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity))
}

.talent-block:hover .playbutton-round:before{
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
  opacity: 0.75
}

.talent__thumbnail{
  padding-top:64%;
  background-blend-mode:overlay;
  -webkit-transition-property:background-color;
  -o-transition-property:background-color;
  transition-property:background-color;
  position: relative;
  z-index: 0;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.playbutton-round{
  width:80px;
  height:80px;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden
}

.playbutton-round:before{
  content:"";
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  background-blend-mode:overlay;
  background-color:rgba(60,60,60,.5)
}

.playbutton-round:after{
  content:"";
  width:18px;
  height:16px;
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTYgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGUgQ29weSA0PC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUGxheSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyLjAwMDAwMCwgLTMxLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iVHJpYW5nbGUtQ29weS00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MC4wMDAwMDAsIDQwLjAwMDAwMCkgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC00MC4wMDAwMDAsIC00MC4wMDAwMDApICIgcG9pbnRzPSI0MCAzMiA0OSA0OCAzMSA0OCI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
       -o-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%)
}

.image-grid-overlay__grid-img{
  padding-top:56.25%
}

#home-bg-video{
  -webkit-transform:scale(2);
       -o-transform:scale(2);
          transform:scale(2);
  z-index:-1
}

@media (min-width: 640px){
  #home-bg-video{
    -webkit-transform: none;
         -o-transform: none;
            transform: none
  }
}

.block-hero{
  min-height:550px
}

.block-hero.with-video{
  min-height:800px
}

@media (min-width: 640px){
  .block-hero.with-video{
    min-height:900px
  }
}

@media (min-width: 1024px){
  .block-hero.with-video{
    min-height:650px
  }
}

.block-hero .block-hero_icon{
  width:240px
}

@media (min-width: 768px){
  .block-hero .block-hero_icon{
    width:200px
  }
}

@media (min-width: 1024px){
  .block-hero .block-hero_icon{
    width:300px
  }
}

@media (min-width: 1280px){
  .block-hero .block-hero_icon{
    width:360px
  }
}

.block-hero .block-hero_title{
  margin-bottom:1rem
}

.block-hero .block-hero_chevron{
  bottom:30px;
  left:50%;
  -webkit-transform:translateX(-50%);
       -o-transform:translateX(-50%);
          transform:translateX(-50%)
}

.block-hero .hero-video-wrapper{
  max-width:600px
}

.space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}

.space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}

.space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}

.space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--space-y-reverse));
}

.space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}

.space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}

.space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}

.space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-22 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5.5rem * var(--space-y-reverse));
}

.space-x-22 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5.5rem * var(--space-x-reverse));
  margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6rem * var(--space-y-reverse));
}

.space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6rem * var(--space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
}

.space-y-28 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(7rem * var(--space-y-reverse));
}

.space-x-28 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(7rem * var(--space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
}

.space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse));
}

.space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
}

.space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}

.space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}

.space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12rem * var(--space-y-reverse));
}

.space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12rem * var(--space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
}

.space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse));
}

.space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
}

.space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse));
}

.space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
}

.space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}

.space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}

.-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse));
}

.-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}

.-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}

.-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--space-y-reverse));
}

.-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}

.-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}

.-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}

.-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--space-y-reverse));
}

.-space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}

.-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}

.-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-22 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5.5rem * var(--space-y-reverse));
}

.-space-x-22 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5.5rem * var(--space-x-reverse));
  margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6rem * var(--space-y-reverse));
}

.-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6rem * var(--space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-28 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-7rem * var(--space-y-reverse));
}

.-space-x-28 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-7rem * var(--space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse));
}

.-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}

.-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12rem * var(--space-y-reverse));
}

.-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12rem * var(--space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse));
}

.-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse));
}

.-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}

.-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

.divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse));
}

.divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}

.divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}

.divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}

.divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}

.divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

.divide-flesh > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ffbe8d;
  border-color: rgba(255, 190, 141, var(--divide-opacity));
}

.divide-gulfBlue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #001959;
  border-color: rgba(0, 25, 89, var(--divide-opacity));
}

.divide-blueDark > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #001b5b;
  border-color: rgba(0, 27, 91, var(--divide-opacity));
}

.divide-blueCheckbox > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2F7094;
  border-color: rgba(47, 112, 148, var(--divide-opacity));
}

.divide-blueCyan > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #00518C;
  border-color: rgba(0, 81, 140, var(--divide-opacity));
}

.divide-blueDarkHover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #00233F;
  border-color: rgba(0, 35, 63, var(--divide-opacity));
}

.divide-blueMedium > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #003F6D;
  border-color: rgba(0, 63, 109, var(--divide-opacity));
}

.divide-blueMediumHover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #00294B;
  border-color: rgba(0, 41, 75, var(--divide-opacity));
}

.divide-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #0065bb;
  border-color: rgba(0, 101, 187, var(--divide-opacity));
}

.divide-blueProgrammaBack > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #0066b7;
  border-color: rgba(0, 102, 183, var(--divide-opacity));
}

.divide-blueHover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #003F6D;
  border-color: rgba(0, 63, 109, var(--divide-opacity));
}

.divide-blueLightDarker > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7BB1CF;
  border-color: rgba(123, 177, 207, var(--divide-opacity));
}

.divide-blueLightDark > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #A4D2EC;
  border-color: rgba(164, 210, 236, var(--divide-opacity));
}

.divide-perano > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #A6D1F4;
  border-color: rgba(166, 209, 244, var(--divide-opacity));
}

.divide-blueLight > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b7dbf9;
  border-color: rgba(183, 219, 249, var(--divide-opacity));
}

.divide-bluePersian > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #0169B4;
  border-color: rgba(1, 105, 180, var(--divide-opacity));
}

.divide-mediumElectricBlue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #0057A0;
  border-color: rgba(0, 87, 160, var(--divide-opacity));
}

.divide-red > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e70000;
  border-color: rgba(231, 0, 0, var(--divide-opacity));
}

.divide-redCadmium > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E30413;
  border-color: rgba(227, 4, 19, var(--divide-opacity));
}

.divide-redHover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #AA030D;
  border-color: rgba(170, 3, 13, var(--divide-opacity));
}

.divide-yellow > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ff6f03;
  border-color: rgba(255, 111, 3, var(--divide-opacity));
}

.divide-yellowHover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FF9103;
  border-color: rgba(255, 145, 3, var(--divide-opacity));
}

.divide-greyLighter > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F6F5F3;
  border-color: rgba(246, 245, 243, var(--divide-opacity));
}

.divide-greyLight > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--divide-opacity));
}

.divide-grey > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E6E3DF;
  border-color: rgba(230, 227, 223, var(--divide-opacity));
}

.divide-greyMedium > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #DDD;
  border-color: rgba(221, 221, 221, var(--divide-opacity));
}

.divide-greyWarm > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #939283;
  border-color: rgba(147, 146, 131, var(--divide-opacity));
}

.divide-darkGrey > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2D2D2D;
  border-color: rgba(45, 45, 45, var(--divide-opacity));
}

.divide-darkGreyHover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #212121;
  border-color: rgba(33, 33, 33, var(--divide-opacity));
}

.divide-shadedFilters > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.05);
}

.divide-thunderBlack > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2D2D2D;
  border-color: rgba(45, 45, 45, var(--divide-opacity));
}

.divide-greyText > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #949494;
  border-color: rgba(148, 148, 148, var(--divide-opacity));
}

.divide-greyTextForm > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #929292;
  border-color: rgba(146, 146, 146, var(--divide-opacity));
}

.divide-mountainMist > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #949494;
  border-color: rgba(148, 148, 148, var(--divide-opacity));
}

.divide-transparent > :not(template) ~ :not(template) {
  border-color: transparent;
}

.divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity));
}

.divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}

.divide-solid > :not(template) ~ :not(template) {
  border-style: solid;
}

.divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed;
}

.divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted;
}

.divide-double > :not(template) ~ :not(template) {
  border-style: double;
}

.divide-none > :not(template) ~ :not(template) {
  border-style: none;
}

.divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.divide-opacity-35 > :not(template) ~ :not(template) {
  --divide-opacity: 0.35;
}

.divide-opacity-45 > :not(template) ~ :not(template) {
  --divide-opacity: 0.45;
}

.divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

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

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

.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 {
  background-clip: text;
}

.bg-flesh {
  --bg-opacity: 1;
  background-color: #ffbe8d;
  background-color: rgba(255, 190, 141, var(--bg-opacity));
}

.bg-gulfBlue {
  --bg-opacity: 1;
  background-color: #001959;
  background-color: rgba(0, 25, 89, var(--bg-opacity));
}

.bg-blueDark {
  --bg-opacity: 1;
  background-color: #001b5b;
  background-color: rgba(0, 27, 91, var(--bg-opacity));
}

.bg-blueCheckbox {
  --bg-opacity: 1;
  background-color: #2F7094;
  background-color: rgba(47, 112, 148, var(--bg-opacity));
}

.bg-blueCyan {
  --bg-opacity: 1;
  background-color: #00518C;
  background-color: rgba(0, 81, 140, var(--bg-opacity));
}

.bg-blueDarkHover {
  --bg-opacity: 1;
  background-color: #00233F;
  background-color: rgba(0, 35, 63, var(--bg-opacity));
}

.bg-blueMedium {
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity));
}

.bg-blueMediumHover {
  --bg-opacity: 1;
  background-color: #00294B;
  background-color: rgba(0, 41, 75, var(--bg-opacity));
}

.bg-blue {
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
}

.bg-blueProgrammaBack {
  --bg-opacity: 1;
  background-color: #0066b7;
  background-color: rgba(0, 102, 183, var(--bg-opacity));
}

.bg-blueHover {
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity));
}

.bg-blueLightDarker {
  --bg-opacity: 1;
  background-color: #7BB1CF;
  background-color: rgba(123, 177, 207, var(--bg-opacity));
}

.bg-blueLightDark {
  --bg-opacity: 1;
  background-color: #A4D2EC;
  background-color: rgba(164, 210, 236, var(--bg-opacity));
}

.bg-perano {
  --bg-opacity: 1;
  background-color: #A6D1F4;
  background-color: rgba(166, 209, 244, var(--bg-opacity));
}

.bg-blueLight {
  --bg-opacity: 1;
  background-color: #b7dbf9;
  background-color: rgba(183, 219, 249, var(--bg-opacity));
}

.bg-bluePersian {
  --bg-opacity: 1;
  background-color: #0169B4;
  background-color: rgba(1, 105, 180, var(--bg-opacity));
}

.bg-mediumElectricBlue {
  --bg-opacity: 1;
  background-color: #0057A0;
  background-color: rgba(0, 87, 160, var(--bg-opacity));
}

.bg-red {
  --bg-opacity: 1;
  background-color: #e70000;
  background-color: rgba(231, 0, 0, var(--bg-opacity));
}

.bg-redCadmium {
  --bg-opacity: 1;
  background-color: #E30413;
  background-color: rgba(227, 4, 19, var(--bg-opacity));
}

.bg-redHover {
  --bg-opacity: 1;
  background-color: #AA030D;
  background-color: rgba(170, 3, 13, var(--bg-opacity));
}

.bg-yellow {
  --bg-opacity: 1;
  background-color: #ff6f03;
  background-color: rgba(255, 111, 3, var(--bg-opacity));
}

.bg-yellowHover {
  --bg-opacity: 1;
  background-color: #FF9103;
  background-color: rgba(255, 145, 3, var(--bg-opacity));
}

.bg-greyLighter {
  --bg-opacity: 1;
  background-color: #F6F5F3;
  background-color: rgba(246, 245, 243, var(--bg-opacity));
}

.bg-greyLight {
  --bg-opacity: 1;
  background-color: #E2E2E2;
  background-color: rgba(226, 226, 226, var(--bg-opacity));
}

.bg-grey {
  --bg-opacity: 1;
  background-color: #E6E3DF;
  background-color: rgba(230, 227, 223, var(--bg-opacity));
}

.bg-greyMedium {
  --bg-opacity: 1;
  background-color: #DDD;
  background-color: rgba(221, 221, 221, var(--bg-opacity));
}

.bg-greyWarm {
  --bg-opacity: 1;
  background-color: #939283;
  background-color: rgba(147, 146, 131, var(--bg-opacity));
}

.bg-darkGrey {
  --bg-opacity: 1;
  background-color: #2D2D2D;
  background-color: rgba(45, 45, 45, var(--bg-opacity));
}

.bg-darkGreyHover {
  --bg-opacity: 1;
  background-color: #212121;
  background-color: rgba(33, 33, 33, var(--bg-opacity));
}

.bg-shadedFilters {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-thunderBlack {
  --bg-opacity: 1;
  background-color: #2D2D2D;
  background-color: rgba(45, 45, 45, var(--bg-opacity));
}

.bg-greyText {
  --bg-opacity: 1;
  background-color: #949494;
  background-color: rgba(148, 148, 148, var(--bg-opacity));
}

.bg-greyTextForm {
  --bg-opacity: 1;
  background-color: #929292;
  background-color: rgba(146, 146, 146, var(--bg-opacity));
}

.bg-mountainMist {
  --bg-opacity: 1;
  background-color: #949494;
  background-color: rgba(148, 148, 148, var(--bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.hover\:bg-flesh:hover {
  --bg-opacity: 1;
  background-color: #ffbe8d;
  background-color: rgba(255, 190, 141, var(--bg-opacity));
}

.hover\:bg-gulfBlue:hover {
  --bg-opacity: 1;
  background-color: #001959;
  background-color: rgba(0, 25, 89, var(--bg-opacity));
}

.hover\:bg-blueDark:hover {
  --bg-opacity: 1;
  background-color: #001b5b;
  background-color: rgba(0, 27, 91, var(--bg-opacity));
}

.hover\:bg-blueCheckbox:hover {
  --bg-opacity: 1;
  background-color: #2F7094;
  background-color: rgba(47, 112, 148, var(--bg-opacity));
}

.hover\:bg-blueCyan:hover {
  --bg-opacity: 1;
  background-color: #00518C;
  background-color: rgba(0, 81, 140, var(--bg-opacity));
}

.hover\:bg-blueDarkHover:hover {
  --bg-opacity: 1;
  background-color: #00233F;
  background-color: rgba(0, 35, 63, var(--bg-opacity));
}

.hover\:bg-blueMedium:hover {
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity));
}

.hover\:bg-blueMediumHover:hover {
  --bg-opacity: 1;
  background-color: #00294B;
  background-color: rgba(0, 41, 75, var(--bg-opacity));
}

.hover\:bg-blue:hover {
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
}

.hover\:bg-blueProgrammaBack:hover {
  --bg-opacity: 1;
  background-color: #0066b7;
  background-color: rgba(0, 102, 183, var(--bg-opacity));
}

.hover\:bg-blueHover:hover {
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity));
}

.hover\:bg-blueLightDarker:hover {
  --bg-opacity: 1;
  background-color: #7BB1CF;
  background-color: rgba(123, 177, 207, var(--bg-opacity));
}

.hover\:bg-blueLightDark:hover {
  --bg-opacity: 1;
  background-color: #A4D2EC;
  background-color: rgba(164, 210, 236, var(--bg-opacity));
}

.hover\:bg-perano:hover {
  --bg-opacity: 1;
  background-color: #A6D1F4;
  background-color: rgba(166, 209, 244, var(--bg-opacity));
}

.hover\:bg-blueLight:hover {
  --bg-opacity: 1;
  background-color: #b7dbf9;
  background-color: rgba(183, 219, 249, var(--bg-opacity));
}

.hover\:bg-bluePersian:hover {
  --bg-opacity: 1;
  background-color: #0169B4;
  background-color: rgba(1, 105, 180, var(--bg-opacity));
}

.hover\:bg-mediumElectricBlue:hover {
  --bg-opacity: 1;
  background-color: #0057A0;
  background-color: rgba(0, 87, 160, var(--bg-opacity));
}

.hover\:bg-red:hover {
  --bg-opacity: 1;
  background-color: #e70000;
  background-color: rgba(231, 0, 0, var(--bg-opacity));
}

.hover\:bg-redCadmium:hover {
  --bg-opacity: 1;
  background-color: #E30413;
  background-color: rgba(227, 4, 19, var(--bg-opacity));
}

.hover\:bg-redHover:hover {
  --bg-opacity: 1;
  background-color: #AA030D;
  background-color: rgba(170, 3, 13, var(--bg-opacity));
}

.hover\:bg-yellow:hover {
  --bg-opacity: 1;
  background-color: #ff6f03;
  background-color: rgba(255, 111, 3, var(--bg-opacity));
}

.hover\:bg-yellowHover:hover {
  --bg-opacity: 1;
  background-color: #FF9103;
  background-color: rgba(255, 145, 3, var(--bg-opacity));
}

.hover\:bg-greyLighter:hover {
  --bg-opacity: 1;
  background-color: #F6F5F3;
  background-color: rgba(246, 245, 243, var(--bg-opacity));
}

.hover\:bg-greyLight:hover {
  --bg-opacity: 1;
  background-color: #E2E2E2;
  background-color: rgba(226, 226, 226, var(--bg-opacity));
}

.hover\:bg-grey:hover {
  --bg-opacity: 1;
  background-color: #E6E3DF;
  background-color: rgba(230, 227, 223, var(--bg-opacity));
}

.hover\:bg-greyMedium:hover {
  --bg-opacity: 1;
  background-color: #DDD;
  background-color: rgba(221, 221, 221, var(--bg-opacity));
}

.hover\:bg-greyWarm:hover {
  --bg-opacity: 1;
  background-color: #939283;
  background-color: rgba(147, 146, 131, var(--bg-opacity));
}

.hover\:bg-darkGrey:hover {
  --bg-opacity: 1;
  background-color: #2D2D2D;
  background-color: rgba(45, 45, 45, var(--bg-opacity));
}

.hover\:bg-darkGreyHover:hover {
  --bg-opacity: 1;
  background-color: #212121;
  background-color: rgba(33, 33, 33, var(--bg-opacity));
}

.hover\:bg-shadedFilters:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.hover\:bg-thunderBlack:hover {
  --bg-opacity: 1;
  background-color: #2D2D2D;
  background-color: rgba(45, 45, 45, var(--bg-opacity));
}

.hover\:bg-greyText:hover {
  --bg-opacity: 1;
  background-color: #949494;
  background-color: rgba(148, 148, 148, var(--bg-opacity));
}

.hover\:bg-greyTextForm:hover {
  --bg-opacity: 1;
  background-color: #929292;
  background-color: rgba(146, 146, 146, var(--bg-opacity));
}

.hover\:bg-mountainMist:hover {
  --bg-opacity: 1;
  background-color: #949494;
  background-color: rgba(148, 148, 148, var(--bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-black:hover {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.hover\:bg-white:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.focus\:bg-flesh:focus {
  --bg-opacity: 1;
  background-color: #ffbe8d;
  background-color: rgba(255, 190, 141, var(--bg-opacity));
}

.focus\:bg-gulfBlue:focus {
  --bg-opacity: 1;
  background-color: #001959;
  background-color: rgba(0, 25, 89, var(--bg-opacity));
}

.focus\:bg-blueDark:focus {
  --bg-opacity: 1;
  background-color: #001b5b;
  background-color: rgba(0, 27, 91, var(--bg-opacity));
}

.focus\:bg-blueCheckbox:focus {
  --bg-opacity: 1;
  background-color: #2F7094;
  background-color: rgba(47, 112, 148, var(--bg-opacity));
}

.focus\:bg-blueCyan:focus {
  --bg-opacity: 1;
  background-color: #00518C;
  background-color: rgba(0, 81, 140, var(--bg-opacity));
}

.focus\:bg-blueDarkHover:focus {
  --bg-opacity: 1;
  background-color: #00233F;
  background-color: rgba(0, 35, 63, var(--bg-opacity));
}

.focus\:bg-blueMedium:focus {
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity));
}

.focus\:bg-blueMediumHover:focus {
  --bg-opacity: 1;
  background-color: #00294B;
  background-color: rgba(0, 41, 75, var(--bg-opacity));
}

.focus\:bg-blue:focus {
  --bg-opacity: 1;
  background-color: #0065bb;
  background-color: rgba(0, 101, 187, var(--bg-opacity));
}

.focus\:bg-blueProgrammaBack:focus {
  --bg-opacity: 1;
  background-color: #0066b7;
  background-color: rgba(0, 102, 183, var(--bg-opacity));
}

.focus\:bg-blueHover:focus {
  --bg-opacity: 1;
  background-color: #003F6D;
  background-color: rgba(0, 63, 109, var(--bg-opacity));
}

.focus\:bg-blueLightDarker:focus {
  --bg-opacity: 1;
  background-color: #7BB1CF;
  background-color: rgba(123, 177, 207, var(--bg-opacity));
}

.focus\:bg-blueLightDark:focus {
  --bg-opacity: 1;
  background-color: #A4D2EC;
  background-color: rgba(164, 210, 236, var(--bg-opacity));
}

.focus\:bg-perano:focus {
  --bg-opacity: 1;
  background-color: #A6D1F4;
  background-color: rgba(166, 209, 244, var(--bg-opacity));
}

.focus\:bg-blueLight:focus {
  --bg-opacity: 1;
  background-color: #b7dbf9;
  background-color: rgba(183, 219, 249, var(--bg-opacity));
}

.focus\:bg-bluePersian:focus {
  --bg-opacity: 1;
  background-color: #0169B4;
  background-color: rgba(1, 105, 180, var(--bg-opacity));
}

.focus\:bg-mediumElectricBlue:focus {
  --bg-opacity: 1;
  background-color: #0057A0;
  background-color: rgba(0, 87, 160, var(--bg-opacity));
}

.focus\:bg-red:focus {
  --bg-opacity: 1;
  background-color: #e70000;
  background-color: rgba(231, 0, 0, var(--bg-opacity));
}

.focus\:bg-redCadmium:focus {
  --bg-opacity: 1;
  background-color: #E30413;
  background-color: rgba(227, 4, 19, var(--bg-opacity));
}

.focus\:bg-redHover:focus {
  --bg-opacity: 1;
  background-color: #AA030D;
  background-color: rgba(170, 3, 13, var(--bg-opacity));
}

.focus\:bg-yellow:focus {
  --bg-opacity: 1;
  background-color: #ff6f03;
  background-color: rgba(255, 111, 3, var(--bg-opacity));
}

.focus\:bg-yellowHover:focus {
  --bg-opacity: 1;
  background-color: #FF9103;
  background-color: rgba(255, 145, 3, var(--bg-opacity));
}

.focus\:bg-greyLighter:focus {
  --bg-opacity: 1;
  background-color: #F6F5F3;
  background-color: rgba(246, 245, 243, var(--bg-opacity));
}

.focus\:bg-greyLight:focus {
  --bg-opacity: 1;
  background-color: #E2E2E2;
  background-color: rgba(226, 226, 226, var(--bg-opacity));
}

.focus\:bg-grey:focus {
  --bg-opacity: 1;
  background-color: #E6E3DF;
  background-color: rgba(230, 227, 223, var(--bg-opacity));
}

.focus\:bg-greyMedium:focus {
  --bg-opacity: 1;
  background-color: #DDD;
  background-color: rgba(221, 221, 221, var(--bg-opacity));
}

.focus\:bg-greyWarm:focus {
  --bg-opacity: 1;
  background-color: #939283;
  background-color: rgba(147, 146, 131, var(--bg-opacity));
}

.focus\:bg-darkGrey:focus {
  --bg-opacity: 1;
  background-color: #2D2D2D;
  background-color: rgba(45, 45, 45, var(--bg-opacity));
}

.focus\:bg-darkGreyHover:focus {
  --bg-opacity: 1;
  background-color: #212121;
  background-color: rgba(33, 33, 33, var(--bg-opacity));
}

.focus\:bg-shadedFilters:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.focus\:bg-thunderBlack:focus {
  --bg-opacity: 1;
  background-color: #2D2D2D;
  background-color: rgba(45, 45, 45, var(--bg-opacity));
}

.focus\:bg-greyText:focus {
  --bg-opacity: 1;
  background-color: #949494;
  background-color: rgba(148, 148, 148, var(--bg-opacity));
}

.focus\:bg-greyTextForm:focus {
  --bg-opacity: 1;
  background-color: #929292;
  background-color: rgba(146, 146, 146, var(--bg-opacity));
}

.focus\:bg-mountainMist:focus {
  --bg-opacity: 1;
  background-color: #949494;
  background-color: rgba(148, 148, 148, var(--bg-opacity));
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-black:focus {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.focus\:bg-white:focus {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
  background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops));
  background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
  background-image: linear-gradient(to top, var(--gradient-color-stops));
}

.bg-gradient-to-tr {
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
  background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops));
  background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}

.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
  background-image: -webkit-linear-gradient(left, var(--gradient-color-stops));
  background-image: -o-linear-gradient(left, var(--gradient-color-stops));
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.bg-gradient-to-br {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
  background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops));
  background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}

.bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
  background-image: -webkit-linear-gradient(top, var(--gradient-color-stops));
  background-image: -o-linear-gradient(top, var(--gradient-color-stops));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}

.bg-gradient-to-bl {
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
  background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops));
  background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}

.bg-gradient-to-l {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
  background-image: -webkit-linear-gradient(right, var(--gradient-color-stops));
  background-image: -o-linear-gradient(right, var(--gradient-color-stops));
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}

.bg-gradient-to-tl {
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
  background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops));
  background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}

.from-flesh {
  --gradient-from-color: #ffbe8d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
}

.from-gulfBlue {
  --gradient-from-color: #001959;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
}

.from-blueDark {
  --gradient-from-color: #001b5b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
}

.from-blueCheckbox {
  --gradient-from-color: #2F7094;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
}

.from-blueCyan {
  --gradient-from-color: #00518C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
}

.from-blueDarkHover {
  --gradient-from-color: #00233F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
}

.from-blueMedium {
  --gradient-from-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.from-blueMediumHover {
  --gradient-from-color: #00294B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
}

.from-blue {
  --gradient-from-color: #0065bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
}

.from-blueProgrammaBack {
  --gradient-from-color: #0066b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
}

.from-blueHover {
  --gradient-from-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.from-blueLightDarker {
  --gradient-from-color: #7BB1CF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
}

.from-blueLightDark {
  --gradient-from-color: #A4D2EC;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
}

.from-perano {
  --gradient-from-color: #A6D1F4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
}

.from-blueLight {
  --gradient-from-color: #b7dbf9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
}

.from-bluePersian {
  --gradient-from-color: #0169B4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
}

.from-mediumElectricBlue {
  --gradient-from-color: #0057A0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
}

.from-red {
  --gradient-from-color: #e70000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
}

.from-redCadmium {
  --gradient-from-color: #E30413;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
}

.from-redHover {
  --gradient-from-color: #AA030D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
}

.from-yellow {
  --gradient-from-color: #ff6f03;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
}

.from-yellowHover {
  --gradient-from-color: #FF9103;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
}

.from-greyLighter {
  --gradient-from-color: #F6F5F3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
}

.from-greyLight {
  --gradient-from-color: #E2E2E2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
}

.from-grey {
  --gradient-from-color: #E6E3DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
}

.from-greyMedium {
  --gradient-from-color: #DDD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
}

.from-greyWarm {
  --gradient-from-color: #939283;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
}

.from-darkGrey {
  --gradient-from-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.from-darkGreyHover {
  --gradient-from-color: #212121;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
}

.from-shadedFilters {
  --gradient-from-color: rgba(0, 0, 0, 0.05);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.from-thunderBlack {
  --gradient-from-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.from-greyText {
  --gradient-from-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.from-greyTextForm {
  --gradient-from-color: #929292;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
}

.from-mountainMist {
  --gradient-from-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.from-transparent {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.from-black {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.from-white {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.via-flesh {
  --gradient-via-color: #ffbe8d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
}

.via-gulfBlue {
  --gradient-via-color: #001959;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
}

.via-blueDark {
  --gradient-via-color: #001b5b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
}

.via-blueCheckbox {
  --gradient-via-color: #2F7094;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
}

.via-blueCyan {
  --gradient-via-color: #00518C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
}

.via-blueDarkHover {
  --gradient-via-color: #00233F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
}

.via-blueMedium {
  --gradient-via-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.via-blueMediumHover {
  --gradient-via-color: #00294B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
}

.via-blue {
  --gradient-via-color: #0065bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
}

.via-blueProgrammaBack {
  --gradient-via-color: #0066b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
}

.via-blueHover {
  --gradient-via-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.via-blueLightDarker {
  --gradient-via-color: #7BB1CF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
}

.via-blueLightDark {
  --gradient-via-color: #A4D2EC;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
}

.via-perano {
  --gradient-via-color: #A6D1F4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
}

.via-blueLight {
  --gradient-via-color: #b7dbf9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
}

.via-bluePersian {
  --gradient-via-color: #0169B4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
}

.via-mediumElectricBlue {
  --gradient-via-color: #0057A0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
}

.via-red {
  --gradient-via-color: #e70000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
}

.via-redCadmium {
  --gradient-via-color: #E30413;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
}

.via-redHover {
  --gradient-via-color: #AA030D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
}

.via-yellow {
  --gradient-via-color: #ff6f03;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
}

.via-yellowHover {
  --gradient-via-color: #FF9103;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
}

.via-greyLighter {
  --gradient-via-color: #F6F5F3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
}

.via-greyLight {
  --gradient-via-color: #E2E2E2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
}

.via-grey {
  --gradient-via-color: #E6E3DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
}

.via-greyMedium {
  --gradient-via-color: #DDD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
}

.via-greyWarm {
  --gradient-via-color: #939283;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
}

.via-darkGrey {
  --gradient-via-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.via-darkGreyHover {
  --gradient-via-color: #212121;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
}

.via-shadedFilters {
  --gradient-via-color: rgba(0, 0, 0, 0.05);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.via-thunderBlack {
  --gradient-via-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.via-greyText {
  --gradient-via-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.via-greyTextForm {
  --gradient-via-color: #929292;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
}

.via-mountainMist {
  --gradient-via-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.via-transparent {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.via-black {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.via-white {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.to-flesh {
  --gradient-to-color: #ffbe8d;
}

.to-gulfBlue {
  --gradient-to-color: #001959;
}

.to-blueDark {
  --gradient-to-color: #001b5b;
}

.to-blueCheckbox {
  --gradient-to-color: #2F7094;
}

.to-blueCyan {
  --gradient-to-color: #00518C;
}

.to-blueDarkHover {
  --gradient-to-color: #00233F;
}

.to-blueMedium {
  --gradient-to-color: #003F6D;
}

.to-blueMediumHover {
  --gradient-to-color: #00294B;
}

.to-blue {
  --gradient-to-color: #0065bb;
}

.to-blueProgrammaBack {
  --gradient-to-color: #0066b7;
}

.to-blueHover {
  --gradient-to-color: #003F6D;
}

.to-blueLightDarker {
  --gradient-to-color: #7BB1CF;
}

.to-blueLightDark {
  --gradient-to-color: #A4D2EC;
}

.to-perano {
  --gradient-to-color: #A6D1F4;
}

.to-blueLight {
  --gradient-to-color: #b7dbf9;
}

.to-bluePersian {
  --gradient-to-color: #0169B4;
}

.to-mediumElectricBlue {
  --gradient-to-color: #0057A0;
}

.to-red {
  --gradient-to-color: #e70000;
}

.to-redCadmium {
  --gradient-to-color: #E30413;
}

.to-redHover {
  --gradient-to-color: #AA030D;
}

.to-yellow {
  --gradient-to-color: #ff6f03;
}

.to-yellowHover {
  --gradient-to-color: #FF9103;
}

.to-greyLighter {
  --gradient-to-color: #F6F5F3;
}

.to-greyLight {
  --gradient-to-color: #E2E2E2;
}

.to-grey {
  --gradient-to-color: #E6E3DF;
}

.to-greyMedium {
  --gradient-to-color: #DDD;
}

.to-greyWarm {
  --gradient-to-color: #939283;
}

.to-darkGrey {
  --gradient-to-color: #2D2D2D;
}

.to-darkGreyHover {
  --gradient-to-color: #212121;
}

.to-shadedFilters {
  --gradient-to-color: rgba(0, 0, 0, 0.05);
}

.to-thunderBlack {
  --gradient-to-color: #2D2D2D;
}

.to-greyText {
  --gradient-to-color: #949494;
}

.to-greyTextForm {
  --gradient-to-color: #929292;
}

.to-mountainMist {
  --gradient-to-color: #949494;
}

.to-transparent {
  --gradient-to-color: transparent;
}

.to-black {
  --gradient-to-color: #000;
}

.to-white {
  --gradient-to-color: #fff;
}

.hover\:from-flesh:hover {
  --gradient-from-color: #ffbe8d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
}

.hover\:from-gulfBlue:hover {
  --gradient-from-color: #001959;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
}

.hover\:from-blueDark:hover {
  --gradient-from-color: #001b5b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
}

.hover\:from-blueCheckbox:hover {
  --gradient-from-color: #2F7094;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
}

.hover\:from-blueCyan:hover {
  --gradient-from-color: #00518C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
}

.hover\:from-blueDarkHover:hover {
  --gradient-from-color: #00233F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
}

.hover\:from-blueMedium:hover {
  --gradient-from-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.hover\:from-blueMediumHover:hover {
  --gradient-from-color: #00294B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
}

.hover\:from-blue:hover {
  --gradient-from-color: #0065bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
}

.hover\:from-blueProgrammaBack:hover {
  --gradient-from-color: #0066b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
}

.hover\:from-blueHover:hover {
  --gradient-from-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.hover\:from-blueLightDarker:hover {
  --gradient-from-color: #7BB1CF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
}

.hover\:from-blueLightDark:hover {
  --gradient-from-color: #A4D2EC;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
}

.hover\:from-perano:hover {
  --gradient-from-color: #A6D1F4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
}

.hover\:from-blueLight:hover {
  --gradient-from-color: #b7dbf9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
}

.hover\:from-bluePersian:hover {
  --gradient-from-color: #0169B4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
}

.hover\:from-mediumElectricBlue:hover {
  --gradient-from-color: #0057A0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
}

.hover\:from-red:hover {
  --gradient-from-color: #e70000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
}

.hover\:from-redCadmium:hover {
  --gradient-from-color: #E30413;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
}

.hover\:from-redHover:hover {
  --gradient-from-color: #AA030D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
}

.hover\:from-yellow:hover {
  --gradient-from-color: #ff6f03;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
}

.hover\:from-yellowHover:hover {
  --gradient-from-color: #FF9103;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
}

.hover\:from-greyLighter:hover {
  --gradient-from-color: #F6F5F3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
}

.hover\:from-greyLight:hover {
  --gradient-from-color: #E2E2E2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
}

.hover\:from-grey:hover {
  --gradient-from-color: #E6E3DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
}

.hover\:from-greyMedium:hover {
  --gradient-from-color: #DDD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
}

.hover\:from-greyWarm:hover {
  --gradient-from-color: #939283;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
}

.hover\:from-darkGrey:hover {
  --gradient-from-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.hover\:from-darkGreyHover:hover {
  --gradient-from-color: #212121;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
}

.hover\:from-shadedFilters:hover {
  --gradient-from-color: rgba(0, 0, 0, 0.05);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-thunderBlack:hover {
  --gradient-from-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.hover\:from-greyText:hover {
  --gradient-from-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.hover\:from-greyTextForm:hover {
  --gradient-from-color: #929292;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
}

.hover\:from-mountainMist:hover {
  --gradient-from-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.hover\:from-transparent:hover {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-black:hover {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:via-flesh:hover {
  --gradient-via-color: #ffbe8d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
}

.hover\:via-gulfBlue:hover {
  --gradient-via-color: #001959;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
}

.hover\:via-blueDark:hover {
  --gradient-via-color: #001b5b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
}

.hover\:via-blueCheckbox:hover {
  --gradient-via-color: #2F7094;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
}

.hover\:via-blueCyan:hover {
  --gradient-via-color: #00518C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
}

.hover\:via-blueDarkHover:hover {
  --gradient-via-color: #00233F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
}

.hover\:via-blueMedium:hover {
  --gradient-via-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.hover\:via-blueMediumHover:hover {
  --gradient-via-color: #00294B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
}

.hover\:via-blue:hover {
  --gradient-via-color: #0065bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
}

.hover\:via-blueProgrammaBack:hover {
  --gradient-via-color: #0066b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
}

.hover\:via-blueHover:hover {
  --gradient-via-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.hover\:via-blueLightDarker:hover {
  --gradient-via-color: #7BB1CF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
}

.hover\:via-blueLightDark:hover {
  --gradient-via-color: #A4D2EC;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
}

.hover\:via-perano:hover {
  --gradient-via-color: #A6D1F4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
}

.hover\:via-blueLight:hover {
  --gradient-via-color: #b7dbf9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
}

.hover\:via-bluePersian:hover {
  --gradient-via-color: #0169B4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
}

.hover\:via-mediumElectricBlue:hover {
  --gradient-via-color: #0057A0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
}

.hover\:via-red:hover {
  --gradient-via-color: #e70000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
}

.hover\:via-redCadmium:hover {
  --gradient-via-color: #E30413;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
}

.hover\:via-redHover:hover {
  --gradient-via-color: #AA030D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
}

.hover\:via-yellow:hover {
  --gradient-via-color: #ff6f03;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
}

.hover\:via-yellowHover:hover {
  --gradient-via-color: #FF9103;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
}

.hover\:via-greyLighter:hover {
  --gradient-via-color: #F6F5F3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
}

.hover\:via-greyLight:hover {
  --gradient-via-color: #E2E2E2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
}

.hover\:via-grey:hover {
  --gradient-via-color: #E6E3DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
}

.hover\:via-greyMedium:hover {
  --gradient-via-color: #DDD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
}

.hover\:via-greyWarm:hover {
  --gradient-via-color: #939283;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
}

.hover\:via-darkGrey:hover {
  --gradient-via-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.hover\:via-darkGreyHover:hover {
  --gradient-via-color: #212121;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
}

.hover\:via-shadedFilters:hover {
  --gradient-via-color: rgba(0, 0, 0, 0.05);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-thunderBlack:hover {
  --gradient-via-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.hover\:via-greyText:hover {
  --gradient-via-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.hover\:via-greyTextForm:hover {
  --gradient-via-color: #929292;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
}

.hover\:via-mountainMist:hover {
  --gradient-via-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.hover\:via-transparent:hover {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-black:hover {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:to-flesh:hover {
  --gradient-to-color: #ffbe8d;
}

.hover\:to-gulfBlue:hover {
  --gradient-to-color: #001959;
}

.hover\:to-blueDark:hover {
  --gradient-to-color: #001b5b;
}

.hover\:to-blueCheckbox:hover {
  --gradient-to-color: #2F7094;
}

.hover\:to-blueCyan:hover {
  --gradient-to-color: #00518C;
}

.hover\:to-blueDarkHover:hover {
  --gradient-to-color: #00233F;
}

.hover\:to-blueMedium:hover {
  --gradient-to-color: #003F6D;
}

.hover\:to-blueMediumHover:hover {
  --gradient-to-color: #00294B;
}

.hover\:to-blue:hover {
  --gradient-to-color: #0065bb;
}

.hover\:to-blueProgrammaBack:hover {
  --gradient-to-color: #0066b7;
}

.hover\:to-blueHover:hover {
  --gradient-to-color: #003F6D;
}

.hover\:to-blueLightDarker:hover {
  --gradient-to-color: #7BB1CF;
}

.hover\:to-blueLightDark:hover {
  --gradient-to-color: #A4D2EC;
}

.hover\:to-perano:hover {
  --gradient-to-color: #A6D1F4;
}

.hover\:to-blueLight:hover {
  --gradient-to-color: #b7dbf9;
}

.hover\:to-bluePersian:hover {
  --gradient-to-color: #0169B4;
}

.hover\:to-mediumElectricBlue:hover {
  --gradient-to-color: #0057A0;
}

.hover\:to-red:hover {
  --gradient-to-color: #e70000;
}

.hover\:to-redCadmium:hover {
  --gradient-to-color: #E30413;
}

.hover\:to-redHover:hover {
  --gradient-to-color: #AA030D;
}

.hover\:to-yellow:hover {
  --gradient-to-color: #ff6f03;
}

.hover\:to-yellowHover:hover {
  --gradient-to-color: #FF9103;
}

.hover\:to-greyLighter:hover {
  --gradient-to-color: #F6F5F3;
}

.hover\:to-greyLight:hover {
  --gradient-to-color: #E2E2E2;
}

.hover\:to-grey:hover {
  --gradient-to-color: #E6E3DF;
}

.hover\:to-greyMedium:hover {
  --gradient-to-color: #DDD;
}

.hover\:to-greyWarm:hover {
  --gradient-to-color: #939283;
}

.hover\:to-darkGrey:hover {
  --gradient-to-color: #2D2D2D;
}

.hover\:to-darkGreyHover:hover {
  --gradient-to-color: #212121;
}

.hover\:to-shadedFilters:hover {
  --gradient-to-color: rgba(0, 0, 0, 0.05);
}

.hover\:to-thunderBlack:hover {
  --gradient-to-color: #2D2D2D;
}

.hover\:to-greyText:hover {
  --gradient-to-color: #949494;
}

.hover\:to-greyTextForm:hover {
  --gradient-to-color: #929292;
}

.hover\:to-mountainMist:hover {
  --gradient-to-color: #949494;
}

.hover\:to-transparent:hover {
  --gradient-to-color: transparent;
}

.hover\:to-black:hover {
  --gradient-to-color: #000;
}

.hover\:to-white:hover {
  --gradient-to-color: #fff;
}

.focus\:from-flesh:focus {
  --gradient-from-color: #ffbe8d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
}

.focus\:from-gulfBlue:focus {
  --gradient-from-color: #001959;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
}

.focus\:from-blueDark:focus {
  --gradient-from-color: #001b5b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
}

.focus\:from-blueCheckbox:focus {
  --gradient-from-color: #2F7094;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
}

.focus\:from-blueCyan:focus {
  --gradient-from-color: #00518C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
}

.focus\:from-blueDarkHover:focus {
  --gradient-from-color: #00233F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
}

.focus\:from-blueMedium:focus {
  --gradient-from-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.focus\:from-blueMediumHover:focus {
  --gradient-from-color: #00294B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
}

.focus\:from-blue:focus {
  --gradient-from-color: #0065bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
}

.focus\:from-blueProgrammaBack:focus {
  --gradient-from-color: #0066b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
}

.focus\:from-blueHover:focus {
  --gradient-from-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.focus\:from-blueLightDarker:focus {
  --gradient-from-color: #7BB1CF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
}

.focus\:from-blueLightDark:focus {
  --gradient-from-color: #A4D2EC;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
}

.focus\:from-perano:focus {
  --gradient-from-color: #A6D1F4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
}

.focus\:from-blueLight:focus {
  --gradient-from-color: #b7dbf9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
}

.focus\:from-bluePersian:focus {
  --gradient-from-color: #0169B4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
}

.focus\:from-mediumElectricBlue:focus {
  --gradient-from-color: #0057A0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
}

.focus\:from-red:focus {
  --gradient-from-color: #e70000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
}

.focus\:from-redCadmium:focus {
  --gradient-from-color: #E30413;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
}

.focus\:from-redHover:focus {
  --gradient-from-color: #AA030D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
}

.focus\:from-yellow:focus {
  --gradient-from-color: #ff6f03;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
}

.focus\:from-yellowHover:focus {
  --gradient-from-color: #FF9103;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
}

.focus\:from-greyLighter:focus {
  --gradient-from-color: #F6F5F3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
}

.focus\:from-greyLight:focus {
  --gradient-from-color: #E2E2E2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
}

.focus\:from-grey:focus {
  --gradient-from-color: #E6E3DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
}

.focus\:from-greyMedium:focus {
  --gradient-from-color: #DDD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
}

.focus\:from-greyWarm:focus {
  --gradient-from-color: #939283;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
}

.focus\:from-darkGrey:focus {
  --gradient-from-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.focus\:from-darkGreyHover:focus {
  --gradient-from-color: #212121;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
}

.focus\:from-shadedFilters:focus {
  --gradient-from-color: rgba(0, 0, 0, 0.05);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-thunderBlack:focus {
  --gradient-from-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.focus\:from-greyText:focus {
  --gradient-from-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.focus\:from-greyTextForm:focus {
  --gradient-from-color: #929292;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
}

.focus\:from-mountainMist:focus {
  --gradient-from-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.focus\:from-transparent:focus {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-black:focus {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:via-flesh:focus {
  --gradient-via-color: #ffbe8d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
}

.focus\:via-gulfBlue:focus {
  --gradient-via-color: #001959;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
}

.focus\:via-blueDark:focus {
  --gradient-via-color: #001b5b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
}

.focus\:via-blueCheckbox:focus {
  --gradient-via-color: #2F7094;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
}

.focus\:via-blueCyan:focus {
  --gradient-via-color: #00518C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
}

.focus\:via-blueDarkHover:focus {
  --gradient-via-color: #00233F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
}

.focus\:via-blueMedium:focus {
  --gradient-via-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.focus\:via-blueMediumHover:focus {
  --gradient-via-color: #00294B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
}

.focus\:via-blue:focus {
  --gradient-via-color: #0065bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
}

.focus\:via-blueProgrammaBack:focus {
  --gradient-via-color: #0066b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
}

.focus\:via-blueHover:focus {
  --gradient-via-color: #003F6D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
}

.focus\:via-blueLightDarker:focus {
  --gradient-via-color: #7BB1CF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
}

.focus\:via-blueLightDark:focus {
  --gradient-via-color: #A4D2EC;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
}

.focus\:via-perano:focus {
  --gradient-via-color: #A6D1F4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
}

.focus\:via-blueLight:focus {
  --gradient-via-color: #b7dbf9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
}

.focus\:via-bluePersian:focus {
  --gradient-via-color: #0169B4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
}

.focus\:via-mediumElectricBlue:focus {
  --gradient-via-color: #0057A0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
}

.focus\:via-red:focus {
  --gradient-via-color: #e70000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
}

.focus\:via-redCadmium:focus {
  --gradient-via-color: #E30413;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
}

.focus\:via-redHover:focus {
  --gradient-via-color: #AA030D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
}

.focus\:via-yellow:focus {
  --gradient-via-color: #ff6f03;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
}

.focus\:via-yellowHover:focus {
  --gradient-via-color: #FF9103;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
}

.focus\:via-greyLighter:focus {
  --gradient-via-color: #F6F5F3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
}

.focus\:via-greyLight:focus {
  --gradient-via-color: #E2E2E2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
}

.focus\:via-grey:focus {
  --gradient-via-color: #E6E3DF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
}

.focus\:via-greyMedium:focus {
  --gradient-via-color: #DDD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
}

.focus\:via-greyWarm:focus {
  --gradient-via-color: #939283;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
}

.focus\:via-darkGrey:focus {
  --gradient-via-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.focus\:via-darkGreyHover:focus {
  --gradient-via-color: #212121;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
}

.focus\:via-shadedFilters:focus {
  --gradient-via-color: rgba(0, 0, 0, 0.05);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-thunderBlack:focus {
  --gradient-via-color: #2D2D2D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
}

.focus\:via-greyText:focus {
  --gradient-via-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.focus\:via-greyTextForm:focus {
  --gradient-via-color: #929292;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
}

.focus\:via-mountainMist:focus {
  --gradient-via-color: #949494;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
}

.focus\:via-transparent:focus {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-black:focus {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:to-flesh:focus {
  --gradient-to-color: #ffbe8d;
}

.focus\:to-gulfBlue:focus {
  --gradient-to-color: #001959;
}

.focus\:to-blueDark:focus {
  --gradient-to-color: #001b5b;
}

.focus\:to-blueCheckbox:focus {
  --gradient-to-color: #2F7094;
}

.focus\:to-blueCyan:focus {
  --gradient-to-color: #00518C;
}

.focus\:to-blueDarkHover:focus {
  --gradient-to-color: #00233F;
}

.focus\:to-blueMedium:focus {
  --gradient-to-color: #003F6D;
}

.focus\:to-blueMediumHover:focus {
  --gradient-to-color: #00294B;
}

.focus\:to-blue:focus {
  --gradient-to-color: #0065bb;
}

.focus\:to-blueProgrammaBack:focus {
  --gradient-to-color: #0066b7;
}

.focus\:to-blueHover:focus {
  --gradient-to-color: #003F6D;
}

.focus\:to-blueLightDarker:focus {
  --gradient-to-color: #7BB1CF;
}

.focus\:to-blueLightDark:focus {
  --gradient-to-color: #A4D2EC;
}

.focus\:to-perano:focus {
  --gradient-to-color: #A6D1F4;
}

.focus\:to-blueLight:focus {
  --gradient-to-color: #b7dbf9;
}

.focus\:to-bluePersian:focus {
  --gradient-to-color: #0169B4;
}

.focus\:to-mediumElectricBlue:focus {
  --gradient-to-color: #0057A0;
}

.focus\:to-red:focus {
  --gradient-to-color: #e70000;
}

.focus\:to-redCadmium:focus {
  --gradient-to-color: #E30413;
}

.focus\:to-redHover:focus {
  --gradient-to-color: #AA030D;
}

.focus\:to-yellow:focus {
  --gradient-to-color: #ff6f03;
}

.focus\:to-yellowHover:focus {
  --gradient-to-color: #FF9103;
}

.focus\:to-greyLighter:focus {
  --gradient-to-color: #F6F5F3;
}

.focus\:to-greyLight:focus {
  --gradient-to-color: #E2E2E2;
}

.focus\:to-grey:focus {
  --gradient-to-color: #E6E3DF;
}

.focus\:to-greyMedium:focus {
  --gradient-to-color: #DDD;
}

.focus\:to-greyWarm:focus {
  --gradient-to-color: #939283;
}

.focus\:to-darkGrey:focus {
  --gradient-to-color: #2D2D2D;
}

.focus\:to-darkGreyHover:focus {
  --gradient-to-color: #212121;
}

.focus\:to-shadedFilters:focus {
  --gradient-to-color: rgba(0, 0, 0, 0.05);
}

.focus\:to-thunderBlack:focus {
  --gradient-to-color: #2D2D2D;
}

.focus\:to-greyText:focus {
  --gradient-to-color: #949494;
}

.focus\:to-greyTextForm:focus {
  --gradient-to-color: #929292;
}

.focus\:to-mountainMist:focus {
  --gradient-to-color: #949494;
}

.focus\:to-transparent:focus {
  --gradient-to-color: transparent;
}

.focus\:to-black:focus {
  --gradient-to-color: #000;
}

.focus\:to-white:focus {
  --gradient-to-color: #fff;
}

.bg-opacity-0 {
  --bg-opacity: 0;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.bg-opacity-35 {
  --bg-opacity: 0.35;
}

.bg-opacity-45 {
  --bg-opacity: 0.45;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0;
}

.hover\:bg-opacity-25:hover {
  --bg-opacity: 0.25;
}

.hover\:bg-opacity-35:hover {
  --bg-opacity: 0.35;
}

.hover\:bg-opacity-45:hover {
  --bg-opacity: 0.45;
}

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5;
}

.hover\:bg-opacity-75:hover {
  --bg-opacity: 0.75;
}

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1;
}

.focus\:bg-opacity-0:focus {
  --bg-opacity: 0;
}

.focus\:bg-opacity-25:focus {
  --bg-opacity: 0.25;
}

.focus\:bg-opacity-35:focus {
  --bg-opacity: 0.35;
}

.focus\:bg-opacity-45:focus {
  --bg-opacity: 0.45;
}

.focus\:bg-opacity-50:focus {
  --bg-opacity: 0.5;
}

.focus\:bg-opacity-75:focus {
  --bg-opacity: 0.75;
}

.focus\:bg-opacity-100:focus {
  --bg-opacity: 1;
}

.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-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-flesh {
  --border-opacity: 1;
  border-color: #ffbe8d;
  border-color: rgba(255, 190, 141, var(--border-opacity));
}

.border-gulfBlue {
  --border-opacity: 1;
  border-color: #001959;
  border-color: rgba(0, 25, 89, var(--border-opacity));
}

.border-blueDark {
  --border-opacity: 1;
  border-color: #001b5b;
  border-color: rgba(0, 27, 91, var(--border-opacity));
}

.border-blueCheckbox {
  --border-opacity: 1;
  border-color: #2F7094;
  border-color: rgba(47, 112, 148, var(--border-opacity));
}

.border-blueCyan {
  --border-opacity: 1;
  border-color: #00518C;
  border-color: rgba(0, 81, 140, var(--border-opacity));
}

.border-blueDarkHover {
  --border-opacity: 1;
  border-color: #00233F;
  border-color: rgba(0, 35, 63, var(--border-opacity));
}

.border-blueMedium {
  --border-opacity: 1;
  border-color: #003F6D;
  border-color: rgba(0, 63, 109, var(--border-opacity));
}

.border-blueMediumHover {
  --border-opacity: 1;
  border-color: #00294B;
  border-color: rgba(0, 41, 75, var(--border-opacity));
}

.border-blue {
  --border-opacity: 1;
  border-color: #0065bb;
  border-color: rgba(0, 101, 187, var(--border-opacity));
}

.border-blueProgrammaBack {
  --border-opacity: 1;
  border-color: #0066b7;
  border-color: rgba(0, 102, 183, var(--border-opacity));
}

.border-blueHover {
  --border-opacity: 1;
  border-color: #003F6D;
  border-color: rgba(0, 63, 109, var(--border-opacity));
}

.border-blueLightDarker {
  --border-opacity: 1;
  border-color: #7BB1CF;
  border-color: rgba(123, 177, 207, var(--border-opacity));
}

.border-blueLightDark {
  --border-opacity: 1;
  border-color: #A4D2EC;
  border-color: rgba(164, 210, 236, var(--border-opacity));
}

.border-perano {
  --border-opacity: 1;
  border-color: #A6D1F4;
  border-color: rgba(166, 209, 244, var(--border-opacity));
}

.border-blueLight {
  --border-opacity: 1;
  border-color: #b7dbf9;
  border-color: rgba(183, 219, 249, var(--border-opacity));
}

.border-bluePersian {
  --border-opacity: 1;
  border-color: #0169B4;
  border-color: rgba(1, 105, 180, var(--border-opacity));
}

.border-mediumElectricBlue {
  --border-opacity: 1;
  border-color: #0057A0;
  border-color: rgba(0, 87, 160, var(--border-opacity));
}

.border-red {
  --border-opacity: 1;
  border-color: #e70000;
  border-color: rgba(231, 0, 0, var(--border-opacity));
}

.border-redCadmium {
  --border-opacity: 1;
  border-color: #E30413;
  border-color: rgba(227, 4, 19, var(--border-opacity));
}

.border-redHover {
  --border-opacity: 1;
  border-color: #AA030D;
  border-color: rgba(170, 3, 13, var(--border-opacity));
}

.border-yellow {
  --border-opacity: 1;
  border-color: #ff6f03;
  border-color: rgba(255, 111, 3, var(--border-opacity));
}

.border-yellowHover {
  --border-opacity: 1;
  border-color: #FF9103;
  border-color: rgba(255, 145, 3, var(--border-opacity));
}

.border-greyLighter {
  --border-opacity: 1;
  border-color: #F6F5F3;
  border-color: rgba(246, 245, 243, var(--border-opacity));
}

.border-greyLight {
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
}

.border-grey {
  --border-opacity: 1;
  border-color: #E6E3DF;
  border-color: rgba(230, 227, 223, var(--border-opacity));
}

.border-greyMedium {
  --border-opacity: 1;
  border-color: #DDD;
  border-color: rgba(221, 221, 221, var(--border-opacity));
}

.border-greyWarm {
  --border-opacity: 1;
  border-color: #939283;
  border-color: rgba(147, 146, 131, var(--border-opacity));
}

.border-darkGrey {
  --border-opacity: 1;
  border-color: #2D2D2D;
  border-color: rgba(45, 45, 45, var(--border-opacity));
}

.border-darkGreyHover {
  --border-opacity: 1;
  border-color: #212121;
  border-color: rgba(33, 33, 33, var(--border-opacity));
}

.border-shadedFilters {
  border-color: rgba(0, 0, 0, 0.05);
}

.border-thunderBlack {
  --border-opacity: 1;
  border-color: #2D2D2D;
  border-color: rgba(45, 45, 45, var(--border-opacity));
}

.border-greyText {
  --border-opacity: 1;
  border-color: #949494;
  border-color: rgba(148, 148, 148, var(--border-opacity));
}

.border-greyTextForm {
  --border-opacity: 1;
  border-color: #929292;
  border-color: rgba(146, 146, 146, var(--border-opacity));
}

.border-mountainMist {
  --border-opacity: 1;
  border-color: #949494;
  border-color: rgba(148, 148, 148, var(--border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.hover\:border-flesh:hover {
  --border-opacity: 1;
  border-color: #ffbe8d;
  border-color: rgba(255, 190, 141, var(--border-opacity));
}

.hover\:border-gulfBlue:hover {
  --border-opacity: 1;
  border-color: #001959;
  border-color: rgba(0, 25, 89, var(--border-opacity));
}

.hover\:border-blueDark:hover {
  --border-opacity: 1;
  border-color: #001b5b;
  border-color: rgba(0, 27, 91, var(--border-opacity));
}

.hover\:border-blueCheckbox:hover {
  --border-opacity: 1;
  border-color: #2F7094;
  border-color: rgba(47, 112, 148, var(--border-opacity));
}

.hover\:border-blueCyan:hover {
  --border-opacity: 1;
  border-color: #00518C;
  border-color: rgba(0, 81, 140, var(--border-opacity));
}

.hover\:border-blueDarkHover:hover {
  --border-opacity: 1;
  border-color: #00233F;
  border-color: rgba(0, 35, 63, var(--border-opacity));
}

.hover\:border-blueMedium:hover {
  --border-opacity: 1;
  border-color: #003F6D;
  border-color: rgba(0, 63, 109, var(--border-opacity));
}

.hover\:border-blueMediumHover:hover {
  --border-opacity: 1;
  border-color: #00294B;
  border-color: rgba(0, 41, 75, var(--border-opacity));
}

.hover\:border-blue:hover {
  --border-opacity: 1;
  border-color: #0065bb;
  border-color: rgba(0, 101, 187, var(--border-opacity));
}

.hover\:border-blueProgrammaBack:hover {
  --border-opacity: 1;
  border-color: #0066b7;
  border-color: rgba(0, 102, 183, var(--border-opacity));
}

.hover\:border-blueHover:hover {
  --border-opacity: 1;
  border-color: #003F6D;
  border-color: rgba(0, 63, 109, var(--border-opacity));
}

.hover\:border-blueLightDarker:hover {
  --border-opacity: 1;
  border-color: #7BB1CF;
  border-color: rgba(123, 177, 207, var(--border-opacity));
}

.hover\:border-blueLightDark:hover {
  --border-opacity: 1;
  border-color: #A4D2EC;
  border-color: rgba(164, 210, 236, var(--border-opacity));
}

.hover\:border-perano:hover {
  --border-opacity: 1;
  border-color: #A6D1F4;
  border-color: rgba(166, 209, 244, var(--border-opacity));
}

.hover\:border-blueLight:hover {
  --border-opacity: 1;
  border-color: #b7dbf9;
  border-color: rgba(183, 219, 249, var(--border-opacity));
}

.hover\:border-bluePersian:hover {
  --border-opacity: 1;
  border-color: #0169B4;
  border-color: rgba(1, 105, 180, var(--border-opacity));
}

.hover\:border-mediumElectricBlue:hover {
  --border-opacity: 1;
  border-color: #0057A0;
  border-color: rgba(0, 87, 160, var(--border-opacity));
}

.hover\:border-red:hover {
  --border-opacity: 1;
  border-color: #e70000;
  border-color: rgba(231, 0, 0, var(--border-opacity));
}

.hover\:border-redCadmium:hover {
  --border-opacity: 1;
  border-color: #E30413;
  border-color: rgba(227, 4, 19, var(--border-opacity));
}

.hover\:border-redHover:hover {
  --border-opacity: 1;
  border-color: #AA030D;
  border-color: rgba(170, 3, 13, var(--border-opacity));
}

.hover\:border-yellow:hover {
  --border-opacity: 1;
  border-color: #ff6f03;
  border-color: rgba(255, 111, 3, var(--border-opacity));
}

.hover\:border-yellowHover:hover {
  --border-opacity: 1;
  border-color: #FF9103;
  border-color: rgba(255, 145, 3, var(--border-opacity));
}

.hover\:border-greyLighter:hover {
  --border-opacity: 1;
  border-color: #F6F5F3;
  border-color: rgba(246, 245, 243, var(--border-opacity));
}

.hover\:border-greyLight:hover {
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
}

.hover\:border-grey:hover {
  --border-opacity: 1;
  border-color: #E6E3DF;
  border-color: rgba(230, 227, 223, var(--border-opacity));
}

.hover\:border-greyMedium:hover {
  --border-opacity: 1;
  border-color: #DDD;
  border-color: rgba(221, 221, 221, var(--border-opacity));
}

.hover\:border-greyWarm:hover {
  --border-opacity: 1;
  border-color: #939283;
  border-color: rgba(147, 146, 131, var(--border-opacity));
}

.hover\:border-darkGrey:hover {
  --border-opacity: 1;
  border-color: #2D2D2D;
  border-color: rgba(45, 45, 45, var(--border-opacity));
}

.hover\:border-darkGreyHover:hover {
  --border-opacity: 1;
  border-color: #212121;
  border-color: rgba(33, 33, 33, var(--border-opacity));
}

.hover\:border-shadedFilters:hover {
  border-color: rgba(0, 0, 0, 0.05);
}

.hover\:border-thunderBlack:hover {
  --border-opacity: 1;
  border-color: #2D2D2D;
  border-color: rgba(45, 45, 45, var(--border-opacity));
}

.hover\:border-greyText:hover {
  --border-opacity: 1;
  border-color: #949494;
  border-color: rgba(148, 148, 148, var(--border-opacity));
}

.hover\:border-greyTextForm:hover {
  --border-opacity: 1;
  border-color: #929292;
  border-color: rgba(146, 146, 146, var(--border-opacity));
}

.hover\:border-mountainMist:hover {
  --border-opacity: 1;
  border-color: #949494;
  border-color: rgba(148, 148, 148, var(--border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-black:hover {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.hover\:border-white:hover {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.focus\:border-flesh:focus {
  --border-opacity: 1;
  border-color: #ffbe8d;
  border-color: rgba(255, 190, 141, var(--border-opacity));
}

.focus\:border-gulfBlue:focus {
  --border-opacity: 1;
  border-color: #001959;
  border-color: rgba(0, 25, 89, var(--border-opacity));
}

.focus\:border-blueDark:focus {
  --border-opacity: 1;
  border-color: #001b5b;
  border-color: rgba(0, 27, 91, var(--border-opacity));
}

.focus\:border-blueCheckbox:focus {
  --border-opacity: 1;
  border-color: #2F7094;
  border-color: rgba(47, 112, 148, var(--border-opacity));
}

.focus\:border-blueCyan:focus {
  --border-opacity: 1;
  border-color: #00518C;
  border-color: rgba(0, 81, 140, var(--border-opacity));
}

.focus\:border-blueDarkHover:focus {
  --border-opacity: 1;
  border-color: #00233F;
  border-color: rgba(0, 35, 63, var(--border-opacity));
}

.focus\:border-blueMedium:focus {
  --border-opacity: 1;
  border-color: #003F6D;
  border-color: rgba(0, 63, 109, var(--border-opacity));
}

.focus\:border-blueMediumHover:focus {
  --border-opacity: 1;
  border-color: #00294B;
  border-color: rgba(0, 41, 75, var(--border-opacity));
}

.focus\:border-blue:focus {
  --border-opacity: 1;
  border-color: #0065bb;
  border-color: rgba(0, 101, 187, var(--border-opacity));
}

.focus\:border-blueProgrammaBack:focus {
  --border-opacity: 1;
  border-color: #0066b7;
  border-color: rgba(0, 102, 183, var(--border-opacity));
}

.focus\:border-blueHover:focus {
  --border-opacity: 1;
  border-color: #003F6D;
  border-color: rgba(0, 63, 109, var(--border-opacity));
}

.focus\:border-blueLightDarker:focus {
  --border-opacity: 1;
  border-color: #7BB1CF;
  border-color: rgba(123, 177, 207, var(--border-opacity));
}

.focus\:border-blueLightDark:focus {
  --border-opacity: 1;
  border-color: #A4D2EC;
  border-color: rgba(164, 210, 236, var(--border-opacity));
}

.focus\:border-perano:focus {
  --border-opacity: 1;
  border-color: #A6D1F4;
  border-color: rgba(166, 209, 244, var(--border-opacity));
}

.focus\:border-blueLight:focus {
  --border-opacity: 1;
  border-color: #b7dbf9;
  border-color: rgba(183, 219, 249, var(--border-opacity));
}

.focus\:border-bluePersian:focus {
  --border-opacity: 1;
  border-color: #0169B4;
  border-color: rgba(1, 105, 180, var(--border-opacity));
}

.focus\:border-mediumElectricBlue:focus {
  --border-opacity: 1;
  border-color: #0057A0;
  border-color: rgba(0, 87, 160, var(--border-opacity));
}

.focus\:border-red:focus {
  --border-opacity: 1;
  border-color: #e70000;
  border-color: rgba(231, 0, 0, var(--border-opacity));
}

.focus\:border-redCadmium:focus {
  --border-opacity: 1;
  border-color: #E30413;
  border-color: rgba(227, 4, 19, var(--border-opacity));
}

.focus\:border-redHover:focus {
  --border-opacity: 1;
  border-color: #AA030D;
  border-color: rgba(170, 3, 13, var(--border-opacity));
}

.focus\:border-yellow:focus {
  --border-opacity: 1;
  border-color: #ff6f03;
  border-color: rgba(255, 111, 3, var(--border-opacity));
}

.focus\:border-yellowHover:focus {
  --border-opacity: 1;
  border-color: #FF9103;
  border-color: rgba(255, 145, 3, var(--border-opacity));
}

.focus\:border-greyLighter:focus {
  --border-opacity: 1;
  border-color: #F6F5F3;
  border-color: rgba(246, 245, 243, var(--border-opacity));
}

.focus\:border-greyLight:focus {
  --border-opacity: 1;
  border-color: #E2E2E2;
  border-color: rgba(226, 226, 226, var(--border-opacity));
}

.focus\:border-grey:focus {
  --border-opacity: 1;
  border-color: #E6E3DF;
  border-color: rgba(230, 227, 223, var(--border-opacity));
}

.focus\:border-greyMedium:focus {
  --border-opacity: 1;
  border-color: #DDD;
  border-color: rgba(221, 221, 221, var(--border-opacity));
}

.focus\:border-greyWarm:focus {
  --border-opacity: 1;
  border-color: #939283;
  border-color: rgba(147, 146, 131, var(--border-opacity));
}

.focus\:border-darkGrey:focus {
  --border-opacity: 1;
  border-color: #2D2D2D;
  border-color: rgba(45, 45, 45, var(--border-opacity));
}

.focus\:border-darkGreyHover:focus {
  --border-opacity: 1;
  border-color: #212121;
  border-color: rgba(33, 33, 33, var(--border-opacity));
}

.focus\:border-shadedFilters:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

.focus\:border-thunderBlack:focus {
  --border-opacity: 1;
  border-color: #2D2D2D;
  border-color: rgba(45, 45, 45, var(--border-opacity));
}

.focus\:border-greyText:focus {
  --border-opacity: 1;
  border-color: #949494;
  border-color: rgba(148, 148, 148, var(--border-opacity));
}

.focus\:border-greyTextForm:focus {
  --border-opacity: 1;
  border-color: #929292;
  border-color: rgba(146, 146, 146, var(--border-opacity));
}

.focus\:border-mountainMist:focus {
  --border-opacity: 1;
  border-color: #949494;
  border-color: rgba(148, 148, 148, var(--border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-black:focus {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.focus\:border-white:focus {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-opacity-0 {
  --border-opacity: 0;
}

.border-opacity-25 {
  --border-opacity: 0.25;
}

.border-opacity-35 {
  --border-opacity: 0.35;
}

.border-opacity-45 {
  --border-opacity: 0.45;
}

.border-opacity-50 {
  --border-opacity: 0.5;
}

.border-opacity-75 {
  --border-opacity: 0.75;
}

.border-opacity-100 {
  --border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --border-opacity: 0;
}

.hover\:border-opacity-25:hover {
  --border-opacity: 0.25;
}

.hover\:border-opacity-35:hover {
  --border-opacity: 0.35;
}

.hover\:border-opacity-45:hover {
  --border-opacity: 0.45;
}

.hover\:border-opacity-50:hover {
  --border-opacity: 0.5;
}

.hover\:border-opacity-75:hover {
  --border-opacity: 0.75;
}

.hover\:border-opacity-100:hover {
  --border-opacity: 1;
}

.focus\:border-opacity-0:focus {
  --border-opacity: 0;
}

.focus\:border-opacity-25:focus {
  --border-opacity: 0.25;
}

.focus\:border-opacity-35:focus {
  --border-opacity: 0.35;
}

.focus\:border-opacity-45:focus {
  --border-opacity: 0.45;
}

.focus\:border-opacity-50:focus {
  --border-opacity: 0.5;
}

.focus\:border-opacity-75:focus {
  --border-opacity: 0.75;
}

.focus\:border-opacity-100:focus {
  --border-opacity: 1;
}

.rounded-2 {
  border-radius: 2px;
}

.rounded-6 {
  border-radius: 6px;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-2 {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.rounded-r-2 {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.rounded-b-2 {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.rounded-l-2 {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.rounded-t-6 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.rounded-r-6 {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.rounded-b-6 {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.rounded-l-6 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-2 {
  border-top-left-radius: 2px;
}

.rounded-tr-2 {
  border-top-right-radius: 2px;
}

.rounded-br-2 {
  border-bottom-right-radius: 2px;
}

.rounded-bl-2 {
  border-bottom-left-radius: 2px;
}

.rounded-tl-6 {
  border-top-left-radius: 6px;
}

.rounded-tr-6 {
  border-top-right-radius: 6px;
}

.rounded-br-6 {
  border-bottom-right-radius: 6px;
}

.rounded-bl-6 {
  border-bottom-left-radius: 6px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

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

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

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.box-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.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-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: 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;
}

.hidden {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.place-items-auto {
  place-items: auto;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

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

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.justify-items-auto {
  justify-items: auto;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

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

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-initial {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-first {
  -webkit-box-ordinal-group: -9998;
      -ms-flex-order: -9999;
          order: -9999;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.order-none {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.font-sans {
  font-family: Bauziet, Goodot, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  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;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-22 {
  height: 5.5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-12px {
  font-size: 12px;
}

.text-14px {
  font-size: 14px;
}

.text-15px {
  font-size: 15px;
}

.text-16px {
  font-size: 16px;
}

.text-17px {
  font-size: 17px;
}

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

.text-20px {
  font-size: 20px;
}

.text-22px {
  font-size: 22px;
}

.text-24px {
  font-size: 24px;
}

.text-26px {
  font-size: 26px;
}

.text-30px {
  font-size: 30px;
}

.text-35px {
  font-size: 35px;
}

.text-40px {
  font-size: 40px;
}

.text-45px {
  font-size: 45px;
}

.text-50px {
  font-size: 50px;
}

.text-60px {
  font-size: 60px;
}

.text-70px {
  font-size: 70px;
}

.text-90px {
  font-size: 90px;
}

.text-97px {
  font-size: 97px;
}

.text-100px {
  font-size: 100px;
}

.text-150px {
  font-size: 150px;
}

.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-cramp {
  line-height: 0.75;
}

.leading-none {
  line-height: 1;
}

.leading-tighter {
  line-height: 1.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;
}

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

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-22 {
  margin: 5.5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

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

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

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

.my-22 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.mx-22 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

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

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

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

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

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

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

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

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

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

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

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

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

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

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

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

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

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

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

.-my-22 {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.-mx-22 {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

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

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

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

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

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

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

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

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

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

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

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-22 {
  margin-top: 5.5rem;
}

.mr-22 {
  margin-right: 5.5rem;
}

.mb-22 {
  margin-bottom: 5.5rem;
}

.ml-22 {
  margin-left: 5.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-22 {
  margin-top: -5.5rem;
}

.-mr-22 {
  margin-right: -5.5rem;
}

.-mb-22 {
  margin-bottom: -5.5rem;
}

.-ml-22 {
  margin-left: -5.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first\:m-0:first-child {
  margin: 0;
}

.first\:m-1:first-child {
  margin: 0.25rem;
}

.first\:m-2:first-child {
  margin: 0.5rem;
}

.first\:m-3:first-child {
  margin: 0.75rem;
}

.first\:m-4:first-child {
  margin: 1rem;
}

.first\:m-5:first-child {
  margin: 1.25rem;
}

.first\:m-6:first-child {
  margin: 1.5rem;
}

.first\:m-8:first-child {
  margin: 2rem;
}

.first\:m-10:first-child {
  margin: 2.5rem;
}

.first\:m-12:first-child {
  margin: 3rem;
}

.first\:m-14:first-child {
  margin: 3.5rem;
}

.first\:m-16:first-child {
  margin: 4rem;
}

.first\:m-20:first-child {
  margin: 5rem;
}

.first\:m-22:first-child {
  margin: 5.5rem;
}

.first\:m-24:first-child {
  margin: 6rem;
}

.first\:m-28:first-child {
  margin: 7rem;
}

.first\:m-32:first-child {
  margin: 8rem;
}

.first\:m-40:first-child {
  margin: 10rem;
}

.first\:m-48:first-child {
  margin: 12rem;
}

.first\:m-56:first-child {
  margin: 14rem;
}

.first\:m-64:first-child {
  margin: 16rem;
}

.first\:m-auto:first-child {
  margin: auto;
}

.first\:m-px:first-child {
  margin: 1px;
}

.first\:-m-1:first-child {
  margin: -0.25rem;
}

.first\:-m-2:first-child {
  margin: -0.5rem;
}

.first\:-m-3:first-child {
  margin: -0.75rem;
}

.first\:-m-4:first-child {
  margin: -1rem;
}

.first\:-m-5:first-child {
  margin: -1.25rem;
}

.first\:-m-6:first-child {
  margin: -1.5rem;
}

.first\:-m-8:first-child {
  margin: -2rem;
}

.first\:-m-10:first-child {
  margin: -2.5rem;
}

.first\:-m-12:first-child {
  margin: -3rem;
}

.first\:-m-14:first-child {
  margin: -3.5rem;
}

.first\:-m-16:first-child {
  margin: -4rem;
}

.first\:-m-20:first-child {
  margin: -5rem;
}

.first\:-m-22:first-child {
  margin: -5.5rem;
}

.first\:-m-24:first-child {
  margin: -6rem;
}

.first\:-m-28:first-child {
  margin: -7rem;
}

.first\:-m-32:first-child {
  margin: -8rem;
}

.first\:-m-40:first-child {
  margin: -10rem;
}

.first\:-m-48:first-child {
  margin: -12rem;
}

.first\:-m-56:first-child {
  margin: -14rem;
}

.first\:-m-64:first-child {
  margin: -16rem;
}

.first\:-m-px:first-child {
  margin: -1px;
}

.first\:my-0:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.first\:mx-0:first-child {
  margin-left: 0;
  margin-right: 0;
}

.first\:my-1:first-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.first\:mx-1:first-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.first\:my-2:first-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.first\:mx-2:first-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.first\:my-3:first-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.first\:mx-3:first-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.first\:my-4:first-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.first\:mx-4:first-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

.first\:my-6:first-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.first\:mx-6:first-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.first\:my-8:first-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.first\:mx-8:first-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.first\:my-10:first-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first\:mx-10:first-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

.first\:my-14:first-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.first\:mx-14:first-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.first\:my-16:first-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.first\:mx-16:first-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.first\:my-20:first-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.first\:mx-20:first-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.first\:my-22:first-child {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.first\:mx-22:first-child {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.first\:my-24:first-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.first\:mx-24:first-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.first\:my-28:first-child {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.first\:mx-28:first-child {
  margin-left: 7rem;
  margin-right: 7rem;
}

.first\:my-32:first-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.first\:mx-32:first-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.first\:my-40:first-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.first\:mx-40:first-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.first\:my-48:first-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.first\:mx-48:first-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.first\:my-56:first-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.first\:mx-56:first-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.first\:my-64:first-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.first\:mx-64:first-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.first\:my-auto:first-child {
  margin-top: auto;
  margin-bottom: auto;
}

.first\:mx-auto:first-child {
  margin-left: auto;
  margin-right: auto;
}

.first\:my-px:first-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.first\:mx-px:first-child {
  margin-left: 1px;
  margin-right: 1px;
}

.first\:-my-1:first-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.first\:-mx-1:first-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.first\:-my-2:first-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.first\:-mx-2:first-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.first\:-my-3:first-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.first\:-mx-3:first-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.first\:-my-4:first-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.first\:-mx-4:first-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

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

.first\:-my-6:first-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.first\:-mx-6:first-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.first\:-my-8:first-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.first\:-mx-8:first-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.first\:-my-10:first-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.first\:-mx-10:first-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

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

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

.first\:-my-14:first-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.first\:-mx-14:first-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.first\:-my-16:first-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.first\:-mx-16:first-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.first\:-my-20:first-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.first\:-mx-20:first-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.first\:-my-22:first-child {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.first\:-mx-22:first-child {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

.first\:-my-24:first-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.first\:-mx-24:first-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.first\:-my-28:first-child {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.first\:-mx-28:first-child {
  margin-left: -7rem;
  margin-right: -7rem;
}

.first\:-my-32:first-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.first\:-mx-32:first-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.first\:-my-40:first-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.first\:-mx-40:first-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.first\:-my-48:first-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.first\:-mx-48:first-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.first\:-my-56:first-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.first\:-mx-56:first-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.first\:-my-64:first-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.first\:-mx-64:first-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.first\:-my-px:first-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.first\:-mx-px:first-child {
  margin-left: -1px;
  margin-right: -1px;
}

.first\:mt-0:first-child {
  margin-top: 0;
}

.first\:mr-0:first-child {
  margin-right: 0;
}

.first\:mb-0:first-child {
  margin-bottom: 0;
}

.first\:ml-0:first-child {
  margin-left: 0;
}

.first\:mt-1:first-child {
  margin-top: 0.25rem;
}

.first\:mr-1:first-child {
  margin-right: 0.25rem;
}

.first\:mb-1:first-child {
  margin-bottom: 0.25rem;
}

.first\:ml-1:first-child {
  margin-left: 0.25rem;
}

.first\:mt-2:first-child {
  margin-top: 0.5rem;
}

.first\:mr-2:first-child {
  margin-right: 0.5rem;
}

.first\:mb-2:first-child {
  margin-bottom: 0.5rem;
}

.first\:ml-2:first-child {
  margin-left: 0.5rem;
}

.first\:mt-3:first-child {
  margin-top: 0.75rem;
}

.first\:mr-3:first-child {
  margin-right: 0.75rem;
}

.first\:mb-3:first-child {
  margin-bottom: 0.75rem;
}

.first\:ml-3:first-child {
  margin-left: 0.75rem;
}

.first\:mt-4:first-child {
  margin-top: 1rem;
}

.first\:mr-4:first-child {
  margin-right: 1rem;
}

.first\:mb-4:first-child {
  margin-bottom: 1rem;
}

.first\:ml-4:first-child {
  margin-left: 1rem;
}

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

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

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

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

.first\:mt-6:first-child {
  margin-top: 1.5rem;
}

.first\:mr-6:first-child {
  margin-right: 1.5rem;
}

.first\:mb-6:first-child {
  margin-bottom: 1.5rem;
}

.first\:ml-6:first-child {
  margin-left: 1.5rem;
}

.first\:mt-8:first-child {
  margin-top: 2rem;
}

.first\:mr-8:first-child {
  margin-right: 2rem;
}

.first\:mb-8:first-child {
  margin-bottom: 2rem;
}

.first\:ml-8:first-child {
  margin-left: 2rem;
}

.first\:mt-10:first-child {
  margin-top: 2.5rem;
}

.first\:mr-10:first-child {
  margin-right: 2.5rem;
}

.first\:mb-10:first-child {
  margin-bottom: 2.5rem;
}

.first\:ml-10:first-child {
  margin-left: 2.5rem;
}

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

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

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

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

.first\:mt-14:first-child {
  margin-top: 3.5rem;
}

.first\:mr-14:first-child {
  margin-right: 3.5rem;
}

.first\:mb-14:first-child {
  margin-bottom: 3.5rem;
}

.first\:ml-14:first-child {
  margin-left: 3.5rem;
}

.first\:mt-16:first-child {
  margin-top: 4rem;
}

.first\:mr-16:first-child {
  margin-right: 4rem;
}

.first\:mb-16:first-child {
  margin-bottom: 4rem;
}

.first\:ml-16:first-child {
  margin-left: 4rem;
}

.first\:mt-20:first-child {
  margin-top: 5rem;
}

.first\:mr-20:first-child {
  margin-right: 5rem;
}

.first\:mb-20:first-child {
  margin-bottom: 5rem;
}

.first\:ml-20:first-child {
  margin-left: 5rem;
}

.first\:mt-22:first-child {
  margin-top: 5.5rem;
}

.first\:mr-22:first-child {
  margin-right: 5.5rem;
}

.first\:mb-22:first-child {
  margin-bottom: 5.5rem;
}

.first\:ml-22:first-child {
  margin-left: 5.5rem;
}

.first\:mt-24:first-child {
  margin-top: 6rem;
}

.first\:mr-24:first-child {
  margin-right: 6rem;
}

.first\:mb-24:first-child {
  margin-bottom: 6rem;
}

.first\:ml-24:first-child {
  margin-left: 6rem;
}

.first\:mt-28:first-child {
  margin-top: 7rem;
}

.first\:mr-28:first-child {
  margin-right: 7rem;
}

.first\:mb-28:first-child {
  margin-bottom: 7rem;
}

.first\:ml-28:first-child {
  margin-left: 7rem;
}

.first\:mt-32:first-child {
  margin-top: 8rem;
}

.first\:mr-32:first-child {
  margin-right: 8rem;
}

.first\:mb-32:first-child {
  margin-bottom: 8rem;
}

.first\:ml-32:first-child {
  margin-left: 8rem;
}

.first\:mt-40:first-child {
  margin-top: 10rem;
}

.first\:mr-40:first-child {
  margin-right: 10rem;
}

.first\:mb-40:first-child {
  margin-bottom: 10rem;
}

.first\:ml-40:first-child {
  margin-left: 10rem;
}

.first\:mt-48:first-child {
  margin-top: 12rem;
}

.first\:mr-48:first-child {
  margin-right: 12rem;
}

.first\:mb-48:first-child {
  margin-bottom: 12rem;
}

.first\:ml-48:first-child {
  margin-left: 12rem;
}

.first\:mt-56:first-child {
  margin-top: 14rem;
}

.first\:mr-56:first-child {
  margin-right: 14rem;
}

.first\:mb-56:first-child {
  margin-bottom: 14rem;
}

.first\:ml-56:first-child {
  margin-left: 14rem;
}

.first\:mt-64:first-child {
  margin-top: 16rem;
}

.first\:mr-64:first-child {
  margin-right: 16rem;
}

.first\:mb-64:first-child {
  margin-bottom: 16rem;
}

.first\:ml-64:first-child {
  margin-left: 16rem;
}

.first\:mt-auto:first-child {
  margin-top: auto;
}

.first\:mr-auto:first-child {
  margin-right: auto;
}

.first\:mb-auto:first-child {
  margin-bottom: auto;
}

.first\:ml-auto:first-child {
  margin-left: auto;
}

.first\:mt-px:first-child {
  margin-top: 1px;
}

.first\:mr-px:first-child {
  margin-right: 1px;
}

.first\:mb-px:first-child {
  margin-bottom: 1px;
}

.first\:ml-px:first-child {
  margin-left: 1px;
}

.first\:-mt-1:first-child {
  margin-top: -0.25rem;
}

.first\:-mr-1:first-child {
  margin-right: -0.25rem;
}

.first\:-mb-1:first-child {
  margin-bottom: -0.25rem;
}

.first\:-ml-1:first-child {
  margin-left: -0.25rem;
}

.first\:-mt-2:first-child {
  margin-top: -0.5rem;
}

.first\:-mr-2:first-child {
  margin-right: -0.5rem;
}

.first\:-mb-2:first-child {
  margin-bottom: -0.5rem;
}

.first\:-ml-2:first-child {
  margin-left: -0.5rem;
}

.first\:-mt-3:first-child {
  margin-top: -0.75rem;
}

.first\:-mr-3:first-child {
  margin-right: -0.75rem;
}

.first\:-mb-3:first-child {
  margin-bottom: -0.75rem;
}

.first\:-ml-3:first-child {
  margin-left: -0.75rem;
}

.first\:-mt-4:first-child {
  margin-top: -1rem;
}

.first\:-mr-4:first-child {
  margin-right: -1rem;
}

.first\:-mb-4:first-child {
  margin-bottom: -1rem;
}

.first\:-ml-4:first-child {
  margin-left: -1rem;
}

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

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

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

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

.first\:-mt-6:first-child {
  margin-top: -1.5rem;
}

.first\:-mr-6:first-child {
  margin-right: -1.5rem;
}

.first\:-mb-6:first-child {
  margin-bottom: -1.5rem;
}

.first\:-ml-6:first-child {
  margin-left: -1.5rem;
}

.first\:-mt-8:first-child {
  margin-top: -2rem;
}

.first\:-mr-8:first-child {
  margin-right: -2rem;
}

.first\:-mb-8:first-child {
  margin-bottom: -2rem;
}

.first\:-ml-8:first-child {
  margin-left: -2rem;
}

.first\:-mt-10:first-child {
  margin-top: -2.5rem;
}

.first\:-mr-10:first-child {
  margin-right: -2.5rem;
}

.first\:-mb-10:first-child {
  margin-bottom: -2.5rem;
}

.first\:-ml-10:first-child {
  margin-left: -2.5rem;
}

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

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

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

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

.first\:-mt-14:first-child {
  margin-top: -3.5rem;
}

.first\:-mr-14:first-child {
  margin-right: -3.5rem;
}

.first\:-mb-14:first-child {
  margin-bottom: -3.5rem;
}

.first\:-ml-14:first-child {
  margin-left: -3.5rem;
}

.first\:-mt-16:first-child {
  margin-top: -4rem;
}

.first\:-mr-16:first-child {
  margin-right: -4rem;
}

.first\:-mb-16:first-child {
  margin-bottom: -4rem;
}

.first\:-ml-16:first-child {
  margin-left: -4rem;
}

.first\:-mt-20:first-child {
  margin-top: -5rem;
}

.first\:-mr-20:first-child {
  margin-right: -5rem;
}

.first\:-mb-20:first-child {
  margin-bottom: -5rem;
}

.first\:-ml-20:first-child {
  margin-left: -5rem;
}

.first\:-mt-22:first-child {
  margin-top: -5.5rem;
}

.first\:-mr-22:first-child {
  margin-right: -5.5rem;
}

.first\:-mb-22:first-child {
  margin-bottom: -5.5rem;
}

.first\:-ml-22:first-child {
  margin-left: -5.5rem;
}

.first\:-mt-24:first-child {
  margin-top: -6rem;
}

.first\:-mr-24:first-child {
  margin-right: -6rem;
}

.first\:-mb-24:first-child {
  margin-bottom: -6rem;
}

.first\:-ml-24:first-child {
  margin-left: -6rem;
}

.first\:-mt-28:first-child {
  margin-top: -7rem;
}

.first\:-mr-28:first-child {
  margin-right: -7rem;
}

.first\:-mb-28:first-child {
  margin-bottom: -7rem;
}

.first\:-ml-28:first-child {
  margin-left: -7rem;
}

.first\:-mt-32:first-child {
  margin-top: -8rem;
}

.first\:-mr-32:first-child {
  margin-right: -8rem;
}

.first\:-mb-32:first-child {
  margin-bottom: -8rem;
}

.first\:-ml-32:first-child {
  margin-left: -8rem;
}

.first\:-mt-40:first-child {
  margin-top: -10rem;
}

.first\:-mr-40:first-child {
  margin-right: -10rem;
}

.first\:-mb-40:first-child {
  margin-bottom: -10rem;
}

.first\:-ml-40:first-child {
  margin-left: -10rem;
}

.first\:-mt-48:first-child {
  margin-top: -12rem;
}

.first\:-mr-48:first-child {
  margin-right: -12rem;
}

.first\:-mb-48:first-child {
  margin-bottom: -12rem;
}

.first\:-ml-48:first-child {
  margin-left: -12rem;
}

.first\:-mt-56:first-child {
  margin-top: -14rem;
}

.first\:-mr-56:first-child {
  margin-right: -14rem;
}

.first\:-mb-56:first-child {
  margin-bottom: -14rem;
}

.first\:-ml-56:first-child {
  margin-left: -14rem;
}

.first\:-mt-64:first-child {
  margin-top: -16rem;
}

.first\:-mr-64:first-child {
  margin-right: -16rem;
}

.first\:-mb-64:first-child {
  margin-bottom: -16rem;
}

.first\:-ml-64:first-child {
  margin-left: -16rem;
}

.first\:-mt-px:first-child {
  margin-top: -1px;
}

.first\:-mr-px:first-child {
  margin-right: -1px;
}

.first\:-mb-px:first-child {
  margin-bottom: -1px;
}

.first\:-ml-px:first-child {
  margin-left: -1px;
}

.last\:m-0:last-child {
  margin: 0;
}

.last\:m-1:last-child {
  margin: 0.25rem;
}

.last\:m-2:last-child {
  margin: 0.5rem;
}

.last\:m-3:last-child {
  margin: 0.75rem;
}

.last\:m-4:last-child {
  margin: 1rem;
}

.last\:m-5:last-child {
  margin: 1.25rem;
}

.last\:m-6:last-child {
  margin: 1.5rem;
}

.last\:m-8:last-child {
  margin: 2rem;
}

.last\:m-10:last-child {
  margin: 2.5rem;
}

.last\:m-12:last-child {
  margin: 3rem;
}

.last\:m-14:last-child {
  margin: 3.5rem;
}

.last\:m-16:last-child {
  margin: 4rem;
}

.last\:m-20:last-child {
  margin: 5rem;
}

.last\:m-22:last-child {
  margin: 5.5rem;
}

.last\:m-24:last-child {
  margin: 6rem;
}

.last\:m-28:last-child {
  margin: 7rem;
}

.last\:m-32:last-child {
  margin: 8rem;
}

.last\:m-40:last-child {
  margin: 10rem;
}

.last\:m-48:last-child {
  margin: 12rem;
}

.last\:m-56:last-child {
  margin: 14rem;
}

.last\:m-64:last-child {
  margin: 16rem;
}

.last\:m-auto:last-child {
  margin: auto;
}

.last\:m-px:last-child {
  margin: 1px;
}

.last\:-m-1:last-child {
  margin: -0.25rem;
}

.last\:-m-2:last-child {
  margin: -0.5rem;
}

.last\:-m-3:last-child {
  margin: -0.75rem;
}

.last\:-m-4:last-child {
  margin: -1rem;
}

.last\:-m-5:last-child {
  margin: -1.25rem;
}

.last\:-m-6:last-child {
  margin: -1.5rem;
}

.last\:-m-8:last-child {
  margin: -2rem;
}

.last\:-m-10:last-child {
  margin: -2.5rem;
}

.last\:-m-12:last-child {
  margin: -3rem;
}

.last\:-m-14:last-child {
  margin: -3.5rem;
}

.last\:-m-16:last-child {
  margin: -4rem;
}

.last\:-m-20:last-child {
  margin: -5rem;
}

.last\:-m-22:last-child {
  margin: -5.5rem;
}

.last\:-m-24:last-child {
  margin: -6rem;
}

.last\:-m-28:last-child {
  margin: -7rem;
}

.last\:-m-32:last-child {
  margin: -8rem;
}

.last\:-m-40:last-child {
  margin: -10rem;
}

.last\:-m-48:last-child {
  margin: -12rem;
}

.last\:-m-56:last-child {
  margin: -14rem;
}

.last\:-m-64:last-child {
  margin: -16rem;
}

.last\:-m-px:last-child {
  margin: -1px;
}

.last\:my-0:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.last\:mx-0:last-child {
  margin-left: 0;
  margin-right: 0;
}

.last\:my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:my-3:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:mx-3:last-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:my-4:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:mx-4:last-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

.last\:my-6:last-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:mx-6:last-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:my-8:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:mx-8:last-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:my-10:last-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:mx-10:last-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

.last\:my-14:last-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.last\:mx-14:last-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.last\:my-16:last-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:mx-16:last-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:my-20:last-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:mx-20:last-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:my-22:last-child {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.last\:mx-22:last-child {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.last\:my-24:last-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:mx-24:last-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:my-28:last-child {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.last\:mx-28:last-child {
  margin-left: 7rem;
  margin-right: 7rem;
}

.last\:my-32:last-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:mx-32:last-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:my-40:last-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:mx-40:last-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:my-48:last-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:mx-48:last-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:my-56:last-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:mx-56:last-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:my-64:last-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:mx-64:last-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

.last\:my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px;
}

.last\:-my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:-mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:-my-3:last-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:-mx-3:last-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:-my-4:last-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:-mx-4:last-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

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

.last\:-my-6:last-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:-mx-6:last-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:-my-8:last-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:-mx-8:last-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-my-10:last-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-mx-10:last-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

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

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

.last\:-my-14:last-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.last\:-mx-14:last-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.last\:-my-16:last-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:-mx-16:last-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:-my-20:last-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:-mx-20:last-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-my-22:last-child {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.last\:-mx-22:last-child {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

.last\:-my-24:last-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-mx-24:last-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-my-28:last-child {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.last\:-mx-28:last-child {
  margin-left: -7rem;
  margin-right: -7rem;
}

.last\:-my-32:last-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-mx-32:last-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-my-40:last-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-mx-40:last-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-my-48:last-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:-mx-48:last-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:-my-56:last-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-mx-56:last-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-my-64:last-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:-mx-64:last-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:-my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px;
}

.last\:mt-0:last-child {
  margin-top: 0;
}

.last\:mr-0:last-child {
  margin-right: 0;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.last\:ml-0:last-child {
  margin-left: 0;
}

.last\:mt-1:last-child {
  margin-top: 0.25rem;
}

.last\:mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:mt-2:last-child {
  margin-top: 0.5rem;
}

.last\:mr-2:last-child {
  margin-right: 0.5rem;
}

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:ml-2:last-child {
  margin-left: 0.5rem;
}

.last\:mt-3:last-child {
  margin-top: 0.75rem;
}

.last\:mr-3:last-child {
  margin-right: 0.75rem;
}

.last\:mb-3:last-child {
  margin-bottom: 0.75rem;
}

.last\:ml-3:last-child {
  margin-left: 0.75rem;
}

.last\:mt-4:last-child {
  margin-top: 1rem;
}

.last\:mr-4:last-child {
  margin-right: 1rem;
}

.last\:mb-4:last-child {
  margin-bottom: 1rem;
}

.last\:ml-4:last-child {
  margin-left: 1rem;
}

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

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

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

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

.last\:mt-6:last-child {
  margin-top: 1.5rem;
}

.last\:mr-6:last-child {
  margin-right: 1.5rem;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:ml-6:last-child {
  margin-left: 1.5rem;
}

.last\:mt-8:last-child {
  margin-top: 2rem;
}

.last\:mr-8:last-child {
  margin-right: 2rem;
}

.last\:mb-8:last-child {
  margin-bottom: 2rem;
}

.last\:ml-8:last-child {
  margin-left: 2rem;
}

.last\:mt-10:last-child {
  margin-top: 2.5rem;
}

.last\:mr-10:last-child {
  margin-right: 2.5rem;
}

.last\:mb-10:last-child {
  margin-bottom: 2.5rem;
}

.last\:ml-10:last-child {
  margin-left: 2.5rem;
}

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

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

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

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

.last\:mt-14:last-child {
  margin-top: 3.5rem;
}

.last\:mr-14:last-child {
  margin-right: 3.5rem;
}

.last\:mb-14:last-child {
  margin-bottom: 3.5rem;
}

.last\:ml-14:last-child {
  margin-left: 3.5rem;
}

.last\:mt-16:last-child {
  margin-top: 4rem;
}

.last\:mr-16:last-child {
  margin-right: 4rem;
}

.last\:mb-16:last-child {
  margin-bottom: 4rem;
}

.last\:ml-16:last-child {
  margin-left: 4rem;
}

.last\:mt-20:last-child {
  margin-top: 5rem;
}

.last\:mr-20:last-child {
  margin-right: 5rem;
}

.last\:mb-20:last-child {
  margin-bottom: 5rem;
}

.last\:ml-20:last-child {
  margin-left: 5rem;
}

.last\:mt-22:last-child {
  margin-top: 5.5rem;
}

.last\:mr-22:last-child {
  margin-right: 5.5rem;
}

.last\:mb-22:last-child {
  margin-bottom: 5.5rem;
}

.last\:ml-22:last-child {
  margin-left: 5.5rem;
}

.last\:mt-24:last-child {
  margin-top: 6rem;
}

.last\:mr-24:last-child {
  margin-right: 6rem;
}

.last\:mb-24:last-child {
  margin-bottom: 6rem;
}

.last\:ml-24:last-child {
  margin-left: 6rem;
}

.last\:mt-28:last-child {
  margin-top: 7rem;
}

.last\:mr-28:last-child {
  margin-right: 7rem;
}

.last\:mb-28:last-child {
  margin-bottom: 7rem;
}

.last\:ml-28:last-child {
  margin-left: 7rem;
}

.last\:mt-32:last-child {
  margin-top: 8rem;
}

.last\:mr-32:last-child {
  margin-right: 8rem;
}

.last\:mb-32:last-child {
  margin-bottom: 8rem;
}

.last\:ml-32:last-child {
  margin-left: 8rem;
}

.last\:mt-40:last-child {
  margin-top: 10rem;
}

.last\:mr-40:last-child {
  margin-right: 10rem;
}

.last\:mb-40:last-child {
  margin-bottom: 10rem;
}

.last\:ml-40:last-child {
  margin-left: 10rem;
}

.last\:mt-48:last-child {
  margin-top: 12rem;
}

.last\:mr-48:last-child {
  margin-right: 12rem;
}

.last\:mb-48:last-child {
  margin-bottom: 12rem;
}

.last\:ml-48:last-child {
  margin-left: 12rem;
}

.last\:mt-56:last-child {
  margin-top: 14rem;
}

.last\:mr-56:last-child {
  margin-right: 14rem;
}

.last\:mb-56:last-child {
  margin-bottom: 14rem;
}

.last\:ml-56:last-child {
  margin-left: 14rem;
}

.last\:mt-64:last-child {
  margin-top: 16rem;
}

.last\:mr-64:last-child {
  margin-right: 16rem;
}

.last\:mb-64:last-child {
  margin-bottom: 16rem;
}

.last\:ml-64:last-child {
  margin-left: 16rem;
}

.last\:mt-auto:last-child {
  margin-top: auto;
}

.last\:mr-auto:last-child {
  margin-right: auto;
}

.last\:mb-auto:last-child {
  margin-bottom: auto;
}

.last\:ml-auto:last-child {
  margin-left: auto;
}

.last\:mt-px:last-child {
  margin-top: 1px;
}

.last\:mr-px:last-child {
  margin-right: 1px;
}

.last\:mb-px:last-child {
  margin-bottom: 1px;
}

.last\:ml-px:last-child {
  margin-left: 1px;
}

.last\:-mt-1:last-child {
  margin-top: -0.25rem;
}

.last\:-mr-1:last-child {
  margin-right: -0.25rem;
}

.last\:-mb-1:last-child {
  margin-bottom: -0.25rem;
}

.last\:-ml-1:last-child {
  margin-left: -0.25rem;
}

.last\:-mt-2:last-child {
  margin-top: -0.5rem;
}

.last\:-mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:-mb-2:last-child {
  margin-bottom: -0.5rem;
}

.last\:-ml-2:last-child {
  margin-left: -0.5rem;
}

.last\:-mt-3:last-child {
  margin-top: -0.75rem;
}

.last\:-mr-3:last-child {
  margin-right: -0.75rem;
}

.last\:-mb-3:last-child {
  margin-bottom: -0.75rem;
}

.last\:-ml-3:last-child {
  margin-left: -0.75rem;
}

.last\:-mt-4:last-child {
  margin-top: -1rem;
}

.last\:-mr-4:last-child {
  margin-right: -1rem;
}

.last\:-mb-4:last-child {
  margin-bottom: -1rem;
}

.last\:-ml-4:last-child {
  margin-left: -1rem;
}

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

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

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

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

.last\:-mt-6:last-child {
  margin-top: -1.5rem;
}

.last\:-mr-6:last-child {
  margin-right: -1.5rem;
}

.last\:-mb-6:last-child {
  margin-bottom: -1.5rem;
}

.last\:-ml-6:last-child {
  margin-left: -1.5rem;
}

.last\:-mt-8:last-child {
  margin-top: -2rem;
}

.last\:-mr-8:last-child {
  margin-right: -2rem;
}

.last\:-mb-8:last-child {
  margin-bottom: -2rem;
}

.last\:-ml-8:last-child {
  margin-left: -2rem;
}

.last\:-mt-10:last-child {
  margin-top: -2.5rem;
}

.last\:-mr-10:last-child {
  margin-right: -2.5rem;
}

.last\:-mb-10:last-child {
  margin-bottom: -2.5rem;
}

.last\:-ml-10:last-child {
  margin-left: -2.5rem;
}

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

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

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

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

.last\:-mt-14:last-child {
  margin-top: -3.5rem;
}

.last\:-mr-14:last-child {
  margin-right: -3.5rem;
}

.last\:-mb-14:last-child {
  margin-bottom: -3.5rem;
}

.last\:-ml-14:last-child {
  margin-left: -3.5rem;
}

.last\:-mt-16:last-child {
  margin-top: -4rem;
}

.last\:-mr-16:last-child {
  margin-right: -4rem;
}

.last\:-mb-16:last-child {
  margin-bottom: -4rem;
}

.last\:-ml-16:last-child {
  margin-left: -4rem;
}

.last\:-mt-20:last-child {
  margin-top: -5rem;
}

.last\:-mr-20:last-child {
  margin-right: -5rem;
}

.last\:-mb-20:last-child {
  margin-bottom: -5rem;
}

.last\:-ml-20:last-child {
  margin-left: -5rem;
}

.last\:-mt-22:last-child {
  margin-top: -5.5rem;
}

.last\:-mr-22:last-child {
  margin-right: -5.5rem;
}

.last\:-mb-22:last-child {
  margin-bottom: -5.5rem;
}

.last\:-ml-22:last-child {
  margin-left: -5.5rem;
}

.last\:-mt-24:last-child {
  margin-top: -6rem;
}

.last\:-mr-24:last-child {
  margin-right: -6rem;
}

.last\:-mb-24:last-child {
  margin-bottom: -6rem;
}

.last\:-ml-24:last-child {
  margin-left: -6rem;
}

.last\:-mt-28:last-child {
  margin-top: -7rem;
}

.last\:-mr-28:last-child {
  margin-right: -7rem;
}

.last\:-mb-28:last-child {
  margin-bottom: -7rem;
}

.last\:-ml-28:last-child {
  margin-left: -7rem;
}

.last\:-mt-32:last-child {
  margin-top: -8rem;
}

.last\:-mr-32:last-child {
  margin-right: -8rem;
}

.last\:-mb-32:last-child {
  margin-bottom: -8rem;
}

.last\:-ml-32:last-child {
  margin-left: -8rem;
}

.last\:-mt-40:last-child {
  margin-top: -10rem;
}

.last\:-mr-40:last-child {
  margin-right: -10rem;
}

.last\:-mb-40:last-child {
  margin-bottom: -10rem;
}

.last\:-ml-40:last-child {
  margin-left: -10rem;
}

.last\:-mt-48:last-child {
  margin-top: -12rem;
}

.last\:-mr-48:last-child {
  margin-right: -12rem;
}

.last\:-mb-48:last-child {
  margin-bottom: -12rem;
}

.last\:-ml-48:last-child {
  margin-left: -12rem;
}

.last\:-mt-56:last-child {
  margin-top: -14rem;
}

.last\:-mr-56:last-child {
  margin-right: -14rem;
}

.last\:-mb-56:last-child {
  margin-bottom: -14rem;
}

.last\:-ml-56:last-child {
  margin-left: -14rem;
}

.last\:-mt-64:last-child {
  margin-top: -16rem;
}

.last\:-mr-64:last-child {
  margin-right: -16rem;
}

.last\:-mb-64:last-child {
  margin-bottom: -16rem;
}

.last\:-ml-64:last-child {
  margin-left: -16rem;
}

.last\:-mt-px:last-child {
  margin-top: -1px;
}

.last\:-mr-px:last-child {
  margin-right: -1px;
}

.last\:-mb-px:last-child {
  margin-bottom: -1px;
}

.last\:-ml-px:last-child {
  margin-left: -1px;
}

.even\:m-0:nth-child(even) {
  margin: 0;
}

.even\:m-1:nth-child(even) {
  margin: 0.25rem;
}

.even\:m-2:nth-child(even) {
  margin: 0.5rem;
}

.even\:m-3:nth-child(even) {
  margin: 0.75rem;
}

.even\:m-4:nth-child(even) {
  margin: 1rem;
}

.even\:m-5:nth-child(even) {
  margin: 1.25rem;
}

.even\:m-6:nth-child(even) {
  margin: 1.5rem;
}

.even\:m-8:nth-child(even) {
  margin: 2rem;
}

.even\:m-10:nth-child(even) {
  margin: 2.5rem;
}

.even\:m-12:nth-child(even) {
  margin: 3rem;
}

.even\:m-14:nth-child(even) {
  margin: 3.5rem;
}

.even\:m-16:nth-child(even) {
  margin: 4rem;
}

.even\:m-20:nth-child(even) {
  margin: 5rem;
}

.even\:m-22:nth-child(even) {
  margin: 5.5rem;
}

.even\:m-24:nth-child(even) {
  margin: 6rem;
}

.even\:m-28:nth-child(even) {
  margin: 7rem;
}

.even\:m-32:nth-child(even) {
  margin: 8rem;
}

.even\:m-40:nth-child(even) {
  margin: 10rem;
}

.even\:m-48:nth-child(even) {
  margin: 12rem;
}

.even\:m-56:nth-child(even) {
  margin: 14rem;
}

.even\:m-64:nth-child(even) {
  margin: 16rem;
}

.even\:m-auto:nth-child(even) {
  margin: auto;
}

.even\:m-px:nth-child(even) {
  margin: 1px;
}

.even\:-m-1:nth-child(even) {
  margin: -0.25rem;
}

.even\:-m-2:nth-child(even) {
  margin: -0.5rem;
}

.even\:-m-3:nth-child(even) {
  margin: -0.75rem;
}

.even\:-m-4:nth-child(even) {
  margin: -1rem;
}

.even\:-m-5:nth-child(even) {
  margin: -1.25rem;
}

.even\:-m-6:nth-child(even) {
  margin: -1.5rem;
}

.even\:-m-8:nth-child(even) {
  margin: -2rem;
}

.even\:-m-10:nth-child(even) {
  margin: -2.5rem;
}

.even\:-m-12:nth-child(even) {
  margin: -3rem;
}

.even\:-m-14:nth-child(even) {
  margin: -3.5rem;
}

.even\:-m-16:nth-child(even) {
  margin: -4rem;
}

.even\:-m-20:nth-child(even) {
  margin: -5rem;
}

.even\:-m-22:nth-child(even) {
  margin: -5.5rem;
}

.even\:-m-24:nth-child(even) {
  margin: -6rem;
}

.even\:-m-28:nth-child(even) {
  margin: -7rem;
}

.even\:-m-32:nth-child(even) {
  margin: -8rem;
}

.even\:-m-40:nth-child(even) {
  margin: -10rem;
}

.even\:-m-48:nth-child(even) {
  margin: -12rem;
}

.even\:-m-56:nth-child(even) {
  margin: -14rem;
}

.even\:-m-64:nth-child(even) {
  margin: -16rem;
}

.even\:-m-px:nth-child(even) {
  margin: -1px;
}

.even\:my-0:nth-child(even) {
  margin-top: 0;
  margin-bottom: 0;
}

.even\:mx-0:nth-child(even) {
  margin-left: 0;
  margin-right: 0;
}

.even\:my-1:nth-child(even) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.even\:mx-1:nth-child(even) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.even\:my-2:nth-child(even) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.even\:mx-2:nth-child(even) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.even\:my-3:nth-child(even) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.even\:mx-3:nth-child(even) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.even\:my-4:nth-child(even) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.even\:mx-4:nth-child(even) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.even\:my-5:nth-child(even) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.even\:mx-5:nth-child(even) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.even\:my-6:nth-child(even) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.even\:mx-6:nth-child(even) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.even\:my-8:nth-child(even) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.even\:mx-8:nth-child(even) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.even\:my-10:nth-child(even) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.even\:mx-10:nth-child(even) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.even\:my-12:nth-child(even) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.even\:mx-12:nth-child(even) {
  margin-left: 3rem;
  margin-right: 3rem;
}

.even\:my-14:nth-child(even) {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.even\:mx-14:nth-child(even) {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.even\:my-16:nth-child(even) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.even\:mx-16:nth-child(even) {
  margin-left: 4rem;
  margin-right: 4rem;
}

.even\:my-20:nth-child(even) {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.even\:mx-20:nth-child(even) {
  margin-left: 5rem;
  margin-right: 5rem;
}

.even\:my-22:nth-child(even) {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.even\:mx-22:nth-child(even) {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.even\:my-24:nth-child(even) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.even\:mx-24:nth-child(even) {
  margin-left: 6rem;
  margin-right: 6rem;
}

.even\:my-28:nth-child(even) {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.even\:mx-28:nth-child(even) {
  margin-left: 7rem;
  margin-right: 7rem;
}

.even\:my-32:nth-child(even) {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.even\:mx-32:nth-child(even) {
  margin-left: 8rem;
  margin-right: 8rem;
}

.even\:my-40:nth-child(even) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.even\:mx-40:nth-child(even) {
  margin-left: 10rem;
  margin-right: 10rem;
}

.even\:my-48:nth-child(even) {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.even\:mx-48:nth-child(even) {
  margin-left: 12rem;
  margin-right: 12rem;
}

.even\:my-56:nth-child(even) {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.even\:mx-56:nth-child(even) {
  margin-left: 14rem;
  margin-right: 14rem;
}

.even\:my-64:nth-child(even) {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.even\:mx-64:nth-child(even) {
  margin-left: 16rem;
  margin-right: 16rem;
}

.even\:my-auto:nth-child(even) {
  margin-top: auto;
  margin-bottom: auto;
}

.even\:mx-auto:nth-child(even) {
  margin-left: auto;
  margin-right: auto;
}

.even\:my-px:nth-child(even) {
  margin-top: 1px;
  margin-bottom: 1px;
}

.even\:mx-px:nth-child(even) {
  margin-left: 1px;
  margin-right: 1px;
}

.even\:-my-1:nth-child(even) {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.even\:-mx-1:nth-child(even) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.even\:-my-2:nth-child(even) {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.even\:-mx-2:nth-child(even) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.even\:-my-3:nth-child(even) {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.even\:-mx-3:nth-child(even) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.even\:-my-4:nth-child(even) {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.even\:-mx-4:nth-child(even) {
  margin-left: -1rem;
  margin-right: -1rem;
}

.even\:-my-5:nth-child(even) {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.even\:-mx-5:nth-child(even) {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.even\:-my-6:nth-child(even) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.even\:-mx-6:nth-child(even) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.even\:-my-8:nth-child(even) {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.even\:-mx-8:nth-child(even) {
  margin-left: -2rem;
  margin-right: -2rem;
}

.even\:-my-10:nth-child(even) {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.even\:-mx-10:nth-child(even) {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.even\:-my-12:nth-child(even) {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.even\:-mx-12:nth-child(even) {
  margin-left: -3rem;
  margin-right: -3rem;
}

.even\:-my-14:nth-child(even) {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.even\:-mx-14:nth-child(even) {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.even\:-my-16:nth-child(even) {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.even\:-mx-16:nth-child(even) {
  margin-left: -4rem;
  margin-right: -4rem;
}

.even\:-my-20:nth-child(even) {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.even\:-mx-20:nth-child(even) {
  margin-left: -5rem;
  margin-right: -5rem;
}

.even\:-my-22:nth-child(even) {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.even\:-mx-22:nth-child(even) {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

.even\:-my-24:nth-child(even) {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.even\:-mx-24:nth-child(even) {
  margin-left: -6rem;
  margin-right: -6rem;
}

.even\:-my-28:nth-child(even) {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.even\:-mx-28:nth-child(even) {
  margin-left: -7rem;
  margin-right: -7rem;
}

.even\:-my-32:nth-child(even) {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.even\:-mx-32:nth-child(even) {
  margin-left: -8rem;
  margin-right: -8rem;
}

.even\:-my-40:nth-child(even) {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.even\:-mx-40:nth-child(even) {
  margin-left: -10rem;
  margin-right: -10rem;
}

.even\:-my-48:nth-child(even) {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.even\:-mx-48:nth-child(even) {
  margin-left: -12rem;
  margin-right: -12rem;
}

.even\:-my-56:nth-child(even) {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.even\:-mx-56:nth-child(even) {
  margin-left: -14rem;
  margin-right: -14rem;
}

.even\:-my-64:nth-child(even) {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.even\:-mx-64:nth-child(even) {
  margin-left: -16rem;
  margin-right: -16rem;
}

.even\:-my-px:nth-child(even) {
  margin-top: -1px;
  margin-bottom: -1px;
}

.even\:-mx-px:nth-child(even) {
  margin-left: -1px;
  margin-right: -1px;
}

.even\:mt-0:nth-child(even) {
  margin-top: 0;
}

.even\:mr-0:nth-child(even) {
  margin-right: 0;
}

.even\:mb-0:nth-child(even) {
  margin-bottom: 0;
}

.even\:ml-0:nth-child(even) {
  margin-left: 0;
}

.even\:mt-1:nth-child(even) {
  margin-top: 0.25rem;
}

.even\:mr-1:nth-child(even) {
  margin-right: 0.25rem;
}

.even\:mb-1:nth-child(even) {
  margin-bottom: 0.25rem;
}

.even\:ml-1:nth-child(even) {
  margin-left: 0.25rem;
}

.even\:mt-2:nth-child(even) {
  margin-top: 0.5rem;
}

.even\:mr-2:nth-child(even) {
  margin-right: 0.5rem;
}

.even\:mb-2:nth-child(even) {
  margin-bottom: 0.5rem;
}

.even\:ml-2:nth-child(even) {
  margin-left: 0.5rem;
}

.even\:mt-3:nth-child(even) {
  margin-top: 0.75rem;
}

.even\:mr-3:nth-child(even) {
  margin-right: 0.75rem;
}

.even\:mb-3:nth-child(even) {
  margin-bottom: 0.75rem;
}

.even\:ml-3:nth-child(even) {
  margin-left: 0.75rem;
}

.even\:mt-4:nth-child(even) {
  margin-top: 1rem;
}

.even\:mr-4:nth-child(even) {
  margin-right: 1rem;
}

.even\:mb-4:nth-child(even) {
  margin-bottom: 1rem;
}

.even\:ml-4:nth-child(even) {
  margin-left: 1rem;
}

.even\:mt-5:nth-child(even) {
  margin-top: 1.25rem;
}

.even\:mr-5:nth-child(even) {
  margin-right: 1.25rem;
}

.even\:mb-5:nth-child(even) {
  margin-bottom: 1.25rem;
}

.even\:ml-5:nth-child(even) {
  margin-left: 1.25rem;
}

.even\:mt-6:nth-child(even) {
  margin-top: 1.5rem;
}

.even\:mr-6:nth-child(even) {
  margin-right: 1.5rem;
}

.even\:mb-6:nth-child(even) {
  margin-bottom: 1.5rem;
}

.even\:ml-6:nth-child(even) {
  margin-left: 1.5rem;
}

.even\:mt-8:nth-child(even) {
  margin-top: 2rem;
}

.even\:mr-8:nth-child(even) {
  margin-right: 2rem;
}

.even\:mb-8:nth-child(even) {
  margin-bottom: 2rem;
}

.even\:ml-8:nth-child(even) {
  margin-left: 2rem;
}

.even\:mt-10:nth-child(even) {
  margin-top: 2.5rem;
}

.even\:mr-10:nth-child(even) {
  margin-right: 2.5rem;
}

.even\:mb-10:nth-child(even) {
  margin-bottom: 2.5rem;
}

.even\:ml-10:nth-child(even) {
  margin-left: 2.5rem;
}

.even\:mt-12:nth-child(even) {
  margin-top: 3rem;
}

.even\:mr-12:nth-child(even) {
  margin-right: 3rem;
}

.even\:mb-12:nth-child(even) {
  margin-bottom: 3rem;
}

.even\:ml-12:nth-child(even) {
  margin-left: 3rem;
}

.even\:mt-14:nth-child(even) {
  margin-top: 3.5rem;
}

.even\:mr-14:nth-child(even) {
  margin-right: 3.5rem;
}

.even\:mb-14:nth-child(even) {
  margin-bottom: 3.5rem;
}

.even\:ml-14:nth-child(even) {
  margin-left: 3.5rem;
}

.even\:mt-16:nth-child(even) {
  margin-top: 4rem;
}

.even\:mr-16:nth-child(even) {
  margin-right: 4rem;
}

.even\:mb-16:nth-child(even) {
  margin-bottom: 4rem;
}

.even\:ml-16:nth-child(even) {
  margin-left: 4rem;
}

.even\:mt-20:nth-child(even) {
  margin-top: 5rem;
}

.even\:mr-20:nth-child(even) {
  margin-right: 5rem;
}

.even\:mb-20:nth-child(even) {
  margin-bottom: 5rem;
}

.even\:ml-20:nth-child(even) {
  margin-left: 5rem;
}

.even\:mt-22:nth-child(even) {
  margin-top: 5.5rem;
}

.even\:mr-22:nth-child(even) {
  margin-right: 5.5rem;
}

.even\:mb-22:nth-child(even) {
  margin-bottom: 5.5rem;
}

.even\:ml-22:nth-child(even) {
  margin-left: 5.5rem;
}

.even\:mt-24:nth-child(even) {
  margin-top: 6rem;
}

.even\:mr-24:nth-child(even) {
  margin-right: 6rem;
}

.even\:mb-24:nth-child(even) {
  margin-bottom: 6rem;
}

.even\:ml-24:nth-child(even) {
  margin-left: 6rem;
}

.even\:mt-28:nth-child(even) {
  margin-top: 7rem;
}

.even\:mr-28:nth-child(even) {
  margin-right: 7rem;
}

.even\:mb-28:nth-child(even) {
  margin-bottom: 7rem;
}

.even\:ml-28:nth-child(even) {
  margin-left: 7rem;
}

.even\:mt-32:nth-child(even) {
  margin-top: 8rem;
}

.even\:mr-32:nth-child(even) {
  margin-right: 8rem;
}

.even\:mb-32:nth-child(even) {
  margin-bottom: 8rem;
}

.even\:ml-32:nth-child(even) {
  margin-left: 8rem;
}

.even\:mt-40:nth-child(even) {
  margin-top: 10rem;
}

.even\:mr-40:nth-child(even) {
  margin-right: 10rem;
}

.even\:mb-40:nth-child(even) {
  margin-bottom: 10rem;
}

.even\:ml-40:nth-child(even) {
  margin-left: 10rem;
}

.even\:mt-48:nth-child(even) {
  margin-top: 12rem;
}

.even\:mr-48:nth-child(even) {
  margin-right: 12rem;
}

.even\:mb-48:nth-child(even) {
  margin-bottom: 12rem;
}

.even\:ml-48:nth-child(even) {
  margin-left: 12rem;
}

.even\:mt-56:nth-child(even) {
  margin-top: 14rem;
}

.even\:mr-56:nth-child(even) {
  margin-right: 14rem;
}

.even\:mb-56:nth-child(even) {
  margin-bottom: 14rem;
}

.even\:ml-56:nth-child(even) {
  margin-left: 14rem;
}

.even\:mt-64:nth-child(even) {
  margin-top: 16rem;
}

.even\:mr-64:nth-child(even) {
  margin-right: 16rem;
}

.even\:mb-64:nth-child(even) {
  margin-bottom: 16rem;
}

.even\:ml-64:nth-child(even) {
  margin-left: 16rem;
}

.even\:mt-auto:nth-child(even) {
  margin-top: auto;
}

.even\:mr-auto:nth-child(even) {
  margin-right: auto;
}

.even\:mb-auto:nth-child(even) {
  margin-bottom: auto;
}

.even\:ml-auto:nth-child(even) {
  margin-left: auto;
}

.even\:mt-px:nth-child(even) {
  margin-top: 1px;
}

.even\:mr-px:nth-child(even) {
  margin-right: 1px;
}

.even\:mb-px:nth-child(even) {
  margin-bottom: 1px;
}

.even\:ml-px:nth-child(even) {
  margin-left: 1px;
}

.even\:-mt-1:nth-child(even) {
  margin-top: -0.25rem;
}

.even\:-mr-1:nth-child(even) {
  margin-right: -0.25rem;
}

.even\:-mb-1:nth-child(even) {
  margin-bottom: -0.25rem;
}

.even\:-ml-1:nth-child(even) {
  margin-left: -0.25rem;
}

.even\:-mt-2:nth-child(even) {
  margin-top: -0.5rem;
}

.even\:-mr-2:nth-child(even) {
  margin-right: -0.5rem;
}

.even\:-mb-2:nth-child(even) {
  margin-bottom: -0.5rem;
}

.even\:-ml-2:nth-child(even) {
  margin-left: -0.5rem;
}

.even\:-mt-3:nth-child(even) {
  margin-top: -0.75rem;
}

.even\:-mr-3:nth-child(even) {
  margin-right: -0.75rem;
}

.even\:-mb-3:nth-child(even) {
  margin-bottom: -0.75rem;
}

.even\:-ml-3:nth-child(even) {
  margin-left: -0.75rem;
}

.even\:-mt-4:nth-child(even) {
  margin-top: -1rem;
}

.even\:-mr-4:nth-child(even) {
  margin-right: -1rem;
}

.even\:-mb-4:nth-child(even) {
  margin-bottom: -1rem;
}

.even\:-ml-4:nth-child(even) {
  margin-left: -1rem;
}

.even\:-mt-5:nth-child(even) {
  margin-top: -1.25rem;
}

.even\:-mr-5:nth-child(even) {
  margin-right: -1.25rem;
}

.even\:-mb-5:nth-child(even) {
  margin-bottom: -1.25rem;
}

.even\:-ml-5:nth-child(even) {
  margin-left: -1.25rem;
}

.even\:-mt-6:nth-child(even) {
  margin-top: -1.5rem;
}

.even\:-mr-6:nth-child(even) {
  margin-right: -1.5rem;
}

.even\:-mb-6:nth-child(even) {
  margin-bottom: -1.5rem;
}

.even\:-ml-6:nth-child(even) {
  margin-left: -1.5rem;
}

.even\:-mt-8:nth-child(even) {
  margin-top: -2rem;
}

.even\:-mr-8:nth-child(even) {
  margin-right: -2rem;
}

.even\:-mb-8:nth-child(even) {
  margin-bottom: -2rem;
}

.even\:-ml-8:nth-child(even) {
  margin-left: -2rem;
}

.even\:-mt-10:nth-child(even) {
  margin-top: -2.5rem;
}

.even\:-mr-10:nth-child(even) {
  margin-right: -2.5rem;
}

.even\:-mb-10:nth-child(even) {
  margin-bottom: -2.5rem;
}

.even\:-ml-10:nth-child(even) {
  margin-left: -2.5rem;
}

.even\:-mt-12:nth-child(even) {
  margin-top: -3rem;
}

.even\:-mr-12:nth-child(even) {
  margin-right: -3rem;
}

.even\:-mb-12:nth-child(even) {
  margin-bottom: -3rem;
}

.even\:-ml-12:nth-child(even) {
  margin-left: -3rem;
}

.even\:-mt-14:nth-child(even) {
  margin-top: -3.5rem;
}

.even\:-mr-14:nth-child(even) {
  margin-right: -3.5rem;
}

.even\:-mb-14:nth-child(even) {
  margin-bottom: -3.5rem;
}

.even\:-ml-14:nth-child(even) {
  margin-left: -3.5rem;
}

.even\:-mt-16:nth-child(even) {
  margin-top: -4rem;
}

.even\:-mr-16:nth-child(even) {
  margin-right: -4rem;
}

.even\:-mb-16:nth-child(even) {
  margin-bottom: -4rem;
}

.even\:-ml-16:nth-child(even) {
  margin-left: -4rem;
}

.even\:-mt-20:nth-child(even) {
  margin-top: -5rem;
}

.even\:-mr-20:nth-child(even) {
  margin-right: -5rem;
}

.even\:-mb-20:nth-child(even) {
  margin-bottom: -5rem;
}

.even\:-ml-20:nth-child(even) {
  margin-left: -5rem;
}

.even\:-mt-22:nth-child(even) {
  margin-top: -5.5rem;
}

.even\:-mr-22:nth-child(even) {
  margin-right: -5.5rem;
}

.even\:-mb-22:nth-child(even) {
  margin-bottom: -5.5rem;
}

.even\:-ml-22:nth-child(even) {
  margin-left: -5.5rem;
}

.even\:-mt-24:nth-child(even) {
  margin-top: -6rem;
}

.even\:-mr-24:nth-child(even) {
  margin-right: -6rem;
}

.even\:-mb-24:nth-child(even) {
  margin-bottom: -6rem;
}

.even\:-ml-24:nth-child(even) {
  margin-left: -6rem;
}

.even\:-mt-28:nth-child(even) {
  margin-top: -7rem;
}

.even\:-mr-28:nth-child(even) {
  margin-right: -7rem;
}

.even\:-mb-28:nth-child(even) {
  margin-bottom: -7rem;
}

.even\:-ml-28:nth-child(even) {
  margin-left: -7rem;
}

.even\:-mt-32:nth-child(even) {
  margin-top: -8rem;
}

.even\:-mr-32:nth-child(even) {
  margin-right: -8rem;
}

.even\:-mb-32:nth-child(even) {
  margin-bottom: -8rem;
}

.even\:-ml-32:nth-child(even) {
  margin-left: -8rem;
}

.even\:-mt-40:nth-child(even) {
  margin-top: -10rem;
}

.even\:-mr-40:nth-child(even) {
  margin-right: -10rem;
}

.even\:-mb-40:nth-child(even) {
  margin-bottom: -10rem;
}

.even\:-ml-40:nth-child(even) {
  margin-left: -10rem;
}

.even\:-mt-48:nth-child(even) {
  margin-top: -12rem;
}

.even\:-mr-48:nth-child(even) {
  margin-right: -12rem;
}

.even\:-mb-48:nth-child(even) {
  margin-bottom: -12rem;
}

.even\:-ml-48:nth-child(even) {
  margin-left: -12rem;
}

.even\:-mt-56:nth-child(even) {
  margin-top: -14rem;
}

.even\:-mr-56:nth-child(even) {
  margin-right: -14rem;
}

.even\:-mb-56:nth-child(even) {
  margin-bottom: -14rem;
}

.even\:-ml-56:nth-child(even) {
  margin-left: -14rem;
}

.even\:-mt-64:nth-child(even) {
  margin-top: -16rem;
}

.even\:-mr-64:nth-child(even) {
  margin-right: -16rem;
}

.even\:-mb-64:nth-child(even) {
  margin-bottom: -16rem;
}

.even\:-ml-64:nth-child(even) {
  margin-left: -16rem;
}

.even\:-mt-px:nth-child(even) {
  margin-top: -1px;
}

.even\:-mr-px:nth-child(even) {
  margin-right: -1px;
}

.even\:-mb-px:nth-child(even) {
  margin-bottom: -1px;
}

.even\:-ml-px:nth-child(even) {
  margin-left: -1px;
}

.odd\:m-0:nth-child(odd) {
  margin: 0;
}

.odd\:m-1:nth-child(odd) {
  margin: 0.25rem;
}

.odd\:m-2:nth-child(odd) {
  margin: 0.5rem;
}

.odd\:m-3:nth-child(odd) {
  margin: 0.75rem;
}

.odd\:m-4:nth-child(odd) {
  margin: 1rem;
}

.odd\:m-5:nth-child(odd) {
  margin: 1.25rem;
}

.odd\:m-6:nth-child(odd) {
  margin: 1.5rem;
}

.odd\:m-8:nth-child(odd) {
  margin: 2rem;
}

.odd\:m-10:nth-child(odd) {
  margin: 2.5rem;
}

.odd\:m-12:nth-child(odd) {
  margin: 3rem;
}

.odd\:m-14:nth-child(odd) {
  margin: 3.5rem;
}

.odd\:m-16:nth-child(odd) {
  margin: 4rem;
}

.odd\:m-20:nth-child(odd) {
  margin: 5rem;
}

.odd\:m-22:nth-child(odd) {
  margin: 5.5rem;
}

.odd\:m-24:nth-child(odd) {
  margin: 6rem;
}

.odd\:m-28:nth-child(odd) {
  margin: 7rem;
}

.odd\:m-32:nth-child(odd) {
  margin: 8rem;
}

.odd\:m-40:nth-child(odd) {
  margin: 10rem;
}

.odd\:m-48:nth-child(odd) {
  margin: 12rem;
}

.odd\:m-56:nth-child(odd) {
  margin: 14rem;
}

.odd\:m-64:nth-child(odd) {
  margin: 16rem;
}

.odd\:m-auto:nth-child(odd) {
  margin: auto;
}

.odd\:m-px:nth-child(odd) {
  margin: 1px;
}

.odd\:-m-1:nth-child(odd) {
  margin: -0.25rem;
}

.odd\:-m-2:nth-child(odd) {
  margin: -0.5rem;
}

.odd\:-m-3:nth-child(odd) {
  margin: -0.75rem;
}

.odd\:-m-4:nth-child(odd) {
  margin: -1rem;
}

.odd\:-m-5:nth-child(odd) {
  margin: -1.25rem;
}

.odd\:-m-6:nth-child(odd) {
  margin: -1.5rem;
}

.odd\:-m-8:nth-child(odd) {
  margin: -2rem;
}

.odd\:-m-10:nth-child(odd) {
  margin: -2.5rem;
}

.odd\:-m-12:nth-child(odd) {
  margin: -3rem;
}

.odd\:-m-14:nth-child(odd) {
  margin: -3.5rem;
}

.odd\:-m-16:nth-child(odd) {
  margin: -4rem;
}

.odd\:-m-20:nth-child(odd) {
  margin: -5rem;
}

.odd\:-m-22:nth-child(odd) {
  margin: -5.5rem;
}

.odd\:-m-24:nth-child(odd) {
  margin: -6rem;
}

.odd\:-m-28:nth-child(odd) {
  margin: -7rem;
}

.odd\:-m-32:nth-child(odd) {
  margin: -8rem;
}

.odd\:-m-40:nth-child(odd) {
  margin: -10rem;
}

.odd\:-m-48:nth-child(odd) {
  margin: -12rem;
}

.odd\:-m-56:nth-child(odd) {
  margin: -14rem;
}

.odd\:-m-64:nth-child(odd) {
  margin: -16rem;
}

.odd\:-m-px:nth-child(odd) {
  margin: -1px;
}

.odd\:my-0:nth-child(odd) {
  margin-top: 0;
  margin-bottom: 0;
}

.odd\:mx-0:nth-child(odd) {
  margin-left: 0;
  margin-right: 0;
}

.odd\:my-1:nth-child(odd) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.odd\:mx-1:nth-child(odd) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.odd\:my-2:nth-child(odd) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.odd\:mx-2:nth-child(odd) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.odd\:my-3:nth-child(odd) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.odd\:mx-3:nth-child(odd) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.odd\:my-4:nth-child(odd) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.odd\:mx-4:nth-child(odd) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.odd\:my-5:nth-child(odd) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.odd\:mx-5:nth-child(odd) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.odd\:my-6:nth-child(odd) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.odd\:mx-6:nth-child(odd) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.odd\:my-8:nth-child(odd) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.odd\:mx-8:nth-child(odd) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.odd\:my-10:nth-child(odd) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.odd\:mx-10:nth-child(odd) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.odd\:my-12:nth-child(odd) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.odd\:mx-12:nth-child(odd) {
  margin-left: 3rem;
  margin-right: 3rem;
}

.odd\:my-14:nth-child(odd) {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.odd\:mx-14:nth-child(odd) {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.odd\:my-16:nth-child(odd) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.odd\:mx-16:nth-child(odd) {
  margin-left: 4rem;
  margin-right: 4rem;
}

.odd\:my-20:nth-child(odd) {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.odd\:mx-20:nth-child(odd) {
  margin-left: 5rem;
  margin-right: 5rem;
}

.odd\:my-22:nth-child(odd) {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.odd\:mx-22:nth-child(odd) {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.odd\:my-24:nth-child(odd) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.odd\:mx-24:nth-child(odd) {
  margin-left: 6rem;
  margin-right: 6rem;
}

.odd\:my-28:nth-child(odd) {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.odd\:mx-28:nth-child(odd) {
  margin-left: 7rem;
  margin-right: 7rem;
}

.odd\:my-32:nth-child(odd) {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.odd\:mx-32:nth-child(odd) {
  margin-left: 8rem;
  margin-right: 8rem;
}

.odd\:my-40:nth-child(odd) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.odd\:mx-40:nth-child(odd) {
  margin-left: 10rem;
  margin-right: 10rem;
}

.odd\:my-48:nth-child(odd) {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.odd\:mx-48:nth-child(odd) {
  margin-left: 12rem;
  margin-right: 12rem;
}

.odd\:my-56:nth-child(odd) {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.odd\:mx-56:nth-child(odd) {
  margin-left: 14rem;
  margin-right: 14rem;
}

.odd\:my-64:nth-child(odd) {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.odd\:mx-64:nth-child(odd) {
  margin-left: 16rem;
  margin-right: 16rem;
}

.odd\:my-auto:nth-child(odd) {
  margin-top: auto;
  margin-bottom: auto;
}

.odd\:mx-auto:nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}

.odd\:my-px:nth-child(odd) {
  margin-top: 1px;
  margin-bottom: 1px;
}

.odd\:mx-px:nth-child(odd) {
  margin-left: 1px;
  margin-right: 1px;
}

.odd\:-my-1:nth-child(odd) {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.odd\:-mx-1:nth-child(odd) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.odd\:-my-2:nth-child(odd) {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.odd\:-mx-2:nth-child(odd) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.odd\:-my-3:nth-child(odd) {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.odd\:-mx-3:nth-child(odd) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.odd\:-my-4:nth-child(odd) {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.odd\:-mx-4:nth-child(odd) {
  margin-left: -1rem;
  margin-right: -1rem;
}

.odd\:-my-5:nth-child(odd) {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.odd\:-mx-5:nth-child(odd) {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.odd\:-my-6:nth-child(odd) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.odd\:-mx-6:nth-child(odd) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.odd\:-my-8:nth-child(odd) {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.odd\:-mx-8:nth-child(odd) {
  margin-left: -2rem;
  margin-right: -2rem;
}

.odd\:-my-10:nth-child(odd) {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.odd\:-mx-10:nth-child(odd) {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.odd\:-my-12:nth-child(odd) {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.odd\:-mx-12:nth-child(odd) {
  margin-left: -3rem;
  margin-right: -3rem;
}

.odd\:-my-14:nth-child(odd) {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.odd\:-mx-14:nth-child(odd) {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.odd\:-my-16:nth-child(odd) {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.odd\:-mx-16:nth-child(odd) {
  margin-left: -4rem;
  margin-right: -4rem;
}

.odd\:-my-20:nth-child(odd) {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.odd\:-mx-20:nth-child(odd) {
  margin-left: -5rem;
  margin-right: -5rem;
}

.odd\:-my-22:nth-child(odd) {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.odd\:-mx-22:nth-child(odd) {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

.odd\:-my-24:nth-child(odd) {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.odd\:-mx-24:nth-child(odd) {
  margin-left: -6rem;
  margin-right: -6rem;
}

.odd\:-my-28:nth-child(odd) {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.odd\:-mx-28:nth-child(odd) {
  margin-left: -7rem;
  margin-right: -7rem;
}

.odd\:-my-32:nth-child(odd) {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.odd\:-mx-32:nth-child(odd) {
  margin-left: -8rem;
  margin-right: -8rem;
}

.odd\:-my-40:nth-child(odd) {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.odd\:-mx-40:nth-child(odd) {
  margin-left: -10rem;
  margin-right: -10rem;
}

.odd\:-my-48:nth-child(odd) {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.odd\:-mx-48:nth-child(odd) {
  margin-left: -12rem;
  margin-right: -12rem;
}

.odd\:-my-56:nth-child(odd) {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.odd\:-mx-56:nth-child(odd) {
  margin-left: -14rem;
  margin-right: -14rem;
}

.odd\:-my-64:nth-child(odd) {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.odd\:-mx-64:nth-child(odd) {
  margin-left: -16rem;
  margin-right: -16rem;
}

.odd\:-my-px:nth-child(odd) {
  margin-top: -1px;
  margin-bottom: -1px;
}

.odd\:-mx-px:nth-child(odd) {
  margin-left: -1px;
  margin-right: -1px;
}

.odd\:mt-0:nth-child(odd) {
  margin-top: 0;
}

.odd\:mr-0:nth-child(odd) {
  margin-right: 0;
}

.odd\:mb-0:nth-child(odd) {
  margin-bottom: 0;
}

.odd\:ml-0:nth-child(odd) {
  margin-left: 0;
}

.odd\:mt-1:nth-child(odd) {
  margin-top: 0.25rem;
}

.odd\:mr-1:nth-child(odd) {
  margin-right: 0.25rem;
}

.odd\:mb-1:nth-child(odd) {
  margin-bottom: 0.25rem;
}

.odd\:ml-1:nth-child(odd) {
  margin-left: 0.25rem;
}

.odd\:mt-2:nth-child(odd) {
  margin-top: 0.5rem;
}

.odd\:mr-2:nth-child(odd) {
  margin-right: 0.5rem;
}

.odd\:mb-2:nth-child(odd) {
  margin-bottom: 0.5rem;
}

.odd\:ml-2:nth-child(odd) {
  margin-left: 0.5rem;
}

.odd\:mt-3:nth-child(odd) {
  margin-top: 0.75rem;
}

.odd\:mr-3:nth-child(odd) {
  margin-right: 0.75rem;
}

.odd\:mb-3:nth-child(odd) {
  margin-bottom: 0.75rem;
}

.odd\:ml-3:nth-child(odd) {
  margin-left: 0.75rem;
}

.odd\:mt-4:nth-child(odd) {
  margin-top: 1rem;
}

.odd\:mr-4:nth-child(odd) {
  margin-right: 1rem;
}

.odd\:mb-4:nth-child(odd) {
  margin-bottom: 1rem;
}

.odd\:ml-4:nth-child(odd) {
  margin-left: 1rem;
}

.odd\:mt-5:nth-child(odd) {
  margin-top: 1.25rem;
}

.odd\:mr-5:nth-child(odd) {
  margin-right: 1.25rem;
}

.odd\:mb-5:nth-child(odd) {
  margin-bottom: 1.25rem;
}

.odd\:ml-5:nth-child(odd) {
  margin-left: 1.25rem;
}

.odd\:mt-6:nth-child(odd) {
  margin-top: 1.5rem;
}

.odd\:mr-6:nth-child(odd) {
  margin-right: 1.5rem;
}

.odd\:mb-6:nth-child(odd) {
  margin-bottom: 1.5rem;
}

.odd\:ml-6:nth-child(odd) {
  margin-left: 1.5rem;
}

.odd\:mt-8:nth-child(odd) {
  margin-top: 2rem;
}

.odd\:mr-8:nth-child(odd) {
  margin-right: 2rem;
}

.odd\:mb-8:nth-child(odd) {
  margin-bottom: 2rem;
}

.odd\:ml-8:nth-child(odd) {
  margin-left: 2rem;
}

.odd\:mt-10:nth-child(odd) {
  margin-top: 2.5rem;
}

.odd\:mr-10:nth-child(odd) {
  margin-right: 2.5rem;
}

.odd\:mb-10:nth-child(odd) {
  margin-bottom: 2.5rem;
}

.odd\:ml-10:nth-child(odd) {
  margin-left: 2.5rem;
}

.odd\:mt-12:nth-child(odd) {
  margin-top: 3rem;
}

.odd\:mr-12:nth-child(odd) {
  margin-right: 3rem;
}

.odd\:mb-12:nth-child(odd) {
  margin-bottom: 3rem;
}

.odd\:ml-12:nth-child(odd) {
  margin-left: 3rem;
}

.odd\:mt-14:nth-child(odd) {
  margin-top: 3.5rem;
}

.odd\:mr-14:nth-child(odd) {
  margin-right: 3.5rem;
}

.odd\:mb-14:nth-child(odd) {
  margin-bottom: 3.5rem;
}

.odd\:ml-14:nth-child(odd) {
  margin-left: 3.5rem;
}

.odd\:mt-16:nth-child(odd) {
  margin-top: 4rem;
}

.odd\:mr-16:nth-child(odd) {
  margin-right: 4rem;
}

.odd\:mb-16:nth-child(odd) {
  margin-bottom: 4rem;
}

.odd\:ml-16:nth-child(odd) {
  margin-left: 4rem;
}

.odd\:mt-20:nth-child(odd) {
  margin-top: 5rem;
}

.odd\:mr-20:nth-child(odd) {
  margin-right: 5rem;
}

.odd\:mb-20:nth-child(odd) {
  margin-bottom: 5rem;
}

.odd\:ml-20:nth-child(odd) {
  margin-left: 5rem;
}

.odd\:mt-22:nth-child(odd) {
  margin-top: 5.5rem;
}

.odd\:mr-22:nth-child(odd) {
  margin-right: 5.5rem;
}

.odd\:mb-22:nth-child(odd) {
  margin-bottom: 5.5rem;
}

.odd\:ml-22:nth-child(odd) {
  margin-left: 5.5rem;
}

.odd\:mt-24:nth-child(odd) {
  margin-top: 6rem;
}

.odd\:mr-24:nth-child(odd) {
  margin-right: 6rem;
}

.odd\:mb-24:nth-child(odd) {
  margin-bottom: 6rem;
}

.odd\:ml-24:nth-child(odd) {
  margin-left: 6rem;
}

.odd\:mt-28:nth-child(odd) {
  margin-top: 7rem;
}

.odd\:mr-28:nth-child(odd) {
  margin-right: 7rem;
}

.odd\:mb-28:nth-child(odd) {
  margin-bottom: 7rem;
}

.odd\:ml-28:nth-child(odd) {
  margin-left: 7rem;
}

.odd\:mt-32:nth-child(odd) {
  margin-top: 8rem;
}

.odd\:mr-32:nth-child(odd) {
  margin-right: 8rem;
}

.odd\:mb-32:nth-child(odd) {
  margin-bottom: 8rem;
}

.odd\:ml-32:nth-child(odd) {
  margin-left: 8rem;
}

.odd\:mt-40:nth-child(odd) {
  margin-top: 10rem;
}

.odd\:mr-40:nth-child(odd) {
  margin-right: 10rem;
}

.odd\:mb-40:nth-child(odd) {
  margin-bottom: 10rem;
}

.odd\:ml-40:nth-child(odd) {
  margin-left: 10rem;
}

.odd\:mt-48:nth-child(odd) {
  margin-top: 12rem;
}

.odd\:mr-48:nth-child(odd) {
  margin-right: 12rem;
}

.odd\:mb-48:nth-child(odd) {
  margin-bottom: 12rem;
}

.odd\:ml-48:nth-child(odd) {
  margin-left: 12rem;
}

.odd\:mt-56:nth-child(odd) {
  margin-top: 14rem;
}

.odd\:mr-56:nth-child(odd) {
  margin-right: 14rem;
}

.odd\:mb-56:nth-child(odd) {
  margin-bottom: 14rem;
}

.odd\:ml-56:nth-child(odd) {
  margin-left: 14rem;
}

.odd\:mt-64:nth-child(odd) {
  margin-top: 16rem;
}

.odd\:mr-64:nth-child(odd) {
  margin-right: 16rem;
}

.odd\:mb-64:nth-child(odd) {
  margin-bottom: 16rem;
}

.odd\:ml-64:nth-child(odd) {
  margin-left: 16rem;
}

.odd\:mt-auto:nth-child(odd) {
  margin-top: auto;
}

.odd\:mr-auto:nth-child(odd) {
  margin-right: auto;
}

.odd\:mb-auto:nth-child(odd) {
  margin-bottom: auto;
}

.odd\:ml-auto:nth-child(odd) {
  margin-left: auto;
}

.odd\:mt-px:nth-child(odd) {
  margin-top: 1px;
}

.odd\:mr-px:nth-child(odd) {
  margin-right: 1px;
}

.odd\:mb-px:nth-child(odd) {
  margin-bottom: 1px;
}

.odd\:ml-px:nth-child(odd) {
  margin-left: 1px;
}

.odd\:-mt-1:nth-child(odd) {
  margin-top: -0.25rem;
}

.odd\:-mr-1:nth-child(odd) {
  margin-right: -0.25rem;
}

.odd\:-mb-1:nth-child(odd) {
  margin-bottom: -0.25rem;
}

.odd\:-ml-1:nth-child(odd) {
  margin-left: -0.25rem;
}

.odd\:-mt-2:nth-child(odd) {
  margin-top: -0.5rem;
}

.odd\:-mr-2:nth-child(odd) {
  margin-right: -0.5rem;
}

.odd\:-mb-2:nth-child(odd) {
  margin-bottom: -0.5rem;
}

.odd\:-ml-2:nth-child(odd) {
  margin-left: -0.5rem;
}

.odd\:-mt-3:nth-child(odd) {
  margin-top: -0.75rem;
}

.odd\:-mr-3:nth-child(odd) {
  margin-right: -0.75rem;
}

.odd\:-mb-3:nth-child(odd) {
  margin-bottom: -0.75rem;
}

.odd\:-ml-3:nth-child(odd) {
  margin-left: -0.75rem;
}

.odd\:-mt-4:nth-child(odd) {
  margin-top: -1rem;
}

.odd\:-mr-4:nth-child(odd) {
  margin-right: -1rem;
}

.odd\:-mb-4:nth-child(odd) {
  margin-bottom: -1rem;
}

.odd\:-ml-4:nth-child(odd) {
  margin-left: -1rem;
}

.odd\:-mt-5:nth-child(odd) {
  margin-top: -1.25rem;
}

.odd\:-mr-5:nth-child(odd) {
  margin-right: -1.25rem;
}

.odd\:-mb-5:nth-child(odd) {
  margin-bottom: -1.25rem;
}

.odd\:-ml-5:nth-child(odd) {
  margin-left: -1.25rem;
}

.odd\:-mt-6:nth-child(odd) {
  margin-top: -1.5rem;
}

.odd\:-mr-6:nth-child(odd) {
  margin-right: -1.5rem;
}

.odd\:-mb-6:nth-child(odd) {
  margin-bottom: -1.5rem;
}

.odd\:-ml-6:nth-child(odd) {
  margin-left: -1.5rem;
}

.odd\:-mt-8:nth-child(odd) {
  margin-top: -2rem;
}

.odd\:-mr-8:nth-child(odd) {
  margin-right: -2rem;
}

.odd\:-mb-8:nth-child(odd) {
  margin-bottom: -2rem;
}

.odd\:-ml-8:nth-child(odd) {
  margin-left: -2rem;
}

.odd\:-mt-10:nth-child(odd) {
  margin-top: -2.5rem;
}

.odd\:-mr-10:nth-child(odd) {
  margin-right: -2.5rem;
}

.odd\:-mb-10:nth-child(odd) {
  margin-bottom: -2.5rem;
}

.odd\:-ml-10:nth-child(odd) {
  margin-left: -2.5rem;
}

.odd\:-mt-12:nth-child(odd) {
  margin-top: -3rem;
}

.odd\:-mr-12:nth-child(odd) {
  margin-right: -3rem;
}

.odd\:-mb-12:nth-child(odd) {
  margin-bottom: -3rem;
}

.odd\:-ml-12:nth-child(odd) {
  margin-left: -3rem;
}

.odd\:-mt-14:nth-child(odd) {
  margin-top: -3.5rem;
}

.odd\:-mr-14:nth-child(odd) {
  margin-right: -3.5rem;
}

.odd\:-mb-14:nth-child(odd) {
  margin-bottom: -3.5rem;
}

.odd\:-ml-14:nth-child(odd) {
  margin-left: -3.5rem;
}

.odd\:-mt-16:nth-child(odd) {
  margin-top: -4rem;
}

.odd\:-mr-16:nth-child(odd) {
  margin-right: -4rem;
}

.odd\:-mb-16:nth-child(odd) {
  margin-bottom: -4rem;
}

.odd\:-ml-16:nth-child(odd) {
  margin-left: -4rem;
}

.odd\:-mt-20:nth-child(odd) {
  margin-top: -5rem;
}

.odd\:-mr-20:nth-child(odd) {
  margin-right: -5rem;
}

.odd\:-mb-20:nth-child(odd) {
  margin-bottom: -5rem;
}

.odd\:-ml-20:nth-child(odd) {
  margin-left: -5rem;
}

.odd\:-mt-22:nth-child(odd) {
  margin-top: -5.5rem;
}

.odd\:-mr-22:nth-child(odd) {
  margin-right: -5.5rem;
}

.odd\:-mb-22:nth-child(odd) {
  margin-bottom: -5.5rem;
}

.odd\:-ml-22:nth-child(odd) {
  margin-left: -5.5rem;
}

.odd\:-mt-24:nth-child(odd) {
  margin-top: -6rem;
}

.odd\:-mr-24:nth-child(odd) {
  margin-right: -6rem;
}

.odd\:-mb-24:nth-child(odd) {
  margin-bottom: -6rem;
}

.odd\:-ml-24:nth-child(odd) {
  margin-left: -6rem;
}

.odd\:-mt-28:nth-child(odd) {
  margin-top: -7rem;
}

.odd\:-mr-28:nth-child(odd) {
  margin-right: -7rem;
}

.odd\:-mb-28:nth-child(odd) {
  margin-bottom: -7rem;
}

.odd\:-ml-28:nth-child(odd) {
  margin-left: -7rem;
}

.odd\:-mt-32:nth-child(odd) {
  margin-top: -8rem;
}

.odd\:-mr-32:nth-child(odd) {
  margin-right: -8rem;
}

.odd\:-mb-32:nth-child(odd) {
  margin-bottom: -8rem;
}

.odd\:-ml-32:nth-child(odd) {
  margin-left: -8rem;
}

.odd\:-mt-40:nth-child(odd) {
  margin-top: -10rem;
}

.odd\:-mr-40:nth-child(odd) {
  margin-right: -10rem;
}

.odd\:-mb-40:nth-child(odd) {
  margin-bottom: -10rem;
}

.odd\:-ml-40:nth-child(odd) {
  margin-left: -10rem;
}

.odd\:-mt-48:nth-child(odd) {
  margin-top: -12rem;
}

.odd\:-mr-48:nth-child(odd) {
  margin-right: -12rem;
}

.odd\:-mb-48:nth-child(odd) {
  margin-bottom: -12rem;
}

.odd\:-ml-48:nth-child(odd) {
  margin-left: -12rem;
}

.odd\:-mt-56:nth-child(odd) {
  margin-top: -14rem;
}

.odd\:-mr-56:nth-child(odd) {
  margin-right: -14rem;
}

.odd\:-mb-56:nth-child(odd) {
  margin-bottom: -14rem;
}

.odd\:-ml-56:nth-child(odd) {
  margin-left: -14rem;
}

.odd\:-mt-64:nth-child(odd) {
  margin-top: -16rem;
}

.odd\:-mr-64:nth-child(odd) {
  margin-right: -16rem;
}

.odd\:-mb-64:nth-child(odd) {
  margin-bottom: -16rem;
}

.odd\:-ml-64:nth-child(odd) {
  margin-left: -16rem;
}

.odd\:-mt-px:nth-child(odd) {
  margin-top: -1px;
}

.odd\:-mr-px:nth-child(odd) {
  margin-right: -1px;
}

.odd\:-mb-px:nth-child(odd) {
  margin-bottom: -1px;
}

.odd\:-ml-px:nth-child(odd) {
  margin-left: -1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.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-full {
  max-width: 100%;
}

.max-w-screen-xs {
  max-width: 480px;
}

.max-w-screen-sm {
  max-width: 640px;
}

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

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

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

.max-w-screen-xxl {
  max-width: 1400px;
}

.max-w-screen-xxxl {
  max-width: 1600px;
}

.max-w-screen-XL {
  max-width: 2000px;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-35:hover {
  opacity: 0.35;
}

.hover\:opacity-45:hover {
  opacity: 0.45;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-35:focus {
  opacity: 0.35;
}

.focus\:opacity-45:focus {
  opacity: 0.45;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

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

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

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none {
  -ms-scroll-chaining: 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;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-22 {
  padding: 5.5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.px-22 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

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

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-22 {
  padding-top: 5.5rem;
}

.pr-22 {
  padding-right: 5.5rem;
}

.pb-22 {
  padding-bottom: 5.5rem;
}

.pl-22 {
  padding-left: 5.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.placeholder-flesh::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--placeholder-opacity));
}

.placeholder-flesh::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--placeholder-opacity));
}

.placeholder-flesh::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--placeholder-opacity));
}

.placeholder-flesh::placeholder {
  --placeholder-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--placeholder-opacity));
}

.placeholder-gulfBlue::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--placeholder-opacity));
}

.placeholder-gulfBlue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--placeholder-opacity));
}

.placeholder-gulfBlue::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--placeholder-opacity));
}

.placeholder-gulfBlue::placeholder {
  --placeholder-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--placeholder-opacity));
}

.placeholder-blueDark::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--placeholder-opacity));
}

.placeholder-blueDark::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--placeholder-opacity));
}

.placeholder-blueDark::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--placeholder-opacity));
}

.placeholder-blueDark::placeholder {
  --placeholder-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--placeholder-opacity));
}

.placeholder-blueCheckbox::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--placeholder-opacity));
}

.placeholder-blueCheckbox::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--placeholder-opacity));
}

.placeholder-blueCheckbox::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--placeholder-opacity));
}

.placeholder-blueCheckbox::placeholder {
  --placeholder-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--placeholder-opacity));
}

.placeholder-blueCyan::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--placeholder-opacity));
}

.placeholder-blueCyan::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--placeholder-opacity));
}

.placeholder-blueCyan::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--placeholder-opacity));
}

.placeholder-blueCyan::placeholder {
  --placeholder-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--placeholder-opacity));
}

.placeholder-blueDarkHover::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--placeholder-opacity));
}

.placeholder-blueDarkHover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--placeholder-opacity));
}

.placeholder-blueDarkHover::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--placeholder-opacity));
}

.placeholder-blueDarkHover::placeholder {
  --placeholder-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--placeholder-opacity));
}

.placeholder-blueMedium::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.placeholder-blueMedium::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.placeholder-blueMedium::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.placeholder-blueMedium::placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.placeholder-blueMediumHover::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--placeholder-opacity));
}

.placeholder-blueMediumHover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--placeholder-opacity));
}

.placeholder-blueMediumHover::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--placeholder-opacity));
}

.placeholder-blueMediumHover::placeholder {
  --placeholder-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--placeholder-opacity));
}

.placeholder-blue::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--placeholder-opacity));
}

.placeholder-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--placeholder-opacity));
}

.placeholder-blue::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--placeholder-opacity));
}

.placeholder-blue::placeholder {
  --placeholder-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--placeholder-opacity));
}

.placeholder-blueProgrammaBack::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--placeholder-opacity));
}

.placeholder-blueProgrammaBack::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--placeholder-opacity));
}

.placeholder-blueProgrammaBack::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--placeholder-opacity));
}

.placeholder-blueProgrammaBack::placeholder {
  --placeholder-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--placeholder-opacity));
}

.placeholder-blueHover::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.placeholder-blueHover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.placeholder-blueHover::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.placeholder-blueHover::placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.placeholder-blueLightDarker::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--placeholder-opacity));
}

.placeholder-blueLightDarker::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--placeholder-opacity));
}

.placeholder-blueLightDarker::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--placeholder-opacity));
}

.placeholder-blueLightDarker::placeholder {
  --placeholder-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--placeholder-opacity));
}

.placeholder-blueLightDark::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--placeholder-opacity));
}

.placeholder-blueLightDark::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--placeholder-opacity));
}

.placeholder-blueLightDark::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--placeholder-opacity));
}

.placeholder-blueLightDark::placeholder {
  --placeholder-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--placeholder-opacity));
}

.placeholder-perano::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--placeholder-opacity));
}

.placeholder-perano::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--placeholder-opacity));
}

.placeholder-perano::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--placeholder-opacity));
}

.placeholder-perano::placeholder {
  --placeholder-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--placeholder-opacity));
}

.placeholder-blueLight::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--placeholder-opacity));
}

.placeholder-blueLight::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--placeholder-opacity));
}

.placeholder-blueLight::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--placeholder-opacity));
}

.placeholder-blueLight::placeholder {
  --placeholder-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--placeholder-opacity));
}

.placeholder-bluePersian::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--placeholder-opacity));
}

.placeholder-bluePersian::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--placeholder-opacity));
}

.placeholder-bluePersian::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--placeholder-opacity));
}

.placeholder-bluePersian::placeholder {
  --placeholder-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--placeholder-opacity));
}

.placeholder-mediumElectricBlue::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--placeholder-opacity));
}

.placeholder-mediumElectricBlue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--placeholder-opacity));
}

.placeholder-mediumElectricBlue::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--placeholder-opacity));
}

.placeholder-mediumElectricBlue::placeholder {
  --placeholder-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--placeholder-opacity));
}

.placeholder-red::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--placeholder-opacity));
}

.placeholder-red::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--placeholder-opacity));
}

.placeholder-red::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--placeholder-opacity));
}

.placeholder-red::placeholder {
  --placeholder-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--placeholder-opacity));
}

.placeholder-redCadmium::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--placeholder-opacity));
}

.placeholder-redCadmium::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--placeholder-opacity));
}

.placeholder-redCadmium::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--placeholder-opacity));
}

.placeholder-redCadmium::placeholder {
  --placeholder-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--placeholder-opacity));
}

.placeholder-redHover::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--placeholder-opacity));
}

.placeholder-redHover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--placeholder-opacity));
}

.placeholder-redHover::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--placeholder-opacity));
}

.placeholder-redHover::placeholder {
  --placeholder-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--placeholder-opacity));
}

.placeholder-yellow::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--placeholder-opacity));
}

.placeholder-yellow::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--placeholder-opacity));
}

.placeholder-yellow::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--placeholder-opacity));
}

.placeholder-yellow::placeholder {
  --placeholder-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--placeholder-opacity));
}

.placeholder-yellowHover::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--placeholder-opacity));
}

.placeholder-yellowHover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--placeholder-opacity));
}

.placeholder-yellowHover::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--placeholder-opacity));
}

.placeholder-yellowHover::placeholder {
  --placeholder-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--placeholder-opacity));
}

.placeholder-greyLighter::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--placeholder-opacity));
}

.placeholder-greyLighter::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--placeholder-opacity));
}

.placeholder-greyLighter::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--placeholder-opacity));
}

.placeholder-greyLighter::placeholder {
  --placeholder-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--placeholder-opacity));
}

.placeholder-greyLight::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--placeholder-opacity));
}

.placeholder-greyLight::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--placeholder-opacity));
}

.placeholder-greyLight::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--placeholder-opacity));
}

.placeholder-greyLight::placeholder {
  --placeholder-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--placeholder-opacity));
}

.placeholder-grey::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--placeholder-opacity));
}

.placeholder-grey::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--placeholder-opacity));
}

.placeholder-grey::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--placeholder-opacity));
}

.placeholder-grey::placeholder {
  --placeholder-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--placeholder-opacity));
}

.placeholder-greyMedium::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--placeholder-opacity));
}

.placeholder-greyMedium::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--placeholder-opacity));
}

.placeholder-greyMedium::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--placeholder-opacity));
}

.placeholder-greyMedium::placeholder {
  --placeholder-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--placeholder-opacity));
}

.placeholder-greyWarm::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--placeholder-opacity));
}

.placeholder-greyWarm::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--placeholder-opacity));
}

.placeholder-greyWarm::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--placeholder-opacity));
}

.placeholder-greyWarm::placeholder {
  --placeholder-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--placeholder-opacity));
}

.placeholder-darkGrey::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.placeholder-darkGrey::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.placeholder-darkGrey::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.placeholder-darkGrey::placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.placeholder-darkGreyHover::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--placeholder-opacity));
}

.placeholder-darkGreyHover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--placeholder-opacity));
}

.placeholder-darkGreyHover::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--placeholder-opacity));
}

.placeholder-darkGreyHover::placeholder {
  --placeholder-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--placeholder-opacity));
}

.placeholder-shadedFilters::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.05);
}

.placeholder-shadedFilters::-moz-placeholder {
  color: rgba(0, 0, 0, 0.05);
}

.placeholder-shadedFilters::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.05);
}

.placeholder-shadedFilters::placeholder {
  color: rgba(0, 0, 0, 0.05);
}

.placeholder-thunderBlack::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.placeholder-thunderBlack::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.placeholder-thunderBlack::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.placeholder-thunderBlack::placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.placeholder-greyText::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.placeholder-greyText::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.placeholder-greyText::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.placeholder-greyText::placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.placeholder-greyTextForm::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--placeholder-opacity));
}

.placeholder-greyTextForm::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--placeholder-opacity));
}

.placeholder-greyTextForm::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--placeholder-opacity));
}

.placeholder-greyTextForm::placeholder {
  --placeholder-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--placeholder-opacity));
}

.placeholder-mountainMist::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.placeholder-mountainMist::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.placeholder-mountainMist::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.placeholder-mountainMist::placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-black::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-white::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-flesh:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--placeholder-opacity));
}

.focus\:placeholder-flesh:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--placeholder-opacity));
}

.focus\:placeholder-flesh:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--placeholder-opacity));
}

.focus\:placeholder-flesh:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--placeholder-opacity));
}

.focus\:placeholder-gulfBlue:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--placeholder-opacity));
}

.focus\:placeholder-gulfBlue:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--placeholder-opacity));
}

.focus\:placeholder-gulfBlue:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--placeholder-opacity));
}

.focus\:placeholder-gulfBlue:focus::placeholder {
  --placeholder-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--placeholder-opacity));
}

.focus\:placeholder-blueDark:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--placeholder-opacity));
}

.focus\:placeholder-blueDark:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--placeholder-opacity));
}

.focus\:placeholder-blueDark:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--placeholder-opacity));
}

.focus\:placeholder-blueDark:focus::placeholder {
  --placeholder-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--placeholder-opacity));
}

.focus\:placeholder-blueCheckbox:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--placeholder-opacity));
}

.focus\:placeholder-blueCheckbox:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--placeholder-opacity));
}

.focus\:placeholder-blueCheckbox:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--placeholder-opacity));
}

.focus\:placeholder-blueCheckbox:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--placeholder-opacity));
}

.focus\:placeholder-blueCyan:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--placeholder-opacity));
}

.focus\:placeholder-blueCyan:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--placeholder-opacity));
}

.focus\:placeholder-blueCyan:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--placeholder-opacity));
}

.focus\:placeholder-blueCyan:focus::placeholder {
  --placeholder-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--placeholder-opacity));
}

.focus\:placeholder-blueDarkHover:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--placeholder-opacity));
}

.focus\:placeholder-blueDarkHover:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--placeholder-opacity));
}

.focus\:placeholder-blueDarkHover:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--placeholder-opacity));
}

.focus\:placeholder-blueDarkHover:focus::placeholder {
  --placeholder-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--placeholder-opacity));
}

.focus\:placeholder-blueMedium:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.focus\:placeholder-blueMedium:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.focus\:placeholder-blueMedium:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.focus\:placeholder-blueMedium:focus::placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.focus\:placeholder-blueMediumHover:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--placeholder-opacity));
}

.focus\:placeholder-blueMediumHover:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--placeholder-opacity));
}

.focus\:placeholder-blueMediumHover:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--placeholder-opacity));
}

.focus\:placeholder-blueMediumHover:focus::placeholder {
  --placeholder-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--placeholder-opacity));
}

.focus\:placeholder-blue:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--placeholder-opacity));
}

.focus\:placeholder-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--placeholder-opacity));
}

.focus\:placeholder-blue:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--placeholder-opacity));
}

.focus\:placeholder-blue:focus::placeholder {
  --placeholder-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--placeholder-opacity));
}

.focus\:placeholder-blueProgrammaBack:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--placeholder-opacity));
}

.focus\:placeholder-blueProgrammaBack:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--placeholder-opacity));
}

.focus\:placeholder-blueProgrammaBack:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--placeholder-opacity));
}

.focus\:placeholder-blueProgrammaBack:focus::placeholder {
  --placeholder-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--placeholder-opacity));
}

.focus\:placeholder-blueHover:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.focus\:placeholder-blueHover:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.focus\:placeholder-blueHover:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.focus\:placeholder-blueHover:focus::placeholder {
  --placeholder-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--placeholder-opacity));
}

.focus\:placeholder-blueLightDarker:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--placeholder-opacity));
}

.focus\:placeholder-blueLightDarker:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--placeholder-opacity));
}

.focus\:placeholder-blueLightDarker:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--placeholder-opacity));
}

.focus\:placeholder-blueLightDarker:focus::placeholder {
  --placeholder-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--placeholder-opacity));
}

.focus\:placeholder-blueLightDark:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--placeholder-opacity));
}

.focus\:placeholder-blueLightDark:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--placeholder-opacity));
}

.focus\:placeholder-blueLightDark:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--placeholder-opacity));
}

.focus\:placeholder-blueLightDark:focus::placeholder {
  --placeholder-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--placeholder-opacity));
}

.focus\:placeholder-perano:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--placeholder-opacity));
}

.focus\:placeholder-perano:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--placeholder-opacity));
}

.focus\:placeholder-perano:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--placeholder-opacity));
}

.focus\:placeholder-perano:focus::placeholder {
  --placeholder-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--placeholder-opacity));
}

.focus\:placeholder-blueLight:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--placeholder-opacity));
}

.focus\:placeholder-blueLight:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--placeholder-opacity));
}

.focus\:placeholder-blueLight:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--placeholder-opacity));
}

.focus\:placeholder-blueLight:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--placeholder-opacity));
}

.focus\:placeholder-bluePersian:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--placeholder-opacity));
}

.focus\:placeholder-bluePersian:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--placeholder-opacity));
}

.focus\:placeholder-bluePersian:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--placeholder-opacity));
}

.focus\:placeholder-bluePersian:focus::placeholder {
  --placeholder-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--placeholder-opacity));
}

.focus\:placeholder-mediumElectricBlue:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--placeholder-opacity));
}

.focus\:placeholder-mediumElectricBlue:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--placeholder-opacity));
}

.focus\:placeholder-mediumElectricBlue:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--placeholder-opacity));
}

.focus\:placeholder-mediumElectricBlue:focus::placeholder {
  --placeholder-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-redCadmium:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--placeholder-opacity));
}

.focus\:placeholder-redCadmium:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--placeholder-opacity));
}

.focus\:placeholder-redCadmium:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--placeholder-opacity));
}

.focus\:placeholder-redCadmium:focus::placeholder {
  --placeholder-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--placeholder-opacity));
}

.focus\:placeholder-redHover:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--placeholder-opacity));
}

.focus\:placeholder-redHover:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--placeholder-opacity));
}

.focus\:placeholder-redHover:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--placeholder-opacity));
}

.focus\:placeholder-redHover:focus::placeholder {
  --placeholder-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--placeholder-opacity));
}

.focus\:placeholder-yellow:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--placeholder-opacity));
}

.focus\:placeholder-yellow:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--placeholder-opacity));
}

.focus\:placeholder-yellow:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--placeholder-opacity));
}

.focus\:placeholder-yellow:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--placeholder-opacity));
}

.focus\:placeholder-yellowHover:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--placeholder-opacity));
}

.focus\:placeholder-yellowHover:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--placeholder-opacity));
}

.focus\:placeholder-yellowHover:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--placeholder-opacity));
}

.focus\:placeholder-yellowHover:focus::placeholder {
  --placeholder-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--placeholder-opacity));
}

.focus\:placeholder-greyLighter:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--placeholder-opacity));
}

.focus\:placeholder-greyLighter:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--placeholder-opacity));
}

.focus\:placeholder-greyLighter:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--placeholder-opacity));
}

.focus\:placeholder-greyLighter:focus::placeholder {
  --placeholder-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--placeholder-opacity));
}

.focus\:placeholder-greyLight:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--placeholder-opacity));
}

.focus\:placeholder-greyLight:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--placeholder-opacity));
}

.focus\:placeholder-greyLight:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--placeholder-opacity));
}

.focus\:placeholder-greyLight:focus::placeholder {
  --placeholder-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--placeholder-opacity));
}

.focus\:placeholder-grey:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--placeholder-opacity));
}

.focus\:placeholder-grey:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--placeholder-opacity));
}

.focus\:placeholder-grey:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--placeholder-opacity));
}

.focus\:placeholder-grey:focus::placeholder {
  --placeholder-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--placeholder-opacity));
}

.focus\:placeholder-greyMedium:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--placeholder-opacity));
}

.focus\:placeholder-greyMedium:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--placeholder-opacity));
}

.focus\:placeholder-greyMedium:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--placeholder-opacity));
}

.focus\:placeholder-greyMedium:focus::placeholder {
  --placeholder-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--placeholder-opacity));
}

.focus\:placeholder-greyWarm:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--placeholder-opacity));
}

.focus\:placeholder-greyWarm:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--placeholder-opacity));
}

.focus\:placeholder-greyWarm:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--placeholder-opacity));
}

.focus\:placeholder-greyWarm:focus::placeholder {
  --placeholder-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--placeholder-opacity));
}

.focus\:placeholder-darkGrey:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.focus\:placeholder-darkGrey:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.focus\:placeholder-darkGrey:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.focus\:placeholder-darkGrey:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.focus\:placeholder-darkGreyHover:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--placeholder-opacity));
}

.focus\:placeholder-darkGreyHover:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--placeholder-opacity));
}

.focus\:placeholder-darkGreyHover:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--placeholder-opacity));
}

.focus\:placeholder-darkGreyHover:focus::placeholder {
  --placeholder-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--placeholder-opacity));
}

.focus\:placeholder-shadedFilters:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.05);
}

.focus\:placeholder-shadedFilters:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.05);
}

.focus\:placeholder-shadedFilters:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.05);
}

.focus\:placeholder-shadedFilters:focus::placeholder {
  color: rgba(0, 0, 0, 0.05);
}

.focus\:placeholder-thunderBlack:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.focus\:placeholder-thunderBlack:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.focus\:placeholder-thunderBlack:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.focus\:placeholder-thunderBlack:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--placeholder-opacity));
}

.focus\:placeholder-greyText:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.focus\:placeholder-greyText:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.focus\:placeholder-greyText:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.focus\:placeholder-greyText:focus::placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.focus\:placeholder-greyTextForm:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--placeholder-opacity));
}

.focus\:placeholder-greyTextForm:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--placeholder-opacity));
}

.focus\:placeholder-greyTextForm:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--placeholder-opacity));
}

.focus\:placeholder-greyTextForm:focus::placeholder {
  --placeholder-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--placeholder-opacity));
}

.focus\:placeholder-mountainMist:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.focus\:placeholder-mountainMist:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.focus\:placeholder-mountainMist:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.focus\:placeholder-mountainMist:focus::placeholder {
  --placeholder-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-opacity-0::-webkit-input-placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-0::-ms-input-placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-25::-webkit-input-placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25::-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-35::-webkit-input-placeholder {
  --placeholder-opacity: 0.35;
}

.placeholder-opacity-35::-moz-placeholder {
  --placeholder-opacity: 0.35;
}

.placeholder-opacity-35::-ms-input-placeholder {
  --placeholder-opacity: 0.35;
}

.placeholder-opacity-35::placeholder {
  --placeholder-opacity: 0.35;
}

.placeholder-opacity-45::-webkit-input-placeholder {
  --placeholder-opacity: 0.45;
}

.placeholder-opacity-45::-moz-placeholder {
  --placeholder-opacity: 0.45;
}

.placeholder-opacity-45::-ms-input-placeholder {
  --placeholder-opacity: 0.45;
}

.placeholder-opacity-45::placeholder {
  --placeholder-opacity: 0.45;
}

.placeholder-opacity-50::-webkit-input-placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50::-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-75::-webkit-input-placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75::-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-100::-webkit-input-placeholder {
  --placeholder-opacity: 1;
}

.placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1;
}

.placeholder-opacity-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-35:focus::-moz-placeholder {
  --placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-35:focus::placeholder {
  --placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.45;
}

.focus\:placeholder-opacity-45:focus::-moz-placeholder {
  --placeholder-opacity: 0.45;
}

.focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.45;
}

.focus\:placeholder-opacity-45:focus::placeholder {
  --placeholder-opacity: 0.45;
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

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

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

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

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

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-4 {
  left: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-5 {
  left: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-6 {
  left: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.right-7 {
  right: 1.75rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.left-7 {
  left: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.right-8 {
  right: 2rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-8 {
  left: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.right-9 {
  right: 2.25rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.left-9 {
  left: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.right-10 {
  right: 2.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-10 {
  left: 2.5rem;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow-xs {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow-sm {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shadow-lg_noBottom {
  -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-lg_noTop {
  -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xs:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-sm:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.hover\:shadow:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hover\:shadow-lg_noBottom:hover {
  -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-lg_noTop:hover {
  -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xs:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-sm:focus {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.focus\:shadow:focus {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-md:focus {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-lg:focus {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xl:focus {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:shadow-2xl:focus {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.focus\:shadow-lg_noBottom:focus {
  -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-lg_noTop:focus {
  -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-flesh {
  --text-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--text-opacity));
}

.text-gulfBlue {
  --text-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--text-opacity));
}

.text-blueDark {
  --text-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--text-opacity));
}

.text-blueCheckbox {
  --text-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--text-opacity));
}

.text-blueCyan {
  --text-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--text-opacity));
}

.text-blueDarkHover {
  --text-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--text-opacity));
}

.text-blueMedium {
  --text-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--text-opacity));
}

.text-blueMediumHover {
  --text-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--text-opacity));
}

.text-blue {
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity));
}

.text-blueProgrammaBack {
  --text-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--text-opacity));
}

.text-blueHover {
  --text-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--text-opacity));
}

.text-blueLightDarker {
  --text-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--text-opacity));
}

.text-blueLightDark {
  --text-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--text-opacity));
}

.text-perano {
  --text-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--text-opacity));
}

.text-blueLight {
  --text-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--text-opacity));
}

.text-bluePersian {
  --text-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--text-opacity));
}

.text-mediumElectricBlue {
  --text-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--text-opacity));
}

.text-red {
  --text-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--text-opacity));
}

.text-redCadmium {
  --text-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--text-opacity));
}

.text-redHover {
  --text-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--text-opacity));
}

.text-yellow {
  --text-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--text-opacity));
}

.text-yellowHover {
  --text-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--text-opacity));
}

.text-greyLighter {
  --text-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--text-opacity));
}

.text-greyLight {
  --text-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--text-opacity));
}

.text-grey {
  --text-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--text-opacity));
}

.text-greyMedium {
  --text-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--text-opacity));
}

.text-greyWarm {
  --text-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--text-opacity));
}

.text-darkGrey {
  --text-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--text-opacity));
}

.text-darkGreyHover {
  --text-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--text-opacity));
}

.text-shadedFilters {
  color: rgba(0, 0, 0, 0.05);
}

.text-thunderBlack {
  --text-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--text-opacity));
}

.text-greyText {
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity));
}

.text-greyTextForm {
  --text-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--text-opacity));
}

.text-mountainMist {
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hover\:text-flesh:hover {
  --text-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--text-opacity));
}

.hover\:text-gulfBlue:hover {
  --text-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--text-opacity));
}

.hover\:text-blueDark:hover {
  --text-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--text-opacity));
}

.hover\:text-blueCheckbox:hover {
  --text-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--text-opacity));
}

.hover\:text-blueCyan:hover {
  --text-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--text-opacity));
}

.hover\:text-blueDarkHover:hover {
  --text-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--text-opacity));
}

.hover\:text-blueMedium:hover {
  --text-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--text-opacity));
}

.hover\:text-blueMediumHover:hover {
  --text-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--text-opacity));
}

.hover\:text-blue:hover {
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity));
}

.hover\:text-blueProgrammaBack:hover {
  --text-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--text-opacity));
}

.hover\:text-blueHover:hover {
  --text-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--text-opacity));
}

.hover\:text-blueLightDarker:hover {
  --text-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--text-opacity));
}

.hover\:text-blueLightDark:hover {
  --text-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--text-opacity));
}

.hover\:text-perano:hover {
  --text-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--text-opacity));
}

.hover\:text-blueLight:hover {
  --text-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--text-opacity));
}

.hover\:text-bluePersian:hover {
  --text-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--text-opacity));
}

.hover\:text-mediumElectricBlue:hover {
  --text-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--text-opacity));
}

.hover\:text-red:hover {
  --text-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--text-opacity));
}

.hover\:text-redCadmium:hover {
  --text-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--text-opacity));
}

.hover\:text-redHover:hover {
  --text-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--text-opacity));
}

.hover\:text-yellow:hover {
  --text-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--text-opacity));
}

.hover\:text-yellowHover:hover {
  --text-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--text-opacity));
}

.hover\:text-greyLighter:hover {
  --text-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--text-opacity));
}

.hover\:text-greyLight:hover {
  --text-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--text-opacity));
}

.hover\:text-grey:hover {
  --text-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--text-opacity));
}

.hover\:text-greyMedium:hover {
  --text-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--text-opacity));
}

.hover\:text-greyWarm:hover {
  --text-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--text-opacity));
}

.hover\:text-darkGrey:hover {
  --text-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--text-opacity));
}

.hover\:text-darkGreyHover:hover {
  --text-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--text-opacity));
}

.hover\:text-shadedFilters:hover {
  color: rgba(0, 0, 0, 0.05);
}

.hover\:text-thunderBlack:hover {
  --text-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--text-opacity));
}

.hover\:text-greyText:hover {
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity));
}

.hover\:text-greyTextForm:hover {
  --text-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--text-opacity));
}

.hover\:text-mountainMist:hover {
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-black:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.focus\:text-flesh:focus {
  --text-opacity: 1;
  color: #ffbe8d;
  color: rgba(255, 190, 141, var(--text-opacity));
}

.focus\:text-gulfBlue:focus {
  --text-opacity: 1;
  color: #001959;
  color: rgba(0, 25, 89, var(--text-opacity));
}

.focus\:text-blueDark:focus {
  --text-opacity: 1;
  color: #001b5b;
  color: rgba(0, 27, 91, var(--text-opacity));
}

.focus\:text-blueCheckbox:focus {
  --text-opacity: 1;
  color: #2F7094;
  color: rgba(47, 112, 148, var(--text-opacity));
}

.focus\:text-blueCyan:focus {
  --text-opacity: 1;
  color: #00518C;
  color: rgba(0, 81, 140, var(--text-opacity));
}

.focus\:text-blueDarkHover:focus {
  --text-opacity: 1;
  color: #00233F;
  color: rgba(0, 35, 63, var(--text-opacity));
}

.focus\:text-blueMedium:focus {
  --text-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--text-opacity));
}

.focus\:text-blueMediumHover:focus {
  --text-opacity: 1;
  color: #00294B;
  color: rgba(0, 41, 75, var(--text-opacity));
}

.focus\:text-blue:focus {
  --text-opacity: 1;
  color: #0065bb;
  color: rgba(0, 101, 187, var(--text-opacity));
}

.focus\:text-blueProgrammaBack:focus {
  --text-opacity: 1;
  color: #0066b7;
  color: rgba(0, 102, 183, var(--text-opacity));
}

.focus\:text-blueHover:focus {
  --text-opacity: 1;
  color: #003F6D;
  color: rgba(0, 63, 109, var(--text-opacity));
}

.focus\:text-blueLightDarker:focus {
  --text-opacity: 1;
  color: #7BB1CF;
  color: rgba(123, 177, 207, var(--text-opacity));
}

.focus\:text-blueLightDark:focus {
  --text-opacity: 1;
  color: #A4D2EC;
  color: rgba(164, 210, 236, var(--text-opacity));
}

.focus\:text-perano:focus {
  --text-opacity: 1;
  color: #A6D1F4;
  color: rgba(166, 209, 244, var(--text-opacity));
}

.focus\:text-blueLight:focus {
  --text-opacity: 1;
  color: #b7dbf9;
  color: rgba(183, 219, 249, var(--text-opacity));
}

.focus\:text-bluePersian:focus {
  --text-opacity: 1;
  color: #0169B4;
  color: rgba(1, 105, 180, var(--text-opacity));
}

.focus\:text-mediumElectricBlue:focus {
  --text-opacity: 1;
  color: #0057A0;
  color: rgba(0, 87, 160, var(--text-opacity));
}

.focus\:text-red:focus {
  --text-opacity: 1;
  color: #e70000;
  color: rgba(231, 0, 0, var(--text-opacity));
}

.focus\:text-redCadmium:focus {
  --text-opacity: 1;
  color: #E30413;
  color: rgba(227, 4, 19, var(--text-opacity));
}

.focus\:text-redHover:focus {
  --text-opacity: 1;
  color: #AA030D;
  color: rgba(170, 3, 13, var(--text-opacity));
}

.focus\:text-yellow:focus {
  --text-opacity: 1;
  color: #ff6f03;
  color: rgba(255, 111, 3, var(--text-opacity));
}

.focus\:text-yellowHover:focus {
  --text-opacity: 1;
  color: #FF9103;
  color: rgba(255, 145, 3, var(--text-opacity));
}

.focus\:text-greyLighter:focus {
  --text-opacity: 1;
  color: #F6F5F3;
  color: rgba(246, 245, 243, var(--text-opacity));
}

.focus\:text-greyLight:focus {
  --text-opacity: 1;
  color: #E2E2E2;
  color: rgba(226, 226, 226, var(--text-opacity));
}

.focus\:text-grey:focus {
  --text-opacity: 1;
  color: #E6E3DF;
  color: rgba(230, 227, 223, var(--text-opacity));
}

.focus\:text-greyMedium:focus {
  --text-opacity: 1;
  color: #DDD;
  color: rgba(221, 221, 221, var(--text-opacity));
}

.focus\:text-greyWarm:focus {
  --text-opacity: 1;
  color: #939283;
  color: rgba(147, 146, 131, var(--text-opacity));
}

.focus\:text-darkGrey:focus {
  --text-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--text-opacity));
}

.focus\:text-darkGreyHover:focus {
  --text-opacity: 1;
  color: #212121;
  color: rgba(33, 33, 33, var(--text-opacity));
}

.focus\:text-shadedFilters:focus {
  color: rgba(0, 0, 0, 0.05);
}

.focus\:text-thunderBlack:focus {
  --text-opacity: 1;
  color: #2D2D2D;
  color: rgba(45, 45, 45, var(--text-opacity));
}

.focus\:text-greyText:focus {
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity));
}

.focus\:text-greyTextForm:focus {
  --text-opacity: 1;
  color: #929292;
  color: rgba(146, 146, 146, var(--text-opacity));
}

.focus\:text-mountainMist:focus {
  --text-opacity: 1;
  color: #949494;
  color: rgba(148, 148, 148, var(--text-opacity));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-black:focus {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.focus\:text-white:focus {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-opacity-0 {
  --text-opacity: 0;
}

.text-opacity-25 {
  --text-opacity: 0.25;
}

.text-opacity-35 {
  --text-opacity: 0.35;
}

.text-opacity-45 {
  --text-opacity: 0.45;
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.text-opacity-75 {
  --text-opacity: 0.75;
}

.text-opacity-100 {
  --text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --text-opacity: 0;
}

.hover\:text-opacity-25:hover {
  --text-opacity: 0.25;
}

.hover\:text-opacity-35:hover {
  --text-opacity: 0.35;
}

.hover\:text-opacity-45:hover {
  --text-opacity: 0.45;
}

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5;
}

.hover\:text-opacity-75:hover {
  --text-opacity: 0.75;
}

.hover\:text-opacity-100:hover {
  --text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --text-opacity: 0;
}

.focus\:text-opacity-25:focus {
  --text-opacity: 0.25;
}

.focus\:text-opacity-35:focus {
  --text-opacity: 0.35;
}

.focus\:text-opacity-45:focus {
  --text-opacity: 0.45;
}

.focus\:text-opacity-50:focus {
  --text-opacity: 0.5;
}

.focus\:text-opacity-75:focus {
  --text-opacity: 0.75;
}

.focus\:text-opacity-100:focus {
  --text-opacity: 1;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  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;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --font-variant-numeric-ordinal: ordinal;
}

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero;
}

.lining-nums {
  --font-variant-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-22 {
  width: 5.5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.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-48\% {
  width: 48%;
}

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

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

.gap-0 {
  grid-gap: 0;
  gap: 0;
}

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-14 {
  grid-gap: 3.5rem;
  gap: 3.5rem;
}

.gap-16 {
  grid-gap: 4rem;
  gap: 4rem;
}

.gap-20 {
  grid-gap: 5rem;
  gap: 5rem;
}

.gap-22 {
  grid-gap: 5.5rem;
  gap: 5.5rem;
}

.gap-24 {
  grid-gap: 6rem;
  gap: 6rem;
}

.gap-28 {
  grid-gap: 7rem;
  gap: 7rem;
}

.gap-32 {
  grid-gap: 8rem;
  gap: 8rem;
}

.gap-40 {
  grid-gap: 10rem;
  gap: 10rem;
}

.gap-48 {
  grid-gap: 12rem;
  gap: 12rem;
}

.gap-56 {
  grid-gap: 14rem;
  gap: 14rem;
}

.gap-64 {
  grid-gap: 16rem;
  gap: 16rem;
}

.gap-px {
  grid-gap: 1px;
  gap: 1px;
}

.col-gap-0 {
  grid-column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.col-gap-1 {
  grid-column-gap: 0.25rem;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.col-gap-2 {
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.col-gap-3 {
  grid-column-gap: 0.75rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.col-gap-4 {
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.col-gap-5 {
  grid-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.col-gap-6 {
  grid-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.col-gap-8 {
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.col-gap-10 {
  grid-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.col-gap-12 {
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.col-gap-14 {
  grid-column-gap: 3.5rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}

.col-gap-16 {
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.col-gap-20 {
  grid-column-gap: 5rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.col-gap-22 {
  grid-column-gap: 5.5rem;
  -webkit-column-gap: 5.5rem;
     -moz-column-gap: 5.5rem;
          column-gap: 5.5rem;
}

.col-gap-24 {
  grid-column-gap: 6rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.col-gap-28 {
  grid-column-gap: 7rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}

.col-gap-32 {
  grid-column-gap: 8rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.col-gap-40 {
  grid-column-gap: 10rem;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.col-gap-48 {
  grid-column-gap: 12rem;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}

.col-gap-56 {
  grid-column-gap: 14rem;
  -webkit-column-gap: 14rem;
     -moz-column-gap: 14rem;
          column-gap: 14rem;
}

.col-gap-64 {
  grid-column-gap: 16rem;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.col-gap-px {
  grid-column-gap: 1px;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

.gap-x-0 {
  grid-column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.gap-x-1 {
  grid-column-gap: 0.25rem;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.gap-x-2 {
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.gap-x-3 {
  grid-column-gap: 0.75rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.gap-x-4 {
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.gap-x-5 {
  grid-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.gap-x-6 {
  grid-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.gap-x-8 {
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.gap-x-10 {
  grid-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.gap-x-12 {
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.gap-x-14 {
  grid-column-gap: 3.5rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}

.gap-x-16 {
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.gap-x-20 {
  grid-column-gap: 5rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.gap-x-22 {
  grid-column-gap: 5.5rem;
  -webkit-column-gap: 5.5rem;
     -moz-column-gap: 5.5rem;
          column-gap: 5.5rem;
}

.gap-x-24 {
  grid-column-gap: 6rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.gap-x-28 {
  grid-column-gap: 7rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}

.gap-x-32 {
  grid-column-gap: 8rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.gap-x-40 {
  grid-column-gap: 10rem;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.gap-x-48 {
  grid-column-gap: 12rem;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}

.gap-x-56 {
  grid-column-gap: 14rem;
  -webkit-column-gap: 14rem;
     -moz-column-gap: 14rem;
          column-gap: 14rem;
}

.gap-x-64 {
  grid-column-gap: 16rem;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.gap-x-px {
  grid-column-gap: 1px;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

.row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0;
}

.row-gap-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.row-gap-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.row-gap-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.row-gap-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.row-gap-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.row-gap-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.row-gap-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.row-gap-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.row-gap-14 {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.row-gap-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.row-gap-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.row-gap-22 {
  grid-row-gap: 5.5rem;
  row-gap: 5.5rem;
}

.row-gap-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.row-gap-28 {
  grid-row-gap: 7rem;
  row-gap: 7rem;
}

.row-gap-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.row-gap-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.row-gap-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.row-gap-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.row-gap-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.gap-y-0 {
  grid-row-gap: 0;
  row-gap: 0;
}

.gap-y-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.gap-y-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.gap-y-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.gap-y-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.gap-y-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.gap-y-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.gap-y-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.gap-y-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.gap-y-14 {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.gap-y-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.gap-y-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.gap-y-22 {
  grid-row-gap: 5.5rem;
  row-gap: 5.5rem;
}

.gap-y-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.gap-y-28 {
  grid-row-gap: 7rem;
  row-gap: 7rem;
}

.gap-y-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.gap-y-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.gap-y-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.gap-y-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.gap-y-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.gap-y-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

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

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

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

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

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

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
       -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transform-none {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.origin-center {
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}

.origin-top {
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
}

.origin-top-right {
  -webkit-transform-origin: top right;
       -o-transform-origin: top right;
          transform-origin: top right;
}

.origin-right {
  -webkit-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
}

.origin-bottom-right {
  -webkit-transform-origin: bottom right;
       -o-transform-origin: bottom right;
          transform-origin: bottom right;
}

.origin-bottom {
  -webkit-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
}

.origin-bottom-left {
  -webkit-transform-origin: bottom left;
       -o-transform-origin: bottom left;
          transform-origin: bottom left;
}

.origin-left {
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}

.origin-top-left {
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
}

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.scale-x-0 {
  --transform-scale-x: 0;
}

.scale-x-50 {
  --transform-scale-x: .5;
}

.scale-x-75 {
  --transform-scale-x: .75;
}

.scale-x-90 {
  --transform-scale-x: .9;
}

.scale-x-95 {
  --transform-scale-x: .95;
}

.scale-x-100 {
  --transform-scale-x: 1;
}

.scale-x-105 {
  --transform-scale-x: 1.05;
}

.scale-x-110 {
  --transform-scale-x: 1.1;
}

.scale-x-125 {
  --transform-scale-x: 1.25;
}

.scale-x-150 {
  --transform-scale-x: 1.5;
}

.scale-y-0 {
  --transform-scale-y: 0;
}

.scale-y-50 {
  --transform-scale-y: .5;
}

.scale-y-75 {
  --transform-scale-y: .75;
}

.scale-y-90 {
  --transform-scale-y: .9;
}

.scale-y-95 {
  --transform-scale-y: .95;
}

.scale-y-100 {
  --transform-scale-y: 1;
}

.scale-y-105 {
  --transform-scale-y: 1.05;
}

.scale-y-110 {
  --transform-scale-y: 1.1;
}

.scale-y-125 {
  --transform-scale-y: 1.25;
}

.scale-y-150 {
  --transform-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.focus\:scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.focus\:scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.focus\:scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.focus\:scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5;
}

.rotate-0 {
  --transform-rotate: 0;
}

.rotate-45 {
  --transform-rotate: 45deg;
}

.rotate-90 {
  --transform-rotate: 90deg;
}

.rotate-180 {
  --transform-rotate: 180deg;
}

.-rotate-180 {
  --transform-rotate: -180deg;
}

.-rotate-90 {
  --transform-rotate: -90deg;
}

.-rotate-45 {
  --transform-rotate: -45deg;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0;
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg;
}

.focus\:rotate-0:focus {
  --transform-rotate: 0;
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg;
}

.translate-x-0 {
  --transform-translate-x: 0;
}

.translate-x-1 {
  --transform-translate-x: 0.25rem;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem;
}

.translate-x-3 {
  --transform-translate-x: 0.75rem;
}

.translate-x-4 {
  --transform-translate-x: 1rem;
}

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

.translate-x-6 {
  --transform-translate-x: 1.5rem;
}

.translate-x-8 {
  --transform-translate-x: 2rem;
}

.translate-x-10 {
  --transform-translate-x: 2.5rem;
}

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

.translate-x-14 {
  --transform-translate-x: 3.5rem;
}

.translate-x-16 {
  --transform-translate-x: 4rem;
}

.translate-x-20 {
  --transform-translate-x: 5rem;
}

.translate-x-22 {
  --transform-translate-x: 5.5rem;
}

.translate-x-24 {
  --transform-translate-x: 6rem;
}

.translate-x-28 {
  --transform-translate-x: 7rem;
}

.translate-x-32 {
  --transform-translate-x: 8rem;
}

.translate-x-40 {
  --transform-translate-x: 10rem;
}

.translate-x-48 {
  --transform-translate-x: 12rem;
}

.translate-x-56 {
  --transform-translate-x: 14rem;
}

.translate-x-64 {
  --transform-translate-x: 16rem;
}

.translate-x-px {
  --transform-translate-x: 1px;
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem;
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem;
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem;
}

.-translate-x-4 {
  --transform-translate-x: -1rem;
}

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

.-translate-x-6 {
  --transform-translate-x: -1.5rem;
}

.-translate-x-8 {
  --transform-translate-x: -2rem;
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem;
}

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

.-translate-x-14 {
  --transform-translate-x: -3.5rem;
}

.-translate-x-16 {
  --transform-translate-x: -4rem;
}

.-translate-x-20 {
  --transform-translate-x: -5rem;
}

.-translate-x-22 {
  --transform-translate-x: -5.5rem;
}

.-translate-x-24 {
  --transform-translate-x: -6rem;
}

.-translate-x-28 {
  --transform-translate-x: -7rem;
}

.-translate-x-32 {
  --transform-translate-x: -8rem;
}

.-translate-x-40 {
  --transform-translate-x: -10rem;
}

.-translate-x-48 {
  --transform-translate-x: -12rem;
}

.-translate-x-56 {
  --transform-translate-x: -14rem;
}

.-translate-x-64 {
  --transform-translate-x: -16rem;
}

.-translate-x-px {
  --transform-translate-x: -1px;
}

.-translate-x-full {
  --transform-translate-x: -100%;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%;
}

.translate-x-1\/2 {
  --transform-translate-x: 50%;
}

.translate-x-full {
  --transform-translate-x: 100%;
}

.translate-y-0 {
  --transform-translate-y: 0;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem;
}

.translate-y-3 {
  --transform-translate-y: 0.75rem;
}

.translate-y-4 {
  --transform-translate-y: 1rem;
}

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

.translate-y-6 {
  --transform-translate-y: 1.5rem;
}

.translate-y-8 {
  --transform-translate-y: 2rem;
}

.translate-y-10 {
  --transform-translate-y: 2.5rem;
}

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

.translate-y-14 {
  --transform-translate-y: 3.5rem;
}

.translate-y-16 {
  --transform-translate-y: 4rem;
}

.translate-y-20 {
  --transform-translate-y: 5rem;
}

.translate-y-22 {
  --transform-translate-y: 5.5rem;
}

.translate-y-24 {
  --transform-translate-y: 6rem;
}

.translate-y-28 {
  --transform-translate-y: 7rem;
}

.translate-y-32 {
  --transform-translate-y: 8rem;
}

.translate-y-40 {
  --transform-translate-y: 10rem;
}

.translate-y-48 {
  --transform-translate-y: 12rem;
}

.translate-y-56 {
  --transform-translate-y: 14rem;
}

.translate-y-64 {
  --transform-translate-y: 16rem;
}

.translate-y-px {
  --transform-translate-y: 1px;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem;
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem;
}

.-translate-y-4 {
  --transform-translate-y: -1rem;
}

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

.-translate-y-6 {
  --transform-translate-y: -1.5rem;
}

.-translate-y-8 {
  --transform-translate-y: -2rem;
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem;
}

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

.-translate-y-14 {
  --transform-translate-y: -3.5rem;
}

.-translate-y-16 {
  --transform-translate-y: -4rem;
}

.-translate-y-20 {
  --transform-translate-y: -5rem;
}

.-translate-y-22 {
  --transform-translate-y: -5.5rem;
}

.-translate-y-24 {
  --transform-translate-y: -6rem;
}

.-translate-y-28 {
  --transform-translate-y: -7rem;
}

.-translate-y-32 {
  --transform-translate-y: -8rem;
}

.-translate-y-40 {
  --transform-translate-y: -10rem;
}

.-translate-y-48 {
  --transform-translate-y: -12rem;
}

.-translate-y-56 {
  --transform-translate-y: -14rem;
}

.-translate-y-64 {
  --transform-translate-y: -16rem;
}

.-translate-y-px {
  --transform-translate-y: -1px;
}

.-translate-y-full {
  --transform-translate-y: -100%;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%;
}

.translate-y-1\/2 {
  --transform-translate-y: 50%;
}

.translate-y-full {
  --transform-translate-y: 100%;
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem;
}

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

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem;
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem;
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem;
}

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

.hover\:translate-x-14:hover {
  --transform-translate-x: 3.5rem;
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem;
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem;
}

.hover\:translate-x-22:hover {
  --transform-translate-x: 5.5rem;
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem;
}

.hover\:translate-x-28:hover {
  --transform-translate-x: 7rem;
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem;
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem;
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem;
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem;
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem;
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px;
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem;
}

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

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem;
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem;
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem;
}

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

.hover\:-translate-x-14:hover {
  --transform-translate-x: -3.5rem;
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem;
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem;
}

.hover\:-translate-x-22:hover {
  --transform-translate-x: -5.5rem;
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem;
}

.hover\:-translate-x-28:hover {
  --transform-translate-x: -7rem;
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem;
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem;
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem;
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem;
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem;
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px;
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100%;
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%;
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%;
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100%;
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0;
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem;
}

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

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem;
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem;
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem;
}

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

.hover\:translate-y-14:hover {
  --transform-translate-y: 3.5rem;
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem;
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem;
}

.hover\:translate-y-22:hover {
  --transform-translate-y: 5.5rem;
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem;
}

.hover\:translate-y-28:hover {
  --transform-translate-y: 7rem;
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem;
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem;
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem;
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem;
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem;
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem;
}

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

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem;
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem;
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem;
}

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

.hover\:-translate-y-14:hover {
  --transform-translate-y: -3.5rem;
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem;
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem;
}

.hover\:-translate-y-22:hover {
  --transform-translate-y: -5.5rem;
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem;
}

.hover\:-translate-y-28:hover {
  --transform-translate-y: -7rem;
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem;
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem;
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem;
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem;
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem;
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px;
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100%;
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%;
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%;
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100%;
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0;
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem;
}

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

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem;
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem;
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem;
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem;
}

.focus\:translate-x-14:focus {
  --transform-translate-x: 3.5rem;
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem;
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem;
}

.focus\:translate-x-22:focus {
  --transform-translate-x: 5.5rem;
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem;
}

.focus\:translate-x-28:focus {
  --transform-translate-x: 7rem;
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem;
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem;
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem;
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem;
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem;
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px;
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem;
}

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

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem;
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem;
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem;
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem;
}

.focus\:-translate-x-14:focus {
  --transform-translate-x: -3.5rem;
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem;
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem;
}

.focus\:-translate-x-22:focus {
  --transform-translate-x: -5.5rem;
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem;
}

.focus\:-translate-x-28:focus {
  --transform-translate-x: -7rem;
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem;
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem;
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem;
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem;
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem;
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px;
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100%;
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50%;
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50%;
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100%;
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0;
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem;
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem;
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem;
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem;
}

.focus\:translate-y-14:focus {
  --transform-translate-y: 3.5rem;
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem;
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem;
}

.focus\:translate-y-22:focus {
  --transform-translate-y: 5.5rem;
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem;
}

.focus\:translate-y-28:focus {
  --transform-translate-y: 7rem;
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem;
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem;
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem;
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem;
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem;
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px;
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem;
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem;
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem;
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem;
}

.focus\:-translate-y-14:focus {
  --transform-translate-y: -3.5rem;
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem;
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem;
}

.focus\:-translate-y-22:focus {
  --transform-translate-y: -5.5rem;
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem;
}

.focus\:-translate-y-28:focus {
  --transform-translate-y: -7rem;
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem;
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem;
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem;
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem;
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem;
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px;
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100%;
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50%;
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50%;
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100%;
}

.skew-x-0 {
  --transform-skew-x: 0;
}

.skew-x-3 {
  --transform-skew-x: 3deg;
}

.skew-x-6 {
  --transform-skew-x: 6deg;
}

.skew-x-12 {
  --transform-skew-x: 12deg;
}

.-skew-x-12 {
  --transform-skew-x: -12deg;
}

.-skew-x-6 {
  --transform-skew-x: -6deg;
}

.-skew-x-3 {
  --transform-skew-x: -3deg;
}

.skew-y-0 {
  --transform-skew-y: 0;
}

.skew-y-3 {
  --transform-skew-y: 3deg;
}

.skew-y-6 {
  --transform-skew-y: 6deg;
}

.skew-y-12 {
  --transform-skew-y: 12deg;
}

.-skew-y-12 {
  --transform-skew-y: -12deg;
}

.-skew-y-6 {
  --transform-skew-y: -6deg;
}

.-skew-y-3 {
  --transform-skew-y: -3deg;
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0;
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg;
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0;
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg;
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0;
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg;
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0;
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg;
}

.transition-none {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.transition-all {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -o-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -o-transform;
}

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.transition-shadow {
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

.ease-linear {
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  -webkit-transition-duration: 75ms;
       -o-transition-duration: 75ms;
          transition-duration: 75ms;
}

.duration-100 {
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
}

.duration-150 {
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}

.duration-200 {
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}

.duration-500 {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

.duration-700 {
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
}

.duration-1000 {
  -webkit-transition-duration: 1000ms;
       -o-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.delay-75 {
  -webkit-transition-delay: 75ms;
       -o-transition-delay: 75ms;
          transition-delay: 75ms;
}

.delay-100 {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

.delay-150 {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}

.delay-200 {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

.delay-300 {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

.delay-500 {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}

.delay-700 {
  -webkit-transition-delay: 700ms;
       -o-transition-delay: 700ms;
          transition-delay: 700ms;
}

.delay-1000 {
  -webkit-transition-delay: 1000ms;
       -o-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-o-keyframes ping {
  75%, 100% {
    -o-transform: scale(2);
       transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-o-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(-25%);
       transform: translateY(-25%);
    -o-animation-timing-function: cubic-bezier(0.8,0,1,1);
       animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -o-transform: none;
       transform: none;
    -o-animation-timing-function: cubic-bezier(0,0,0.2,1);
       animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
         -o-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
         -o-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
         -o-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
       -o-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
       -o-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
       -o-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

@media (min-width: 480px) {
  .xs\:container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .xs\:container {
      max-width: 480px;
    }
  }

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

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

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

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

  @media (min-width: 1400px) {
    .xs\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {
    .xs\:container {
      max-width: 1600px;
    }
  }

  @media (min-width: 2000px) {
    .xs\:container {
      max-width: 2000px;
    }
  }

  .xs\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xs\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xs\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xs\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xs\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xs\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xs\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xs\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xs\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xs\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xs\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xs\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xs\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--space-y-reverse));
  }

  .xs\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xs\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .xs\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xs\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xs\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xs\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xs\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xs\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xs\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xs\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xs\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xs\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xs\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xs\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xs\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xs\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xs\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .xs\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xs\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xs\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xs\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xs\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xs\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xs\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xs\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xs\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xs\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xs\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xs\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xs\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xs\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xs\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xs\:divide-flesh > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--divide-opacity));
  }

  .xs\:divide-gulfBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--divide-opacity));
  }

  .xs\:divide-blueDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--divide-opacity));
  }

  .xs\:divide-blueCheckbox > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--divide-opacity));
  }

  .xs\:divide-blueCyan > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--divide-opacity));
  }

  .xs\:divide-blueDarkHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--divide-opacity));
  }

  .xs\:divide-blueMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .xs\:divide-blueMediumHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--divide-opacity));
  }

  .xs\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--divide-opacity));
  }

  .xs\:divide-blueProgrammaBack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--divide-opacity));
  }

  .xs\:divide-blueHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .xs\:divide-blueLightDarker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--divide-opacity));
  }

  .xs\:divide-blueLightDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--divide-opacity));
  }

  .xs\:divide-perano > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--divide-opacity));
  }

  .xs\:divide-blueLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--divide-opacity));
  }

  .xs\:divide-bluePersian > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--divide-opacity));
  }

  .xs\:divide-mediumElectricBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--divide-opacity));
  }

  .xs\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--divide-opacity));
  }

  .xs\:divide-redCadmium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--divide-opacity));
  }

  .xs\:divide-redHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--divide-opacity));
  }

  .xs\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--divide-opacity));
  }

  .xs\:divide-yellowHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--divide-opacity));
  }

  .xs\:divide-greyLighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--divide-opacity));
  }

  .xs\:divide-greyLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--divide-opacity));
  }

  .xs\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--divide-opacity));
  }

  .xs\:divide-greyMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--divide-opacity));
  }

  .xs\:divide-greyWarm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--divide-opacity));
  }

  .xs\:divide-darkGrey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .xs\:divide-darkGreyHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--divide-opacity));
  }

  .xs\:divide-shadedFilters > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xs\:divide-thunderBlack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .xs\:divide-greyText > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .xs\:divide-greyTextForm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--divide-opacity));
  }

  .xs\:divide-mountainMist > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .xs\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xs\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xs\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xs\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .xs\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .xs\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .xs\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .xs\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .xs\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xs\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xs\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35;
  }

  .xs\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45;
  }

  .xs\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xs\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xs\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

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

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

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

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

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

  .xs\:bg-clip-border {
    background-clip: border-box;
  }

  .xs\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xs\:bg-clip-content {
    background-clip: content-box;
  }

  .xs\:bg-clip-text {
    background-clip: text;
  }

  .xs\:bg-flesh {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xs\:bg-gulfBlue {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xs\:bg-blueDark {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xs\:bg-blueCheckbox {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xs\:bg-blueCyan {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xs\:bg-blueDarkHover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xs\:bg-blueMedium {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xs\:bg-blueMediumHover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xs\:bg-blue {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xs\:bg-blueProgrammaBack {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xs\:bg-blueHover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xs\:bg-blueLightDarker {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xs\:bg-blueLightDark {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xs\:bg-perano {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xs\:bg-blueLight {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xs\:bg-bluePersian {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xs\:bg-mediumElectricBlue {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xs\:bg-red {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xs\:bg-redCadmium {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xs\:bg-redHover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xs\:bg-yellow {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xs\:bg-yellowHover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xs\:bg-greyLighter {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xs\:bg-greyLight {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xs\:bg-grey {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xs\:bg-greyMedium {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xs\:bg-greyWarm {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xs\:bg-darkGrey {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xs\:bg-darkGreyHover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xs\:bg-shadedFilters {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xs\:bg-thunderBlack {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xs\:bg-greyText {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xs\:bg-greyTextForm {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xs\:bg-mountainMist {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xs\:bg-transparent {
    background-color: transparent;
  }

  .xs\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:hover\:bg-flesh:hover {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xs\:hover\:bg-gulfBlue:hover {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueDark:hover {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueCheckbox:hover {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueCyan:hover {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueDarkHover:hover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueMedium:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueMediumHover:hover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xs\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueProgrammaBack:hover {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueHover:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueLightDarker:hover {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueLightDark:hover {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xs\:hover\:bg-perano:hover {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xs\:hover\:bg-blueLight:hover {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xs\:hover\:bg-bluePersian:hover {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xs\:hover\:bg-mediumElectricBlue:hover {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xs\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xs\:hover\:bg-redCadmium:hover {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xs\:hover\:bg-redHover:hover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellowHover:hover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xs\:hover\:bg-greyLighter:hover {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xs\:hover\:bg-greyLight:hover {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xs\:hover\:bg-greyMedium:hover {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xs\:hover\:bg-greyWarm:hover {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xs\:hover\:bg-darkGrey:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xs\:hover\:bg-darkGreyHover:hover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xs\:hover\:bg-shadedFilters:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:bg-thunderBlack:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xs\:hover\:bg-greyText:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xs\:hover\:bg-greyTextForm:hover {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xs\:hover\:bg-mountainMist:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xs\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:focus\:bg-flesh:focus {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xs\:focus\:bg-gulfBlue:focus {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueDark:focus {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueCheckbox:focus {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueCyan:focus {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueDarkHover:focus {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueMedium:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueMediumHover:focus {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xs\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueProgrammaBack:focus {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueHover:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueLightDarker:focus {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueLightDark:focus {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xs\:focus\:bg-perano:focus {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xs\:focus\:bg-blueLight:focus {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xs\:focus\:bg-bluePersian:focus {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xs\:focus\:bg-mediumElectricBlue:focus {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xs\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xs\:focus\:bg-redCadmium:focus {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xs\:focus\:bg-redHover:focus {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellowHover:focus {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xs\:focus\:bg-greyLighter:focus {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xs\:focus\:bg-greyLight:focus {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xs\:focus\:bg-greyMedium:focus {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xs\:focus\:bg-greyWarm:focus {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xs\:focus\:bg-darkGrey:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xs\:focus\:bg-darkGreyHover:focus {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xs\:focus\:bg-shadedFilters:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:bg-thunderBlack:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xs\:focus\:bg-greyText:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xs\:focus\:bg-greyTextForm:focus {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xs\:focus\:bg-mountainMist:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xs\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xs\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:bg-none {
    background-image: none;
  }

  .xs\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xs\:from-flesh {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xs\:from-gulfBlue {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xs\:from-blueDark {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xs\:from-blueCheckbox {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xs\:from-blueCyan {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xs\:from-blueDarkHover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xs\:from-blueMedium {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:from-blueMediumHover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xs\:from-blue {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xs\:from-blueProgrammaBack {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xs\:from-blueHover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:from-blueLightDarker {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xs\:from-blueLightDark {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xs\:from-perano {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xs\:from-blueLight {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xs\:from-bluePersian {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xs\:from-mediumElectricBlue {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xs\:from-red {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xs\:from-redCadmium {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xs\:from-redHover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xs\:from-yellow {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xs\:from-yellowHover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xs\:from-greyLighter {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xs\:from-greyLight {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xs\:from-grey {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xs\:from-greyMedium {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xs\:from-greyWarm {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xs\:from-darkGrey {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:from-darkGreyHover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xs\:from-shadedFilters {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:from-thunderBlack {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:from-greyText {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:from-greyTextForm {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xs\:from-mountainMist {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:via-flesh {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xs\:via-gulfBlue {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xs\:via-blueDark {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xs\:via-blueCheckbox {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xs\:via-blueCyan {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xs\:via-blueDarkHover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xs\:via-blueMedium {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:via-blueMediumHover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xs\:via-blue {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xs\:via-blueProgrammaBack {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xs\:via-blueHover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:via-blueLightDarker {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xs\:via-blueLightDark {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xs\:via-perano {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xs\:via-blueLight {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xs\:via-bluePersian {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xs\:via-mediumElectricBlue {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xs\:via-red {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xs\:via-redCadmium {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xs\:via-redHover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xs\:via-yellow {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xs\:via-yellowHover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xs\:via-greyLighter {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xs\:via-greyLight {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xs\:via-grey {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xs\:via-greyMedium {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xs\:via-greyWarm {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xs\:via-darkGrey {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:via-darkGreyHover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xs\:via-shadedFilters {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:via-thunderBlack {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:via-greyText {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:via-greyTextForm {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xs\:via-mountainMist {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:to-flesh {
    --gradient-to-color: #ffbe8d;
  }

  .xs\:to-gulfBlue {
    --gradient-to-color: #001959;
  }

  .xs\:to-blueDark {
    --gradient-to-color: #001b5b;
  }

  .xs\:to-blueCheckbox {
    --gradient-to-color: #2F7094;
  }

  .xs\:to-blueCyan {
    --gradient-to-color: #00518C;
  }

  .xs\:to-blueDarkHover {
    --gradient-to-color: #00233F;
  }

  .xs\:to-blueMedium {
    --gradient-to-color: #003F6D;
  }

  .xs\:to-blueMediumHover {
    --gradient-to-color: #00294B;
  }

  .xs\:to-blue {
    --gradient-to-color: #0065bb;
  }

  .xs\:to-blueProgrammaBack {
    --gradient-to-color: #0066b7;
  }

  .xs\:to-blueHover {
    --gradient-to-color: #003F6D;
  }

  .xs\:to-blueLightDarker {
    --gradient-to-color: #7BB1CF;
  }

  .xs\:to-blueLightDark {
    --gradient-to-color: #A4D2EC;
  }

  .xs\:to-perano {
    --gradient-to-color: #A6D1F4;
  }

  .xs\:to-blueLight {
    --gradient-to-color: #b7dbf9;
  }

  .xs\:to-bluePersian {
    --gradient-to-color: #0169B4;
  }

  .xs\:to-mediumElectricBlue {
    --gradient-to-color: #0057A0;
  }

  .xs\:to-red {
    --gradient-to-color: #e70000;
  }

  .xs\:to-redCadmium {
    --gradient-to-color: #E30413;
  }

  .xs\:to-redHover {
    --gradient-to-color: #AA030D;
  }

  .xs\:to-yellow {
    --gradient-to-color: #ff6f03;
  }

  .xs\:to-yellowHover {
    --gradient-to-color: #FF9103;
  }

  .xs\:to-greyLighter {
    --gradient-to-color: #F6F5F3;
  }

  .xs\:to-greyLight {
    --gradient-to-color: #E2E2E2;
  }

  .xs\:to-grey {
    --gradient-to-color: #E6E3DF;
  }

  .xs\:to-greyMedium {
    --gradient-to-color: #DDD;
  }

  .xs\:to-greyWarm {
    --gradient-to-color: #939283;
  }

  .xs\:to-darkGrey {
    --gradient-to-color: #2D2D2D;
  }

  .xs\:to-darkGreyHover {
    --gradient-to-color: #212121;
  }

  .xs\:to-shadedFilters {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xs\:to-thunderBlack {
    --gradient-to-color: #2D2D2D;
  }

  .xs\:to-greyText {
    --gradient-to-color: #949494;
  }

  .xs\:to-greyTextForm {
    --gradient-to-color: #929292;
  }

  .xs\:to-mountainMist {
    --gradient-to-color: #949494;
  }

  .xs\:to-transparent {
    --gradient-to-color: transparent;
  }

  .xs\:to-black {
    --gradient-to-color: #000;
  }

  .xs\:to-white {
    --gradient-to-color: #fff;
  }

  .xs\:hover\:from-flesh:hover {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xs\:hover\:from-gulfBlue:hover {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xs\:hover\:from-blueDark:hover {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xs\:hover\:from-blueCheckbox:hover {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xs\:hover\:from-blueCyan:hover {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xs\:hover\:from-blueDarkHover:hover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xs\:hover\:from-blueMedium:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:hover\:from-blueMediumHover:hover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xs\:hover\:from-blue:hover {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xs\:hover\:from-blueProgrammaBack:hover {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xs\:hover\:from-blueHover:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:hover\:from-blueLightDarker:hover {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xs\:hover\:from-blueLightDark:hover {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xs\:hover\:from-perano:hover {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xs\:hover\:from-blueLight:hover {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xs\:hover\:from-bluePersian:hover {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xs\:hover\:from-mediumElectricBlue:hover {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xs\:hover\:from-red:hover {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xs\:hover\:from-redCadmium:hover {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xs\:hover\:from-redHover:hover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xs\:hover\:from-yellow:hover {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xs\:hover\:from-yellowHover:hover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xs\:hover\:from-greyLighter:hover {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xs\:hover\:from-greyLight:hover {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xs\:hover\:from-grey:hover {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xs\:hover\:from-greyMedium:hover {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xs\:hover\:from-greyWarm:hover {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xs\:hover\:from-darkGrey:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:hover\:from-darkGreyHover:hover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xs\:hover\:from-shadedFilters:hover {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-thunderBlack:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:hover\:from-greyText:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:hover\:from-greyTextForm:hover {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xs\:hover\:from-mountainMist:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-flesh:hover {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xs\:hover\:via-gulfBlue:hover {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xs\:hover\:via-blueDark:hover {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xs\:hover\:via-blueCheckbox:hover {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xs\:hover\:via-blueCyan:hover {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xs\:hover\:via-blueDarkHover:hover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xs\:hover\:via-blueMedium:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:hover\:via-blueMediumHover:hover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xs\:hover\:via-blue:hover {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xs\:hover\:via-blueProgrammaBack:hover {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xs\:hover\:via-blueHover:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:hover\:via-blueLightDarker:hover {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xs\:hover\:via-blueLightDark:hover {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xs\:hover\:via-perano:hover {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xs\:hover\:via-blueLight:hover {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xs\:hover\:via-bluePersian:hover {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xs\:hover\:via-mediumElectricBlue:hover {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xs\:hover\:via-red:hover {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xs\:hover\:via-redCadmium:hover {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xs\:hover\:via-redHover:hover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xs\:hover\:via-yellow:hover {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xs\:hover\:via-yellowHover:hover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xs\:hover\:via-greyLighter:hover {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xs\:hover\:via-greyLight:hover {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xs\:hover\:via-grey:hover {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xs\:hover\:via-greyMedium:hover {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xs\:hover\:via-greyWarm:hover {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xs\:hover\:via-darkGrey:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:hover\:via-darkGreyHover:hover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xs\:hover\:via-shadedFilters:hover {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-thunderBlack:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:hover\:via-greyText:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:hover\:via-greyTextForm:hover {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xs\:hover\:via-mountainMist:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:to-flesh:hover {
    --gradient-to-color: #ffbe8d;
  }

  .xs\:hover\:to-gulfBlue:hover {
    --gradient-to-color: #001959;
  }

  .xs\:hover\:to-blueDark:hover {
    --gradient-to-color: #001b5b;
  }

  .xs\:hover\:to-blueCheckbox:hover {
    --gradient-to-color: #2F7094;
  }

  .xs\:hover\:to-blueCyan:hover {
    --gradient-to-color: #00518C;
  }

  .xs\:hover\:to-blueDarkHover:hover {
    --gradient-to-color: #00233F;
  }

  .xs\:hover\:to-blueMedium:hover {
    --gradient-to-color: #003F6D;
  }

  .xs\:hover\:to-blueMediumHover:hover {
    --gradient-to-color: #00294B;
  }

  .xs\:hover\:to-blue:hover {
    --gradient-to-color: #0065bb;
  }

  .xs\:hover\:to-blueProgrammaBack:hover {
    --gradient-to-color: #0066b7;
  }

  .xs\:hover\:to-blueHover:hover {
    --gradient-to-color: #003F6D;
  }

  .xs\:hover\:to-blueLightDarker:hover {
    --gradient-to-color: #7BB1CF;
  }

  .xs\:hover\:to-blueLightDark:hover {
    --gradient-to-color: #A4D2EC;
  }

  .xs\:hover\:to-perano:hover {
    --gradient-to-color: #A6D1F4;
  }

  .xs\:hover\:to-blueLight:hover {
    --gradient-to-color: #b7dbf9;
  }

  .xs\:hover\:to-bluePersian:hover {
    --gradient-to-color: #0169B4;
  }

  .xs\:hover\:to-mediumElectricBlue:hover {
    --gradient-to-color: #0057A0;
  }

  .xs\:hover\:to-red:hover {
    --gradient-to-color: #e70000;
  }

  .xs\:hover\:to-redCadmium:hover {
    --gradient-to-color: #E30413;
  }

  .xs\:hover\:to-redHover:hover {
    --gradient-to-color: #AA030D;
  }

  .xs\:hover\:to-yellow:hover {
    --gradient-to-color: #ff6f03;
  }

  .xs\:hover\:to-yellowHover:hover {
    --gradient-to-color: #FF9103;
  }

  .xs\:hover\:to-greyLighter:hover {
    --gradient-to-color: #F6F5F3;
  }

  .xs\:hover\:to-greyLight:hover {
    --gradient-to-color: #E2E2E2;
  }

  .xs\:hover\:to-grey:hover {
    --gradient-to-color: #E6E3DF;
  }

  .xs\:hover\:to-greyMedium:hover {
    --gradient-to-color: #DDD;
  }

  .xs\:hover\:to-greyWarm:hover {
    --gradient-to-color: #939283;
  }

  .xs\:hover\:to-darkGrey:hover {
    --gradient-to-color: #2D2D2D;
  }

  .xs\:hover\:to-darkGreyHover:hover {
    --gradient-to-color: #212121;
  }

  .xs\:hover\:to-shadedFilters:hover {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:to-thunderBlack:hover {
    --gradient-to-color: #2D2D2D;
  }

  .xs\:hover\:to-greyText:hover {
    --gradient-to-color: #949494;
  }

  .xs\:hover\:to-greyTextForm:hover {
    --gradient-to-color: #929292;
  }

  .xs\:hover\:to-mountainMist:hover {
    --gradient-to-color: #949494;
  }

  .xs\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .xs\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .xs\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .xs\:focus\:from-flesh:focus {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xs\:focus\:from-gulfBlue:focus {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xs\:focus\:from-blueDark:focus {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xs\:focus\:from-blueCheckbox:focus {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xs\:focus\:from-blueCyan:focus {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xs\:focus\:from-blueDarkHover:focus {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xs\:focus\:from-blueMedium:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:focus\:from-blueMediumHover:focus {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xs\:focus\:from-blue:focus {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xs\:focus\:from-blueProgrammaBack:focus {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xs\:focus\:from-blueHover:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:focus\:from-blueLightDarker:focus {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xs\:focus\:from-blueLightDark:focus {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xs\:focus\:from-perano:focus {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xs\:focus\:from-blueLight:focus {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xs\:focus\:from-bluePersian:focus {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xs\:focus\:from-mediumElectricBlue:focus {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xs\:focus\:from-red:focus {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xs\:focus\:from-redCadmium:focus {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xs\:focus\:from-redHover:focus {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xs\:focus\:from-yellow:focus {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xs\:focus\:from-yellowHover:focus {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xs\:focus\:from-greyLighter:focus {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xs\:focus\:from-greyLight:focus {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xs\:focus\:from-grey:focus {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xs\:focus\:from-greyMedium:focus {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xs\:focus\:from-greyWarm:focus {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xs\:focus\:from-darkGrey:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:focus\:from-darkGreyHover:focus {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xs\:focus\:from-shadedFilters:focus {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-thunderBlack:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:focus\:from-greyText:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:focus\:from-greyTextForm:focus {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xs\:focus\:from-mountainMist:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-flesh:focus {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xs\:focus\:via-gulfBlue:focus {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xs\:focus\:via-blueDark:focus {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xs\:focus\:via-blueCheckbox:focus {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xs\:focus\:via-blueCyan:focus {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xs\:focus\:via-blueDarkHover:focus {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xs\:focus\:via-blueMedium:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:focus\:via-blueMediumHover:focus {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xs\:focus\:via-blue:focus {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xs\:focus\:via-blueProgrammaBack:focus {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xs\:focus\:via-blueHover:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xs\:focus\:via-blueLightDarker:focus {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xs\:focus\:via-blueLightDark:focus {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xs\:focus\:via-perano:focus {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xs\:focus\:via-blueLight:focus {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xs\:focus\:via-bluePersian:focus {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xs\:focus\:via-mediumElectricBlue:focus {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xs\:focus\:via-red:focus {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xs\:focus\:via-redCadmium:focus {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xs\:focus\:via-redHover:focus {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xs\:focus\:via-yellow:focus {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xs\:focus\:via-yellowHover:focus {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xs\:focus\:via-greyLighter:focus {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xs\:focus\:via-greyLight:focus {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xs\:focus\:via-grey:focus {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xs\:focus\:via-greyMedium:focus {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xs\:focus\:via-greyWarm:focus {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xs\:focus\:via-darkGrey:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:focus\:via-darkGreyHover:focus {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xs\:focus\:via-shadedFilters:focus {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-thunderBlack:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xs\:focus\:via-greyText:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:focus\:via-greyTextForm:focus {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xs\:focus\:via-mountainMist:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xs\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:to-flesh:focus {
    --gradient-to-color: #ffbe8d;
  }

  .xs\:focus\:to-gulfBlue:focus {
    --gradient-to-color: #001959;
  }

  .xs\:focus\:to-blueDark:focus {
    --gradient-to-color: #001b5b;
  }

  .xs\:focus\:to-blueCheckbox:focus {
    --gradient-to-color: #2F7094;
  }

  .xs\:focus\:to-blueCyan:focus {
    --gradient-to-color: #00518C;
  }

  .xs\:focus\:to-blueDarkHover:focus {
    --gradient-to-color: #00233F;
  }

  .xs\:focus\:to-blueMedium:focus {
    --gradient-to-color: #003F6D;
  }

  .xs\:focus\:to-blueMediumHover:focus {
    --gradient-to-color: #00294B;
  }

  .xs\:focus\:to-blue:focus {
    --gradient-to-color: #0065bb;
  }

  .xs\:focus\:to-blueProgrammaBack:focus {
    --gradient-to-color: #0066b7;
  }

  .xs\:focus\:to-blueHover:focus {
    --gradient-to-color: #003F6D;
  }

  .xs\:focus\:to-blueLightDarker:focus {
    --gradient-to-color: #7BB1CF;
  }

  .xs\:focus\:to-blueLightDark:focus {
    --gradient-to-color: #A4D2EC;
  }

  .xs\:focus\:to-perano:focus {
    --gradient-to-color: #A6D1F4;
  }

  .xs\:focus\:to-blueLight:focus {
    --gradient-to-color: #b7dbf9;
  }

  .xs\:focus\:to-bluePersian:focus {
    --gradient-to-color: #0169B4;
  }

  .xs\:focus\:to-mediumElectricBlue:focus {
    --gradient-to-color: #0057A0;
  }

  .xs\:focus\:to-red:focus {
    --gradient-to-color: #e70000;
  }

  .xs\:focus\:to-redCadmium:focus {
    --gradient-to-color: #E30413;
  }

  .xs\:focus\:to-redHover:focus {
    --gradient-to-color: #AA030D;
  }

  .xs\:focus\:to-yellow:focus {
    --gradient-to-color: #ff6f03;
  }

  .xs\:focus\:to-yellowHover:focus {
    --gradient-to-color: #FF9103;
  }

  .xs\:focus\:to-greyLighter:focus {
    --gradient-to-color: #F6F5F3;
  }

  .xs\:focus\:to-greyLight:focus {
    --gradient-to-color: #E2E2E2;
  }

  .xs\:focus\:to-grey:focus {
    --gradient-to-color: #E6E3DF;
  }

  .xs\:focus\:to-greyMedium:focus {
    --gradient-to-color: #DDD;
  }

  .xs\:focus\:to-greyWarm:focus {
    --gradient-to-color: #939283;
  }

  .xs\:focus\:to-darkGrey:focus {
    --gradient-to-color: #2D2D2D;
  }

  .xs\:focus\:to-darkGreyHover:focus {
    --gradient-to-color: #212121;
  }

  .xs\:focus\:to-shadedFilters:focus {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:to-thunderBlack:focus {
    --gradient-to-color: #2D2D2D;
  }

  .xs\:focus\:to-greyText:focus {
    --gradient-to-color: #949494;
  }

  .xs\:focus\:to-greyTextForm:focus {
    --gradient-to-color: #929292;
  }

  .xs\:focus\:to-mountainMist:focus {
    --gradient-to-color: #949494;
  }

  .xs\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .xs\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .xs\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .xs\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xs\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xs\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .xs\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .xs\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xs\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xs\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .xs\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .xs\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .xs\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35;
  }

  .xs\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45;
  }

  .xs\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .xs\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .xs\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .xs\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .xs\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .xs\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35;
  }

  .xs\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45;
  }

  .xs\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .xs\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .xs\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round {
    background-repeat: round;
  }

  .xs\:bg-repeat-space {
    background-repeat: space;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:border-collapse {
    border-collapse: collapse;
  }

  .xs\:border-separate {
    border-collapse: separate;
  }

  .xs\:border-flesh {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xs\:border-gulfBlue {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xs\:border-blueDark {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xs\:border-blueCheckbox {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xs\:border-blueCyan {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xs\:border-blueDarkHover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xs\:border-blueMedium {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xs\:border-blueMediumHover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xs\:border-blue {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xs\:border-blueProgrammaBack {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xs\:border-blueHover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xs\:border-blueLightDarker {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xs\:border-blueLightDark {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xs\:border-perano {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xs\:border-blueLight {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xs\:border-bluePersian {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xs\:border-mediumElectricBlue {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xs\:border-red {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xs\:border-redCadmium {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xs\:border-redHover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xs\:border-yellow {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xs\:border-yellowHover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xs\:border-greyLighter {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xs\:border-greyLight {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xs\:border-grey {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xs\:border-greyMedium {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xs\:border-greyWarm {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xs\:border-darkGrey {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xs\:border-darkGreyHover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xs\:border-shadedFilters {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xs\:border-thunderBlack {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xs\:border-greyText {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xs\:border-greyTextForm {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xs\:border-mountainMist {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xs\:border-transparent {
    border-color: transparent;
  }

  .xs\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:hover\:border-flesh:hover {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xs\:hover\:border-gulfBlue:hover {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xs\:hover\:border-blueDark:hover {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xs\:hover\:border-blueCheckbox:hover {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xs\:hover\:border-blueCyan:hover {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xs\:hover\:border-blueDarkHover:hover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xs\:hover\:border-blueMedium:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xs\:hover\:border-blueMediumHover:hover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xs\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xs\:hover\:border-blueProgrammaBack:hover {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xs\:hover\:border-blueHover:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xs\:hover\:border-blueLightDarker:hover {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xs\:hover\:border-blueLightDark:hover {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xs\:hover\:border-perano:hover {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xs\:hover\:border-blueLight:hover {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xs\:hover\:border-bluePersian:hover {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xs\:hover\:border-mediumElectricBlue:hover {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xs\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xs\:hover\:border-redCadmium:hover {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xs\:hover\:border-redHover:hover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xs\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xs\:hover\:border-yellowHover:hover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xs\:hover\:border-greyLighter:hover {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xs\:hover\:border-greyLight:hover {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xs\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xs\:hover\:border-greyMedium:hover {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xs\:hover\:border-greyWarm:hover {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xs\:hover\:border-darkGrey:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xs\:hover\:border-darkGreyHover:hover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xs\:hover\:border-shadedFilters:hover {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:border-thunderBlack:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xs\:hover\:border-greyText:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xs\:hover\:border-greyTextForm:hover {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xs\:hover\:border-mountainMist:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xs\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:focus\:border-flesh:focus {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xs\:focus\:border-gulfBlue:focus {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xs\:focus\:border-blueDark:focus {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xs\:focus\:border-blueCheckbox:focus {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xs\:focus\:border-blueCyan:focus {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xs\:focus\:border-blueDarkHover:focus {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xs\:focus\:border-blueMedium:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xs\:focus\:border-blueMediumHover:focus {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xs\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xs\:focus\:border-blueProgrammaBack:focus {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xs\:focus\:border-blueHover:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xs\:focus\:border-blueLightDarker:focus {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xs\:focus\:border-blueLightDark:focus {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xs\:focus\:border-perano:focus {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xs\:focus\:border-blueLight:focus {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xs\:focus\:border-bluePersian:focus {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xs\:focus\:border-mediumElectricBlue:focus {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xs\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xs\:focus\:border-redCadmium:focus {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xs\:focus\:border-redHover:focus {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xs\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xs\:focus\:border-yellowHover:focus {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xs\:focus\:border-greyLighter:focus {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xs\:focus\:border-greyLight:focus {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xs\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xs\:focus\:border-greyMedium:focus {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xs\:focus\:border-greyWarm:focus {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xs\:focus\:border-darkGrey:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xs\:focus\:border-darkGreyHover:focus {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xs\:focus\:border-shadedFilters:focus {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:border-thunderBlack:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xs\:focus\:border-greyText:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xs\:focus\:border-greyTextForm:focus {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xs\:focus\:border-mountainMist:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xs\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xs\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xs\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .xs\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .xs\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xs\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xs\:border-opacity-100 {
    --border-opacity: 1;
  }

  .xs\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .xs\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .xs\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35;
  }

  .xs\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45;
  }

  .xs\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .xs\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .xs\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .xs\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .xs\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .xs\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35;
  }

  .xs\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45;
  }

  .xs\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .xs\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .xs\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .xs\:rounded-2 {
    border-radius: 2px;
  }

  .xs\:rounded-6 {
    border-radius: 6px;
  }

  .xs\:rounded-none {
    border-radius: 0;
  }

  .xs\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xs\:rounded {
    border-radius: 0.25rem;
  }

  .xs\:rounded-md {
    border-radius: 0.375rem;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-t-2 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .xs\:rounded-r-2 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .xs\:rounded-b-2 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xs\:rounded-l-2 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xs\:rounded-t-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .xs\:rounded-r-6 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .xs\:rounded-b-6 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .xs\:rounded-l-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-2 {
    border-top-left-radius: 2px;
  }

  .xs\:rounded-tr-2 {
    border-top-right-radius: 2px;
  }

  .xs\:rounded-br-2 {
    border-bottom-right-radius: 2px;
  }

  .xs\:rounded-bl-2 {
    border-bottom-left-radius: 2px;
  }

  .xs\:rounded-tl-6 {
    border-top-left-radius: 6px;
  }

  .xs\:rounded-tr-6 {
    border-top-right-radius: 6px;
  }

  .xs\:rounded-br-6 {
    border-bottom-right-radius: 6px;
  }

  .xs\:rounded-bl-6 {
    border-bottom-left-radius: 6px;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xs\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-double {
    border-style: double;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:border-0 {
    border-width: 0;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

  .xs\:border-8 {
    border-width: 8px;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:border-t-0 {
    border-top-width: 0;
  }

  .xs\:border-r-0 {
    border-right-width: 0;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xs\:border-l-0 {
    border-left-width: 0;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-t-8 {
    border-top-width: 8px;
  }

  .xs\:border-r-8 {
    border-right-width: 8px;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xs\:border-l-8 {
    border-left-width: 8px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .xs\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-text {
    cursor: text;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xs\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xs\:table {
    display: table;
  }

  .xs\:table-caption {
    display: table-caption;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:table-column {
    display: table-column;
  }

  .xs\:table-column-group {
    display: table-column-group;
  }

  .xs\:table-footer-group {
    display: table-footer-group;
  }

  .xs\:table-header-group {
    display: table-header-group;
  }

  .xs\:table-row-group {
    display: table-row-group;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:flow-root {
    display: flow-root;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:inline-grid {
    display: inline-grid;
  }

  .xs\:contents {
    display: contents;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xs\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xs\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xs\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xs\:place-items-auto {
    place-items: auto;
  }

  .xs\:place-items-start {
    place-items: start;
  }

  .xs\:place-items-end {
    place-items: end;
  }

  .xs\:place-items-center {
    place-items: center;
  }

  .xs\:place-items-stretch {
    place-items: stretch;
  }

  .xs\:place-content-center {
    place-content: center;
  }

  .xs\:place-content-start {
    place-content: start;
  }

  .xs\:place-content-end {
    place-content: end;
  }

  .xs\:place-content-between {
    place-content: space-between;
  }

  .xs\:place-content-around {
    place-content: space-around;
  }

  .xs\:place-content-evenly {
    place-content: space-evenly;
  }

  .xs\:place-content-stretch {
    place-content: stretch;
  }

  .xs\:place-self-auto {
    place-self: auto;
  }

  .xs\:place-self-start {
    place-self: start;
  }

  .xs\:place-self-end {
    place-self: end;
  }

  .xs\:place-self-center {
    place-self: center;
  }

  .xs\:place-self-stretch {
    place-self: stretch;
  }

  .xs\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xs\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xs\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xs\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xs\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xs\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xs\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xs\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xs\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xs\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xs\:content-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }

  .xs\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xs\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xs\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xs\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xs\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xs\:justify-items-auto {
    justify-items: auto;
  }

  .xs\:justify-items-start {
    justify-items: start;
  }

  .xs\:justify-items-end {
    justify-items: end;
  }

  .xs\:justify-items-center {
    justify-items: center;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch;
  }

  .xs\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xs\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xs\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xs\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xs\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xs\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .xs\:justify-self-auto {
    justify-self: auto;
  }

  .xs\:justify-self-start {
    justify-self: start;
  }

  .xs\:justify-self-end {
    justify-self: end;
  }

  .xs\:justify-self-center {
    justify-self: center;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch;
  }

  .xs\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xs\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xs\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xs\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xs\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xs\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xs\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xs\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xs\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xs\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xs\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xs\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xs\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xs\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xs\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xs\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xs\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xs\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xs\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xs\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xs\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xs\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xs\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:clear-left {
    clear: left;
  }

  .xs\:clear-right {
    clear: right;
  }

  .xs\:clear-both {
    clear: both;
  }

  .xs\:clear-none {
    clear: none;
  }

  .xs\:font-sans {
    font-family: Bauziet, Goodot, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xs\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xs\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xs\:font-hairline {
    font-weight: 100;
  }

  .xs\:font-thin {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xs\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xs\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xs\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xs\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xs\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xs\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xs\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xs\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xs\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xs\:h-0 {
    height: 0;
  }

  .xs\:h-1 {
    height: 0.25rem;
  }

  .xs\:h-2 {
    height: 0.5rem;
  }

  .xs\:h-3 {
    height: 0.75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-14 {
    height: 3.5rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-20 {
    height: 5rem;
  }

  .xs\:h-22 {
    height: 5.5rem;
  }

  .xs\:h-24 {
    height: 6rem;
  }

  .xs\:h-28 {
    height: 7rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-40 {
    height: 10rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-56 {
    height: 14rem;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:text-xs {
    font-size: 0.75rem;
  }

  .xs\:text-sm {
    font-size: 0.875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:text-6xl {
    font-size: 4rem;
  }

  .xs\:text-12px {
    font-size: 12px;
  }

  .xs\:text-14px {
    font-size: 14px;
  }

  .xs\:text-15px {
    font-size: 15px;
  }

  .xs\:text-16px {
    font-size: 16px;
  }

  .xs\:text-17px {
    font-size: 17px;
  }

  .xs\:text-18px {
    font-size: 18px;
  }

  .xs\:text-20px {
    font-size: 20px;
  }

  .xs\:text-22px {
    font-size: 22px;
  }

  .xs\:text-24px {
    font-size: 24px;
  }

  .xs\:text-26px {
    font-size: 26px;
  }

  .xs\:text-30px {
    font-size: 30px;
  }

  .xs\:text-35px {
    font-size: 35px;
  }

  .xs\:text-40px {
    font-size: 40px;
  }

  .xs\:text-45px {
    font-size: 45px;
  }

  .xs\:text-50px {
    font-size: 50px;
  }

  .xs\:text-60px {
    font-size: 60px;
  }

  .xs\:text-70px {
    font-size: 70px;
  }

  .xs\:text-90px {
    font-size: 90px;
  }

  .xs\:text-97px {
    font-size: 97px;
  }

  .xs\:text-100px {
    font-size: 100px;
  }

  .xs\:text-150px {
    font-size: 150px;
  }

  .xs\:leading-3 {
    line-height: .75rem;
  }

  .xs\:leading-4 {
    line-height: 1rem;
  }

  .xs\:leading-5 {
    line-height: 1.25rem;
  }

  .xs\:leading-6 {
    line-height: 1.5rem;
  }

  .xs\:leading-7 {
    line-height: 1.75rem;
  }

  .xs\:leading-8 {
    line-height: 2rem;
  }

  .xs\:leading-9 {
    line-height: 2.25rem;
  }

  .xs\:leading-10 {
    line-height: 2.5rem;
  }

  .xs\:leading-cramp {
    line-height: 0.75;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tighter {
    line-height: 1.1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-snug {
    line-height: 1.375;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-relaxed {
    line-height: 1.625;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:list-inside {
    list-style-position: inside;
  }

  .xs\:list-outside {
    list-style-position: outside;
  }

  .xs\:list-none {
    list-style-type: none;
  }

  .xs\:list-disc {
    list-style-type: disc;
  }

  .xs\:list-decimal {
    list-style-type: decimal;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:m-1 {
    margin: 0.25rem;
  }

  .xs\:m-2 {
    margin: 0.5rem;
  }

  .xs\:m-3 {
    margin: 0.75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

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

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-10 {
    margin: 2.5rem;
  }

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

  .xs\:m-14 {
    margin: 3.5rem;
  }

  .xs\:m-16 {
    margin: 4rem;
  }

  .xs\:m-20 {
    margin: 5rem;
  }

  .xs\:m-22 {
    margin: 5.5rem;
  }

  .xs\:m-24 {
    margin: 6rem;
  }

  .xs\:m-28 {
    margin: 7rem;
  }

  .xs\:m-32 {
    margin: 8rem;
  }

  .xs\:m-40 {
    margin: 10rem;
  }

  .xs\:m-48 {
    margin: 12rem;
  }

  .xs\:m-56 {
    margin: 14rem;
  }

  .xs\:m-64 {
    margin: 16rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

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

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-10 {
    margin: -2.5rem;
  }

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

  .xs\:-m-14 {
    margin: -3.5rem;
  }

  .xs\:-m-16 {
    margin: -4rem;
  }

  .xs\:-m-20 {
    margin: -5rem;
  }

  .xs\:-m-22 {
    margin: -5.5rem;
  }

  .xs\:-m-24 {
    margin: -6rem;
  }

  .xs\:-m-28 {
    margin: -7rem;
  }

  .xs\:-m-32 {
    margin: -8rem;
  }

  .xs\:-m-40 {
    margin: -10rem;
  }

  .xs\:-m-48 {
    margin: -12rem;
  }

  .xs\:-m-56 {
    margin: -14rem;
  }

  .xs\:-m-64 {
    margin: -16rem;
  }

  .xs\:-m-px {
    margin: -1px;
  }

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

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

  .xs\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

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

  .xs\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

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

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

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

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

  .xs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

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

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

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

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

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:mr-1 {
    margin-right: 0.25rem;
  }

  .xs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xs\:ml-1 {
    margin-left: 0.25rem;
  }

  .xs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xs\:ml-2 {
    margin-left: 0.5rem;
  }

  .xs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xs\:mr-3 {
    margin-right: 0.75rem;
  }

  .xs\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

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

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

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

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

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

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

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

  .xs\:mt-14 {
    margin-top: 3.5rem;
  }

  .xs\:mr-14 {
    margin-right: 3.5rem;
  }

  .xs\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xs\:ml-14 {
    margin-left: 3.5rem;
  }

  .xs\:mt-16 {
    margin-top: 4rem;
  }

  .xs\:mr-16 {
    margin-right: 4rem;
  }

  .xs\:mb-16 {
    margin-bottom: 4rem;
  }

  .xs\:ml-16 {
    margin-left: 4rem;
  }

  .xs\:mt-20 {
    margin-top: 5rem;
  }

  .xs\:mr-20 {
    margin-right: 5rem;
  }

  .xs\:mb-20 {
    margin-bottom: 5rem;
  }

  .xs\:ml-20 {
    margin-left: 5rem;
  }

  .xs\:mt-22 {
    margin-top: 5.5rem;
  }

  .xs\:mr-22 {
    margin-right: 5.5rem;
  }

  .xs\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .xs\:ml-22 {
    margin-left: 5.5rem;
  }

  .xs\:mt-24 {
    margin-top: 6rem;
  }

  .xs\:mr-24 {
    margin-right: 6rem;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:mt-28 {
    margin-top: 7rem;
  }

  .xs\:mr-28 {
    margin-right: 7rem;
  }

  .xs\:mb-28 {
    margin-bottom: 7rem;
  }

  .xs\:ml-28 {
    margin-left: 7rem;
  }

  .xs\:mt-32 {
    margin-top: 8rem;
  }

  .xs\:mr-32 {
    margin-right: 8rem;
  }

  .xs\:mb-32 {
    margin-bottom: 8rem;
  }

  .xs\:ml-32 {
    margin-left: 8rem;
  }

  .xs\:mt-40 {
    margin-top: 10rem;
  }

  .xs\:mr-40 {
    margin-right: 10rem;
  }

  .xs\:mb-40 {
    margin-bottom: 10rem;
  }

  .xs\:ml-40 {
    margin-left: 10rem;
  }

  .xs\:mt-48 {
    margin-top: 12rem;
  }

  .xs\:mr-48 {
    margin-right: 12rem;
  }

  .xs\:mb-48 {
    margin-bottom: 12rem;
  }

  .xs\:ml-48 {
    margin-left: 12rem;
  }

  .xs\:mt-56 {
    margin-top: 14rem;
  }

  .xs\:mr-56 {
    margin-right: 14rem;
  }

  .xs\:mb-56 {
    margin-bottom: 14rem;
  }

  .xs\:ml-56 {
    margin-left: 14rem;
  }

  .xs\:mt-64 {
    margin-top: 16rem;
  }

  .xs\:mr-64 {
    margin-right: 16rem;
  }

  .xs\:mb-64 {
    margin-bottom: 16rem;
  }

  .xs\:ml-64 {
    margin-left: 16rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

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

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

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

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

  .xs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-mt-8 {
    margin-top: -2rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem;
  }

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

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

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

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

  .xs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xs\:-mt-16 {
    margin-top: -4rem;
  }

  .xs\:-mr-16 {
    margin-right: -4rem;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xs\:-ml-16 {
    margin-left: -4rem;
  }

  .xs\:-mt-20 {
    margin-top: -5rem;
  }

  .xs\:-mr-20 {
    margin-right: -5rem;
  }

  .xs\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xs\:-ml-20 {
    margin-left: -5rem;
  }

  .xs\:-mt-22 {
    margin-top: -5.5rem;
  }

  .xs\:-mr-22 {
    margin-right: -5.5rem;
  }

  .xs\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .xs\:-ml-22 {
    margin-left: -5.5rem;
  }

  .xs\:-mt-24 {
    margin-top: -6rem;
  }

  .xs\:-mr-24 {
    margin-right: -6rem;
  }

  .xs\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xs\:-ml-24 {
    margin-left: -6rem;
  }

  .xs\:-mt-28 {
    margin-top: -7rem;
  }

  .xs\:-mr-28 {
    margin-right: -7rem;
  }

  .xs\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xs\:-ml-28 {
    margin-left: -7rem;
  }

  .xs\:-mt-32 {
    margin-top: -8rem;
  }

  .xs\:-mr-32 {
    margin-right: -8rem;
  }

  .xs\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xs\:-ml-32 {
    margin-left: -8rem;
  }

  .xs\:-mt-40 {
    margin-top: -10rem;
  }

  .xs\:-mr-40 {
    margin-right: -10rem;
  }

  .xs\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xs\:-ml-40 {
    margin-left: -10rem;
  }

  .xs\:-mt-48 {
    margin-top: -12rem;
  }

  .xs\:-mr-48 {
    margin-right: -12rem;
  }

  .xs\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xs\:-ml-48 {
    margin-left: -12rem;
  }

  .xs\:-mt-56 {
    margin-top: -14rem;
  }

  .xs\:-mr-56 {
    margin-right: -14rem;
  }

  .xs\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xs\:-ml-56 {
    margin-left: -14rem;
  }

  .xs\:-mt-64 {
    margin-top: -16rem;
  }

  .xs\:-mr-64 {
    margin-right: -16rem;
  }

  .xs\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xs\:-ml-64 {
    margin-left: -16rem;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:first\:m-0:first-child {
    margin: 0;
  }

  .xs\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xs\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xs\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .xs\:first\:m-4:first-child {
    margin: 1rem;
  }

  .xs\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .xs\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .xs\:first\:m-8:first-child {
    margin: 2rem;
  }

  .xs\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .xs\:first\:m-12:first-child {
    margin: 3rem;
  }

  .xs\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .xs\:first\:m-16:first-child {
    margin: 4rem;
  }

  .xs\:first\:m-20:first-child {
    margin: 5rem;
  }

  .xs\:first\:m-22:first-child {
    margin: 5.5rem;
  }

  .xs\:first\:m-24:first-child {
    margin: 6rem;
  }

  .xs\:first\:m-28:first-child {
    margin: 7rem;
  }

  .xs\:first\:m-32:first-child {
    margin: 8rem;
  }

  .xs\:first\:m-40:first-child {
    margin: 10rem;
  }

  .xs\:first\:m-48:first-child {
    margin: 12rem;
  }

  .xs\:first\:m-56:first-child {
    margin: 14rem;
  }

  .xs\:first\:m-64:first-child {
    margin: 16rem;
  }

  .xs\:first\:m-auto:first-child {
    margin: auto;
  }

  .xs\:first\:m-px:first-child {
    margin: 1px;
  }

  .xs\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xs\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xs\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .xs\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .xs\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .xs\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .xs\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .xs\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .xs\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .xs\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .xs\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .xs\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .xs\:first\:-m-22:first-child {
    margin: -5.5rem;
  }

  .xs\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .xs\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .xs\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .xs\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .xs\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .xs\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .xs\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .xs\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xs\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:first\:my-22:first-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:first\:mx-22:first-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:first\:-my-22:first-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:first\:-mx-22:first-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .xs\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .xs\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .xs\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .xs\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xs\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xs\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xs\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xs\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xs\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xs\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xs\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xs\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xs\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xs\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xs\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xs\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .xs\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .xs\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xs\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .xs\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xs\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xs\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xs\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xs\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xs\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xs\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xs\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xs\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .xs\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .xs\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xs\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .xs\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xs\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xs\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xs\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xs\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .xs\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .xs\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xs\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .xs\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .xs\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .xs\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .xs\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .xs\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .xs\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .xs\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xs\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .xs\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .xs\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .xs\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xs\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .xs\:first\:mt-22:first-child {
    margin-top: 5.5rem;
  }

  .xs\:first\:mr-22:first-child {
    margin-right: 5.5rem;
  }

  .xs\:first\:mb-22:first-child {
    margin-bottom: 5.5rem;
  }

  .xs\:first\:ml-22:first-child {
    margin-left: 5.5rem;
  }

  .xs\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .xs\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .xs\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xs\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .xs\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .xs\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .xs\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .xs\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .xs\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .xs\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .xs\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xs\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .xs\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .xs\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .xs\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xs\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .xs\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .xs\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .xs\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xs\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .xs\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .xs\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .xs\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xs\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .xs\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .xs\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .xs\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xs\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .xs\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xs\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xs\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xs\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xs\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xs\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xs\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xs\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xs\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xs\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xs\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xs\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xs\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xs\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xs\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xs\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xs\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xs\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xs\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xs\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xs\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .xs\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .xs\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xs\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .xs\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xs\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xs\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xs\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xs\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xs\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xs\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xs\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xs\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .xs\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .xs\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xs\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .xs\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xs\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xs\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xs\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xs\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .xs\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .xs\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xs\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .xs\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .xs\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .xs\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .xs\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .xs\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .xs\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .xs\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xs\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .xs\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .xs\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .xs\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xs\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .xs\:first\:-mt-22:first-child {
    margin-top: -5.5rem;
  }

  .xs\:first\:-mr-22:first-child {
    margin-right: -5.5rem;
  }

  .xs\:first\:-mb-22:first-child {
    margin-bottom: -5.5rem;
  }

  .xs\:first\:-ml-22:first-child {
    margin-left: -5.5rem;
  }

  .xs\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .xs\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .xs\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xs\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .xs\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .xs\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .xs\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .xs\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .xs\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .xs\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .xs\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xs\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .xs\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .xs\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .xs\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xs\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .xs\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .xs\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .xs\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xs\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .xs\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .xs\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .xs\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xs\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .xs\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .xs\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .xs\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xs\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .xs\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xs\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xs\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xs\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xs\:last\:m-0:last-child {
    margin: 0;
  }

  .xs\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xs\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xs\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xs\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xs\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xs\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xs\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xs\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xs\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xs\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .xs\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xs\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xs\:last\:m-22:last-child {
    margin: 5.5rem;
  }

  .xs\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xs\:last\:m-28:last-child {
    margin: 7rem;
  }

  .xs\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xs\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xs\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xs\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xs\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xs\:last\:m-auto:last-child {
    margin: auto;
  }

  .xs\:last\:m-px:last-child {
    margin: 1px;
  }

  .xs\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xs\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xs\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xs\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xs\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xs\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xs\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xs\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xs\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xs\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .xs\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xs\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xs\:last\:-m-22:last-child {
    margin: -5.5rem;
  }

  .xs\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xs\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .xs\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xs\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xs\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xs\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xs\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xs\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xs\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:last\:my-22:last-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:last\:mx-22:last-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:last\:-my-22:last-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:last\:-mx-22:last-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xs\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xs\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xs\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xs\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xs\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xs\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xs\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xs\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xs\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xs\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xs\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xs\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xs\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xs\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xs\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xs\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xs\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xs\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xs\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xs\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xs\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xs\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xs\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xs\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xs\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xs\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xs\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xs\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xs\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xs\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xs\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xs\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xs\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xs\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xs\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xs\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xs\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xs\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xs\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xs\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .xs\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .xs\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .xs\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .xs\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xs\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xs\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xs\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xs\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xs\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xs\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xs\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xs\:last\:mt-22:last-child {
    margin-top: 5.5rem;
  }

  .xs\:last\:mr-22:last-child {
    margin-right: 5.5rem;
  }

  .xs\:last\:mb-22:last-child {
    margin-bottom: 5.5rem;
  }

  .xs\:last\:ml-22:last-child {
    margin-left: 5.5rem;
  }

  .xs\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xs\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xs\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xs\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xs\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .xs\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .xs\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .xs\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .xs\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xs\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xs\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xs\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xs\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xs\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xs\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xs\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xs\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xs\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xs\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xs\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xs\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xs\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xs\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xs\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xs\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xs\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xs\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xs\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xs\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xs\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xs\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xs\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xs\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xs\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xs\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xs\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xs\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xs\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xs\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xs\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xs\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xs\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xs\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xs\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xs\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xs\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xs\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xs\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xs\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xs\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xs\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xs\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xs\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xs\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xs\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xs\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xs\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xs\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xs\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xs\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xs\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xs\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xs\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xs\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xs\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xs\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xs\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xs\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xs\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xs\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xs\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xs\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .xs\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .xs\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .xs\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .xs\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xs\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xs\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xs\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xs\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xs\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xs\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xs\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xs\:last\:-mt-22:last-child {
    margin-top: -5.5rem;
  }

  .xs\:last\:-mr-22:last-child {
    margin-right: -5.5rem;
  }

  .xs\:last\:-mb-22:last-child {
    margin-bottom: -5.5rem;
  }

  .xs\:last\:-ml-22:last-child {
    margin-left: -5.5rem;
  }

  .xs\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xs\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xs\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xs\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xs\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .xs\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .xs\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .xs\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .xs\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xs\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xs\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xs\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xs\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xs\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xs\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xs\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xs\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xs\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xs\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xs\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xs\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xs\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xs\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xs\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xs\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xs\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xs\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xs\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xs\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xs\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xs\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xs\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xs\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .xs\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .xs\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .xs\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .xs\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .xs\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .xs\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .xs\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .xs\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .xs\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .xs\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .xs\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .xs\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .xs\:even\:m-22:nth-child(even) {
    margin: 5.5rem;
  }

  .xs\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .xs\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .xs\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .xs\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .xs\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .xs\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .xs\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .xs\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .xs\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .xs\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .xs\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .xs\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .xs\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .xs\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .xs\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .xs\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .xs\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .xs\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .xs\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .xs\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .xs\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .xs\:even\:-m-22:nth-child(even) {
    margin: -5.5rem;
  }

  .xs\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .xs\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .xs\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .xs\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .xs\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .xs\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .xs\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .xs\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .xs\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:even\:my-22:nth-child(even) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:even\:mx-22:nth-child(even) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:even\:-my-22:nth-child(even) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:even\:-mx-22:nth-child(even) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .xs\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .xs\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .xs\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .xs\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .xs\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .xs\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .xs\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .xs\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .xs\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .xs\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .xs\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .xs\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .xs\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .xs\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .xs\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .xs\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .xs\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .xs\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .xs\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .xs\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .xs\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .xs\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .xs\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .xs\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .xs\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .xs\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .xs\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .xs\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .xs\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .xs\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .xs\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .xs\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .xs\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .xs\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .xs\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .xs\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .xs\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .xs\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .xs\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .xs\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .xs\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .xs\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .xs\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .xs\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .xs\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .xs\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .xs\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .xs\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .xs\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .xs\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .xs\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .xs\:even\:mt-22:nth-child(even) {
    margin-top: 5.5rem;
  }

  .xs\:even\:mr-22:nth-child(even) {
    margin-right: 5.5rem;
  }

  .xs\:even\:mb-22:nth-child(even) {
    margin-bottom: 5.5rem;
  }

  .xs\:even\:ml-22:nth-child(even) {
    margin-left: 5.5rem;
  }

  .xs\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .xs\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .xs\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .xs\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .xs\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .xs\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .xs\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .xs\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .xs\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .xs\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .xs\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .xs\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .xs\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .xs\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .xs\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .xs\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .xs\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .xs\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .xs\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .xs\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .xs\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .xs\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .xs\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .xs\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .xs\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .xs\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .xs\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .xs\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .xs\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .xs\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .xs\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .xs\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .xs\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .xs\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .xs\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .xs\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .xs\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .xs\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .xs\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .xs\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .xs\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .xs\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .xs\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .xs\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .xs\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .xs\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .xs\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .xs\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .xs\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .xs\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .xs\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .xs\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .xs\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .xs\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .xs\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .xs\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .xs\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .xs\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .xs\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .xs\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .xs\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .xs\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .xs\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .xs\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .xs\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .xs\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .xs\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .xs\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .xs\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .xs\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .xs\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .xs\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .xs\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .xs\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .xs\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .xs\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .xs\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .xs\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .xs\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .xs\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .xs\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .xs\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .xs\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .xs\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .xs\:even\:-mt-22:nth-child(even) {
    margin-top: -5.5rem;
  }

  .xs\:even\:-mr-22:nth-child(even) {
    margin-right: -5.5rem;
  }

  .xs\:even\:-mb-22:nth-child(even) {
    margin-bottom: -5.5rem;
  }

  .xs\:even\:-ml-22:nth-child(even) {
    margin-left: -5.5rem;
  }

  .xs\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .xs\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .xs\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .xs\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .xs\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .xs\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .xs\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .xs\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .xs\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .xs\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .xs\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .xs\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .xs\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .xs\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .xs\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .xs\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .xs\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .xs\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .xs\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .xs\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .xs\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .xs\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .xs\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .xs\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .xs\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .xs\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .xs\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .xs\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .xs\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .xs\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .xs\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .xs\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .xs\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .xs\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .xs\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .xs\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .xs\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .xs\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .xs\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .xs\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .xs\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .xs\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .xs\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .xs\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .xs\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .xs\:odd\:m-22:nth-child(odd) {
    margin: 5.5rem;
  }

  .xs\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .xs\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .xs\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .xs\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .xs\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .xs\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .xs\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .xs\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .xs\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .xs\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .xs\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .xs\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .xs\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .xs\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .xs\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .xs\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .xs\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .xs\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .xs\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .xs\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .xs\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .xs\:odd\:-m-22:nth-child(odd) {
    margin: -5.5rem;
  }

  .xs\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .xs\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .xs\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .xs\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .xs\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .xs\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .xs\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .xs\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .xs\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:odd\:my-22:nth-child(odd) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:odd\:mx-22:nth-child(odd) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:odd\:-my-22:nth-child(odd) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:odd\:-mx-22:nth-child(odd) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .xs\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .xs\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .xs\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .xs\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .xs\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .xs\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .xs\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .xs\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .xs\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .xs\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .xs\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .xs\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .xs\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .xs\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .xs\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .xs\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .xs\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .xs\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .xs\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .xs\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .xs\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .xs\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .xs\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .xs\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .xs\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .xs\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .xs\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .xs\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .xs\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .xs\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .xs\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .xs\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .xs\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .xs\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .xs\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .xs\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .xs\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .xs\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .xs\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .xs\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .xs\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .xs\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .xs\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .xs\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .xs\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .xs\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .xs\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .xs\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .xs\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .xs\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .xs\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .xs\:odd\:mt-22:nth-child(odd) {
    margin-top: 5.5rem;
  }

  .xs\:odd\:mr-22:nth-child(odd) {
    margin-right: 5.5rem;
  }

  .xs\:odd\:mb-22:nth-child(odd) {
    margin-bottom: 5.5rem;
  }

  .xs\:odd\:ml-22:nth-child(odd) {
    margin-left: 5.5rem;
  }

  .xs\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .xs\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .xs\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .xs\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .xs\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .xs\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .xs\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .xs\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .xs\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .xs\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .xs\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .xs\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .xs\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .xs\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .xs\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .xs\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .xs\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .xs\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .xs\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .xs\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .xs\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .xs\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .xs\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .xs\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .xs\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .xs\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .xs\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .xs\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .xs\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .xs\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .xs\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .xs\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .xs\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .xs\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .xs\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .xs\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .xs\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .xs\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .xs\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .xs\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .xs\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .xs\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .xs\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .xs\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .xs\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .xs\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .xs\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .xs\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .xs\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .xs\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .xs\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .xs\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .xs\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .xs\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .xs\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .xs\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .xs\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .xs\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .xs\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .xs\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .xs\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .xs\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .xs\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .xs\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .xs\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .xs\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .xs\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .xs\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .xs\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .xs\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .xs\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .xs\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .xs\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .xs\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .xs\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .xs\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .xs\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .xs\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .xs\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .xs\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .xs\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .xs\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .xs\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .xs\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .xs\:odd\:-mt-22:nth-child(odd) {
    margin-top: -5.5rem;
  }

  .xs\:odd\:-mr-22:nth-child(odd) {
    margin-right: -5.5rem;
  }

  .xs\:odd\:-mb-22:nth-child(odd) {
    margin-bottom: -5.5rem;
  }

  .xs\:odd\:-ml-22:nth-child(odd) {
    margin-left: -5.5rem;
  }

  .xs\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .xs\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .xs\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .xs\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .xs\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .xs\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .xs\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .xs\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .xs\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .xs\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .xs\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .xs\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .xs\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .xs\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .xs\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .xs\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .xs\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .xs\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .xs\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .xs\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .xs\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .xs\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .xs\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .xs\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .xs\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .xs\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .xs\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .xs\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .xs\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .xs\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .xs\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .xs\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:max-w-none {
    max-width: none;
  }

  .xs\:max-w-xs {
    max-width: 20rem;
  }

  .xs\:max-w-sm {
    max-width: 24rem;
  }

  .xs\:max-w-md {
    max-width: 28rem;
  }

  .xs\:max-w-lg {
    max-width: 32rem;
  }

  .xs\:max-w-xl {
    max-width: 36rem;
  }

  .xs\:max-w-2xl {
    max-width: 42rem;
  }

  .xs\:max-w-3xl {
    max-width: 48rem;
  }

  .xs\:max-w-4xl {
    max-width: 56rem;
  }

  .xs\:max-w-5xl {
    max-width: 64rem;
  }

  .xs\:max-w-6xl {
    max-width: 72rem;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-screen-xs {
    max-width: 480px;
  }

  .xs\:max-w-screen-sm {
    max-width: 640px;
  }

  .xs\:max-w-screen-md {
    max-width: 768px;
  }

  .xs\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xs\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xs\:max-w-screen-xxl {
    max-width: 1400px;
  }

  .xs\:max-w-screen-xxxl {
    max-width: 1600px;
  }

  .xs\:max-w-screen-XL {
    max-width: 2000px;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-25 {
    opacity: 0.25;
  }

  .xs\:opacity-35 {
    opacity: 0.35;
  }

  .xs\:opacity-45 {
    opacity: 0.45;
  }

  .xs\:opacity-50 {
    opacity: 0.5;
  }

  .xs\:opacity-75 {
    opacity: 0.75;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xs\:hover\:opacity-35:hover {
    opacity: 0.35;
  }

  .xs\:hover\:opacity-45:hover {
    opacity: 0.45;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xs\:focus\:opacity-35:focus {
    opacity: 0.35;
  }

  .xs\:focus\:opacity-45:focus {
    opacity: 0.45;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xs\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xs\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xs\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xs\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xs\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xs\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xs\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xs\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xs\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-1 {
    padding: 0.25rem;
  }

  .xs\:p-2 {
    padding: 0.5rem;
  }

  .xs\:p-3 {
    padding: 0.75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-10 {
    padding: 2.5rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-14 {
    padding: 3.5rem;
  }

  .xs\:p-16 {
    padding: 4rem;
  }

  .xs\:p-20 {
    padding: 5rem;
  }

  .xs\:p-22 {
    padding: 5.5rem;
  }

  .xs\:p-24 {
    padding: 6rem;
  }

  .xs\:p-28 {
    padding: 7rem;
  }

  .xs\:p-32 {
    padding: 8rem;
  }

  .xs\:p-40 {
    padding: 10rem;
  }

  .xs\:p-48 {
    padding: 12rem;
  }

  .xs\:p-56 {
    padding: 14rem;
  }

  .xs\:p-64 {
    padding: 16rem;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pt-1 {
    padding-top: 0.25rem;
  }

  .xs\:pr-1 {
    padding-right: 0.25rem;
  }

  .xs\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xs\:pl-1 {
    padding-left: 0.25rem;
  }

  .xs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xs\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pt-3 {
    padding-top: 0.75rem;
  }

  .xs\:pr-3 {
    padding-right: 0.75rem;
  }

  .xs\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xs\:pl-3 {
    padding-left: 0.75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pt-14 {
    padding-top: 3.5rem;
  }

  .xs\:pr-14 {
    padding-right: 3.5rem;
  }

  .xs\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xs\:pl-14 {
    padding-left: 3.5rem;
  }

  .xs\:pt-16 {
    padding-top: 4rem;
  }

  .xs\:pr-16 {
    padding-right: 4rem;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:pl-16 {
    padding-left: 4rem;
  }

  .xs\:pt-20 {
    padding-top: 5rem;
  }

  .xs\:pr-20 {
    padding-right: 5rem;
  }

  .xs\:pb-20 {
    padding-bottom: 5rem;
  }

  .xs\:pl-20 {
    padding-left: 5rem;
  }

  .xs\:pt-22 {
    padding-top: 5.5rem;
  }

  .xs\:pr-22 {
    padding-right: 5.5rem;
  }

  .xs\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .xs\:pl-22 {
    padding-left: 5.5rem;
  }

  .xs\:pt-24 {
    padding-top: 6rem;
  }

  .xs\:pr-24 {
    padding-right: 6rem;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xs\:pl-24 {
    padding-left: 6rem;
  }

  .xs\:pt-28 {
    padding-top: 7rem;
  }

  .xs\:pr-28 {
    padding-right: 7rem;
  }

  .xs\:pb-28 {
    padding-bottom: 7rem;
  }

  .xs\:pl-28 {
    padding-left: 7rem;
  }

  .xs\:pt-32 {
    padding-top: 8rem;
  }

  .xs\:pr-32 {
    padding-right: 8rem;
  }

  .xs\:pb-32 {
    padding-bottom: 8rem;
  }

  .xs\:pl-32 {
    padding-left: 8rem;
  }

  .xs\:pt-40 {
    padding-top: 10rem;
  }

  .xs\:pr-40 {
    padding-right: 10rem;
  }

  .xs\:pb-40 {
    padding-bottom: 10rem;
  }

  .xs\:pl-40 {
    padding-left: 10rem;
  }

  .xs\:pt-48 {
    padding-top: 12rem;
  }

  .xs\:pr-48 {
    padding-right: 12rem;
  }

  .xs\:pb-48 {
    padding-bottom: 12rem;
  }

  .xs\:pl-48 {
    padding-left: 12rem;
  }

  .xs\:pt-56 {
    padding-top: 14rem;
  }

  .xs\:pr-56 {
    padding-right: 14rem;
  }

  .xs\:pb-56 {
    padding-bottom: 14rem;
  }

  .xs\:pl-56 {
    padding-left: 14rem;
  }

  .xs\:pt-64 {
    padding-top: 16rem;
  }

  .xs\:pr-64 {
    padding-right: 16rem;
  }

  .xs\:pb-64 {
    padding-bottom: 16rem;
  }

  .xs\:pl-64 {
    padding-left: 16rem;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:placeholder-flesh::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xs\:placeholder-flesh::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xs\:placeholder-flesh::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xs\:placeholder-flesh::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xs\:placeholder-gulfBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-gulfBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-gulfBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-gulfBlue::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueDark::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueCheckbox::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueCheckbox::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueCheckbox::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueCheckbox::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueCyan::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueCyan::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueCyan::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueCyan::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueDarkHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueDarkHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueDarkHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueDarkHover::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueMedium::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueMediumHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueMediumHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueMediumHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueMediumHover::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueProgrammaBack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueProgrammaBack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueProgrammaBack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueProgrammaBack::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueHover::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLightDarker::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLightDarker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLightDarker::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLightDarker::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLightDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLightDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLightDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLightDark::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xs\:placeholder-perano::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xs\:placeholder-perano::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xs\:placeholder-perano::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xs\:placeholder-perano::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xs\:placeholder-blueLight::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xs\:placeholder-bluePersian::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xs\:placeholder-bluePersian::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xs\:placeholder-bluePersian::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xs\:placeholder-bluePersian::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xs\:placeholder-mediumElectricBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xs\:placeholder-mediumElectricBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xs\:placeholder-mediumElectricBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xs\:placeholder-mediumElectricBlue::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xs\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-redCadmium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xs\:placeholder-redCadmium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xs\:placeholder-redCadmium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xs\:placeholder-redCadmium::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xs\:placeholder-redHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xs\:placeholder-redHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xs\:placeholder-redHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xs\:placeholder-redHover::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellowHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellowHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellowHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellowHover::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyLighter::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyLighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyLighter::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyLighter::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyLight::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyMedium::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyWarm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyWarm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyWarm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyWarm::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xs\:placeholder-darkGrey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:placeholder-darkGrey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:placeholder-darkGrey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:placeholder-darkGrey::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:placeholder-darkGreyHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xs\:placeholder-darkGreyHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xs\:placeholder-darkGreyHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xs\:placeholder-darkGreyHover::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xs\:placeholder-shadedFilters::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:placeholder-shadedFilters::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:placeholder-shadedFilters::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:placeholder-shadedFilters::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:placeholder-thunderBlack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:placeholder-thunderBlack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:placeholder-thunderBlack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:placeholder-thunderBlack::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyText::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyText::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyText::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyText::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyTextForm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyTextForm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyTextForm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xs\:placeholder-greyTextForm::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xs\:placeholder-mountainMist::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-mountainMist::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-mountainMist::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-mountainMist::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xs\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-flesh:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-flesh:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-flesh:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-flesh:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gulfBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gulfBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gulfBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gulfBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueCheckbox:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueCheckbox:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueCheckbox:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueCheckbox:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueCyan:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueCyan:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueCyan:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueCyan:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueDarkHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueDarkHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueDarkHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueDarkHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueMediumHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueMediumHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueMediumHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueMediumHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueProgrammaBack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueProgrammaBack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueProgrammaBack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueProgrammaBack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLightDarker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLightDarker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLightDarker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLightDarker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLightDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLightDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLightDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLightDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-perano:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-perano:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-perano:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-perano:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blueLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-bluePersian:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-bluePersian:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-bluePersian:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-bluePersian:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-mediumElectricBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-mediumElectricBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-mediumElectricBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-mediumElectricBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-redCadmium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-redCadmium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-redCadmium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-redCadmium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-redHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-redHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-redHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-redHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellowHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellowHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellowHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellowHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyLighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyLighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyLighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyLighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyWarm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyWarm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyWarm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyWarm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-darkGrey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-darkGrey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-darkGrey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-darkGrey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-darkGreyHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-darkGreyHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-darkGreyHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-darkGreyHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-shadedFilters:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:placeholder-shadedFilters:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:placeholder-shadedFilters:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:placeholder-shadedFilters:focus::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:placeholder-thunderBlack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-thunderBlack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-thunderBlack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-thunderBlack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyText:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyText:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyText:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyText:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyTextForm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyTextForm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyTextForm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-greyTextForm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-mountainMist:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-mountainMist:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-mountainMist:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-mountainMist:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xs\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xs\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xs\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35;
  }

  .xs\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xs\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xs\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xs\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45;
  }

  .xs\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xs\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xs\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xs\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35;
  }

  .xs\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xs\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xs\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xs\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

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

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

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: sticky;
  }

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

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

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

  .xs\:inset-3 {
    top: .75rem;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
  }

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

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

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

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

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

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

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

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

  .xs\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xs\:inset-x-0 {
    right: 0;
    left: 0;
  }

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

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

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

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

  .xs\:inset-y-3 {
    top: .75rem;
    bottom: .75rem;
  }

  .xs\:inset-x-3 {
    right: .75rem;
    left: .75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:top-0 {
    top: 0;
  }

  .xs\:right-0 {
    right: 0;
  }

  .xs\:bottom-0 {
    bottom: 0;
  }

  .xs\:left-0 {
    left: 0;
  }

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

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

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

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

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

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

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

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

  .xs\:top-3 {
    top: .75rem;
  }

  .xs\:right-3 {
    right: .75rem;
  }

  .xs\:bottom-3 {
    bottom: .75rem;
  }

  .xs\:left-3 {
    left: .75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:top-auto {
    top: auto;
  }

  .xs\:right-auto {
    right: auto;
  }

  .xs\:bottom-auto {
    bottom: auto;
  }

  .xs\:left-auto {
    left: auto;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xs\:shadow-lg_noBottom {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow-lg_noTop {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xs\:hover\:shadow-lg_noBottom:hover {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow-lg_noTop:hover {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xs\:focus\:shadow-lg_noBottom:focus {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow-lg_noTop:focus {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:fill-current {
    fill: currentColor;
  }

  .xs\:stroke-current {
    stroke: currentColor;
  }

  .xs\:stroke-0 {
    stroke-width: 0;
  }

  .xs\:stroke-1 {
    stroke-width: 1;
  }

  .xs\:stroke-2 {
    stroke-width: 2;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:text-flesh {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xs\:text-gulfBlue {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xs\:text-blueDark {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xs\:text-blueCheckbox {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xs\:text-blueCyan {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xs\:text-blueDarkHover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xs\:text-blueMedium {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xs\:text-blueMediumHover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xs\:text-blue {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xs\:text-blueProgrammaBack {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xs\:text-blueHover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xs\:text-blueLightDarker {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xs\:text-blueLightDark {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xs\:text-perano {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xs\:text-blueLight {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xs\:text-bluePersian {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xs\:text-mediumElectricBlue {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xs\:text-red {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xs\:text-redCadmium {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xs\:text-redHover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xs\:text-yellow {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xs\:text-yellowHover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xs\:text-greyLighter {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xs\:text-greyLight {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xs\:text-grey {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xs\:text-greyMedium {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xs\:text-greyWarm {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xs\:text-darkGrey {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xs\:text-darkGreyHover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xs\:text-shadedFilters {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:text-thunderBlack {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xs\:text-greyText {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xs\:text-greyTextForm {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xs\:text-mountainMist {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xs\:text-transparent {
    color: transparent;
  }

  .xs\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:hover\:text-flesh:hover {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xs\:hover\:text-gulfBlue:hover {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xs\:hover\:text-blueDark:hover {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xs\:hover\:text-blueCheckbox:hover {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xs\:hover\:text-blueCyan:hover {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xs\:hover\:text-blueDarkHover:hover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xs\:hover\:text-blueMedium:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xs\:hover\:text-blueMediumHover:hover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xs\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xs\:hover\:text-blueProgrammaBack:hover {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xs\:hover\:text-blueHover:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xs\:hover\:text-blueLightDarker:hover {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xs\:hover\:text-blueLightDark:hover {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xs\:hover\:text-perano:hover {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xs\:hover\:text-blueLight:hover {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xs\:hover\:text-bluePersian:hover {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xs\:hover\:text-mediumElectricBlue:hover {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xs\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xs\:hover\:text-redCadmium:hover {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xs\:hover\:text-redHover:hover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xs\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xs\:hover\:text-yellowHover:hover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xs\:hover\:text-greyLighter:hover {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xs\:hover\:text-greyLight:hover {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xs\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xs\:hover\:text-greyMedium:hover {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xs\:hover\:text-greyWarm:hover {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xs\:hover\:text-darkGrey:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xs\:hover\:text-darkGreyHover:hover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xs\:hover\:text-shadedFilters:hover {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:text-thunderBlack:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xs\:hover\:text-greyText:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xs\:hover\:text-greyTextForm:hover {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xs\:hover\:text-mountainMist:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xs\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:focus\:text-flesh:focus {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xs\:focus\:text-gulfBlue:focus {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xs\:focus\:text-blueDark:focus {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xs\:focus\:text-blueCheckbox:focus {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xs\:focus\:text-blueCyan:focus {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xs\:focus\:text-blueDarkHover:focus {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xs\:focus\:text-blueMedium:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xs\:focus\:text-blueMediumHover:focus {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xs\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xs\:focus\:text-blueProgrammaBack:focus {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xs\:focus\:text-blueHover:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xs\:focus\:text-blueLightDarker:focus {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xs\:focus\:text-blueLightDark:focus {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xs\:focus\:text-perano:focus {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xs\:focus\:text-blueLight:focus {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xs\:focus\:text-bluePersian:focus {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xs\:focus\:text-mediumElectricBlue:focus {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xs\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xs\:focus\:text-redCadmium:focus {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xs\:focus\:text-redHover:focus {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xs\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xs\:focus\:text-yellowHover:focus {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xs\:focus\:text-greyLighter:focus {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xs\:focus\:text-greyLight:focus {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xs\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xs\:focus\:text-greyMedium:focus {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xs\:focus\:text-greyWarm:focus {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xs\:focus\:text-darkGrey:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xs\:focus\:text-darkGreyHover:focus {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xs\:focus\:text-shadedFilters:focus {
    color: rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:text-thunderBlack:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xs\:focus\:text-greyText:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xs\:focus\:text-greyTextForm:focus {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xs\:focus\:text-mountainMist:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xs\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xs\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xs\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .xs\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .xs\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xs\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xs\:text-opacity-100 {
    --text-opacity: 1;
  }

  .xs\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .xs\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .xs\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35;
  }

  .xs\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45;
  }

  .xs\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .xs\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .xs\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .xs\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .xs\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .xs\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35;
  }

  .xs\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45;
  }

  .xs\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .xs\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .xs\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:not-italic {
    font-style: normal;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xs\:normal-nums {
    font-variant-numeric: normal;
  }

  .xs\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xs\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xs\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .xs\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xs\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xs\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xs\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xs\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xs\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xs\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xs\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xs\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xs\:break-all {
    word-break: break-all;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-0 {
    width: 0;
  }

  .xs\:w-1 {
    width: 0.25rem;
  }

  .xs\:w-2 {
    width: 0.5rem;
  }

  .xs\:w-3 {
    width: 0.75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-10 {
    width: 2.5rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-14 {
    width: 3.5rem;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-20 {
    width: 5rem;
  }

  .xs\:w-22 {
    width: 5.5rem;
  }

  .xs\:w-24 {
    width: 6rem;
  }

  .xs\:w-28 {
    width: 7rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:w-56 {
    width: 14rem;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }

  .xs\:w-2\/3 {
    width: 66.666667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-2\/4 {
    width: 50%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.666667%;
  }

  .xs\:w-2\/6 {
    width: 33.333333%;
  }

  .xs\:w-3\/6 {
    width: 50%;
  }

  .xs\:w-4\/6 {
    width: 66.666667%;
  }

  .xs\:w-5\/6 {
    width: 83.333333%;
  }

  .xs\:w-1\/12 {
    width: 8.333333%;
  }

  .xs\:w-2\/12 {
    width: 16.666667%;
  }

  .xs\:w-3\/12 {
    width: 25%;
  }

  .xs\:w-4\/12 {
    width: 33.333333%;
  }

  .xs\:w-5\/12 {
    width: 41.666667%;
  }

  .xs\:w-6\/12 {
    width: 50%;
  }

  .xs\:w-7\/12 {
    width: 58.333333%;
  }

  .xs\:w-8\/12 {
    width: 66.666667%;
  }

  .xs\:w-9\/12 {
    width: 75%;
  }

  .xs\:w-10\/12 {
    width: 83.333333%;
  }

  .xs\:w-11\/12 {
    width: 91.666667%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-48\% {
    width: 48%;
  }

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

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

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

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

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

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

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

  .xs\:-z-1 {
    z-index: -1;
  }

  .xs\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xs\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xs\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xs\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xs\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xs\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xs\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xs\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xs\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xs\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xs\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xs\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xs\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xs\:gap-22 {
    grid-gap: 5.5rem;
    gap: 5.5rem;
  }

  .xs\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xs\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xs\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xs\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xs\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xs\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xs\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xs\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xs\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xs\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xs\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xs\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .xs\:col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .xs\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xs\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .xs\:col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .xs\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xs\:col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .xs\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .xs\:col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .xs\:col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .xs\:col-gap-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .xs\:col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .xs\:col-gap-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .xs\:col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xs\:col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .xs\:col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .xs\:col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .xs\:col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .xs\:col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .xs\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xs\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xs\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xs\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .xs\:gap-x-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .xs\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xs\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .xs\:gap-x-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .xs\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xs\:gap-x-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .xs\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .xs\:gap-x-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .xs\:gap-x-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .xs\:gap-x-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .xs\:gap-x-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .xs\:gap-x-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .xs\:gap-x-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xs\:gap-x-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .xs\:gap-x-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .xs\:gap-x-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .xs\:gap-x-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .xs\:gap-x-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .xs\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xs\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xs\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xs\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xs\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xs\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xs\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xs\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xs\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xs\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xs\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xs\:row-gap-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .xs\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xs\:row-gap-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xs\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xs\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xs\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xs\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xs\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xs\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xs\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xs\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xs\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xs\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xs\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xs\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xs\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xs\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xs\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xs\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xs\:gap-y-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .xs\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xs\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xs\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xs\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xs\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xs\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xs\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xs\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xs\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xs\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xs\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:col-end-7 {
    grid-column-end: 7;
  }

  .xs\:col-end-8 {
    grid-column-end: 8;
  }

  .xs\:col-end-9 {
    grid-column-end: 9;
  }

  .xs\:col-end-10 {
    grid-column-end: 10;
  }

  .xs\:col-end-11 {
    grid-column-end: 11;
  }

  .xs\:col-end-12 {
    grid-column-end: 12;
  }

  .xs\:col-end-13 {
    grid-column-end: 13;
  }

  .xs\:col-end-auto {
    grid-column-end: auto;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-rows-none {
    grid-template-rows: none;
  }

  .xs\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xs\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xs\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:row-auto {
    grid-row: auto;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xs\:row-start-1 {
    grid-row-start: 1;
  }

  .xs\:row-start-2 {
    grid-row-start: 2;
  }

  .xs\:row-start-3 {
    grid-row-start: 3;
  }

  .xs\:row-start-4 {
    grid-row-start: 4;
  }

  .xs\:row-start-5 {
    grid-row-start: 5;
  }

  .xs\:row-start-6 {
    grid-row-start: 6;
  }

  .xs\:row-start-7 {
    grid-row-start: 7;
  }

  .xs\:row-start-auto {
    grid-row-start: auto;
  }

  .xs\:row-end-1 {
    grid-row-end: 1;
  }

  .xs\:row-end-2 {
    grid-row-end: 2;
  }

  .xs\:row-end-3 {
    grid-row-end: 3;
  }

  .xs\:row-end-4 {
    grid-row-end: 4;
  }

  .xs\:row-end-5 {
    grid-row-end: 5;
  }

  .xs\:row-end-6 {
    grid-row-end: 6;
  }

  .xs\:row-end-7 {
    grid-row-end: 7;
  }

  .xs\:row-end-auto {
    grid-row-end: auto;
  }

  .xs\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
         -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xs\:transform-none {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .xs\:origin-center {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }

  .xs\:origin-top {
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }

  .xs\:origin-top-right {
    -webkit-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
  }

  .xs\:origin-right {
    -webkit-transform-origin: right;
         -o-transform-origin: right;
            transform-origin: right;
  }

  .xs\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .xs\:origin-bottom {
    -webkit-transform-origin: bottom;
         -o-transform-origin: bottom;
            transform-origin: bottom;
  }

  .xs\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .xs\:origin-left {
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
  }

  .xs\:origin-top-left {
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
  }

  .xs\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xs\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xs\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xs\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xs\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xs\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xs\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xs\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xs\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xs\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xs\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xs\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xs\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xs\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xs\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xs\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xs\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xs\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xs\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xs\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xs\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xs\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xs\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xs\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xs\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xs\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xs\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xs\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xs\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xs\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xs\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xs\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xs\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xs\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xs\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xs\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xs\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xs\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xs\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xs\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xs\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xs\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xs\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xs\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xs\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xs\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xs\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xs\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xs\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xs\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xs\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xs\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xs\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xs\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xs\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xs\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xs\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xs\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xs\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xs\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xs\:rotate-0 {
    --transform-rotate: 0;
  }

  .xs\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xs\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xs\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xs\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xs\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xs\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xs\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xs\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xs\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xs\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xs\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xs\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xs\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xs\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xs\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xs\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xs\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xs\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xs\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xs\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xs\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xs\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xs\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xs\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xs\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xs\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xs\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xs\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xs\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xs\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xs\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .xs\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xs\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xs\:translate-x-22 {
    --transform-translate-x: 5.5rem;
  }

  .xs\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xs\:translate-x-28 {
    --transform-translate-x: 7rem;
  }

  .xs\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xs\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xs\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xs\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xs\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xs\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xs\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xs\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xs\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xs\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xs\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xs\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xs\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xs\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xs\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xs\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .xs\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xs\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xs\:-translate-x-22 {
    --transform-translate-x: -5.5rem;
  }

  .xs\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xs\:-translate-x-28 {
    --transform-translate-x: -7rem;
  }

  .xs\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xs\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xs\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xs\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xs\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xs\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xs\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xs\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xs\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xs\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xs\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xs\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xs\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xs\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xs\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xs\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xs\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xs\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xs\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xs\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xs\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .xs\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xs\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xs\:translate-y-22 {
    --transform-translate-y: 5.5rem;
  }

  .xs\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xs\:translate-y-28 {
    --transform-translate-y: 7rem;
  }

  .xs\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xs\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xs\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xs\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xs\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xs\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xs\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xs\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xs\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xs\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xs\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xs\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xs\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xs\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xs\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xs\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .xs\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xs\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xs\:-translate-y-22 {
    --transform-translate-y: -5.5rem;
  }

  .xs\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xs\:-translate-y-28 {
    --transform-translate-y: -7rem;
  }

  .xs\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xs\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xs\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xs\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xs\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xs\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xs\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xs\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xs\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xs\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xs\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xs\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xs\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xs\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xs\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

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

  .xs\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xs\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xs\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

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

  .xs\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .xs\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xs\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xs\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem;
  }

  .xs\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xs\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem;
  }

  .xs\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xs\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xs\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xs\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xs\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xs\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xs\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xs\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xs\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xs\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

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

  .xs\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xs\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xs\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

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

  .xs\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .xs\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xs\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xs\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem;
  }

  .xs\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xs\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem;
  }

  .xs\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xs\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xs\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xs\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xs\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xs\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xs\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xs\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xs\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xs\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xs\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xs\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xs\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

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

  .xs\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xs\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xs\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

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

  .xs\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .xs\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xs\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xs\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem;
  }

  .xs\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xs\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem;
  }

  .xs\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xs\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xs\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xs\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xs\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xs\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xs\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xs\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xs\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xs\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

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

  .xs\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xs\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xs\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

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

  .xs\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .xs\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xs\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xs\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem;
  }

  .xs\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xs\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem;
  }

  .xs\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xs\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xs\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xs\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xs\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xs\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xs\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xs\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xs\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .xs\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xs\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xs\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .xs\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

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

  .xs\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .xs\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .xs\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .xs\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .xs\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .xs\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .xs\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .xs\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem;
  }

  .xs\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .xs\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem;
  }

  .xs\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .xs\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .xs\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .xs\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .xs\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .xs\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xs\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xs\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xs\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .xs\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

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

  .xs\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .xs\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .xs\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .xs\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .xs\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .xs\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .xs\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .xs\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem;
  }

  .xs\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .xs\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem;
  }

  .xs\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .xs\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .xs\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .xs\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .xs\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .xs\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xs\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xs\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xs\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .xs\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xs\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xs\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .xs\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .xs\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .xs\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .xs\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .xs\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .xs\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .xs\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .xs\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .xs\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .xs\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem;
  }

  .xs\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .xs\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem;
  }

  .xs\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .xs\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .xs\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .xs\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .xs\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .xs\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xs\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xs\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xs\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .xs\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .xs\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .xs\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .xs\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .xs\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .xs\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .xs\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .xs\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .xs\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .xs\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem;
  }

  .xs\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .xs\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem;
  }

  .xs\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .xs\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .xs\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .xs\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .xs\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .xs\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xs\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xs\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xs\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xs\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xs\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xs\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xs\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xs\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xs\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xs\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xs\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xs\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xs\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xs\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xs\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xs\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xs\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xs\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xs\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xs\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xs\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xs\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xs\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xs\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xs\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xs\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xs\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xs\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xs\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xs\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xs\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xs\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xs\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xs\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xs\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xs\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xs\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xs\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xs\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xs\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xs\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xs\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xs\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xs\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xs\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .xs\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }

  .xs\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -o-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -o-transform;
  }

  .xs\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xs\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  .xs\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .xs\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
  }

  .xs\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .xs\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .xs\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .xs\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .xs\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .xs\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .xs\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .xs\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .xs\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .xs\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .xs\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .xs\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .xs\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .xs\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .xs\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .xs\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .xs\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .xs\:animate-none {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  .xs\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
         -o-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xs\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
         -o-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
         -o-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
         -o-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .sm\:container {
      max-width: 480px;
    }
  }

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

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

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

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

  @media (min-width: 1400px) {
    .sm\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {
    .sm\:container {
      max-width: 1600px;
    }
  }

  @media (min-width: 2000px) {
    .sm\:container {
      max-width: 2000px;
    }
  }

  .sm\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .sm\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .sm\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm\:divide-flesh > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--divide-opacity));
  }

  .sm\:divide-gulfBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--divide-opacity));
  }

  .sm\:divide-blueDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--divide-opacity));
  }

  .sm\:divide-blueCheckbox > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--divide-opacity));
  }

  .sm\:divide-blueCyan > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--divide-opacity));
  }

  .sm\:divide-blueDarkHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--divide-opacity));
  }

  .sm\:divide-blueMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .sm\:divide-blueMediumHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--divide-opacity));
  }

  .sm\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--divide-opacity));
  }

  .sm\:divide-blueProgrammaBack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--divide-opacity));
  }

  .sm\:divide-blueHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .sm\:divide-blueLightDarker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--divide-opacity));
  }

  .sm\:divide-blueLightDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--divide-opacity));
  }

  .sm\:divide-perano > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--divide-opacity));
  }

  .sm\:divide-blueLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--divide-opacity));
  }

  .sm\:divide-bluePersian > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--divide-opacity));
  }

  .sm\:divide-mediumElectricBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--divide-opacity));
  }

  .sm\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--divide-opacity));
  }

  .sm\:divide-redCadmium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--divide-opacity));
  }

  .sm\:divide-redHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--divide-opacity));
  }

  .sm\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--divide-opacity));
  }

  .sm\:divide-yellowHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--divide-opacity));
  }

  .sm\:divide-greyLighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--divide-opacity));
  }

  .sm\:divide-greyLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--divide-opacity));
  }

  .sm\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--divide-opacity));
  }

  .sm\:divide-greyMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--divide-opacity));
  }

  .sm\:divide-greyWarm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--divide-opacity));
  }

  .sm\:divide-darkGrey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .sm\:divide-darkGreyHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--divide-opacity));
  }

  .sm\:divide-shadedFilters > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .sm\:divide-thunderBlack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .sm\:divide-greyText > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .sm\:divide-greyTextForm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--divide-opacity));
  }

  .sm\:divide-mountainMist > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .sm\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .sm\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .sm\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .sm\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .sm\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35;
  }

  .sm\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .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\: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\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .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 {
    background-clip: text;
  }

  .sm\:bg-flesh {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .sm\:bg-gulfBlue {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .sm\:bg-blueDark {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .sm\:bg-blueCheckbox {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .sm\:bg-blueCyan {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .sm\:bg-blueDarkHover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .sm\:bg-blueMedium {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .sm\:bg-blueMediumHover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .sm\:bg-blue {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .sm\:bg-blueProgrammaBack {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .sm\:bg-blueHover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .sm\:bg-blueLightDarker {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .sm\:bg-blueLightDark {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .sm\:bg-perano {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .sm\:bg-blueLight {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .sm\:bg-bluePersian {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .sm\:bg-mediumElectricBlue {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .sm\:bg-red {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .sm\:bg-redCadmium {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .sm\:bg-redHover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .sm\:bg-yellow {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .sm\:bg-yellowHover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .sm\:bg-greyLighter {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .sm\:bg-greyLight {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .sm\:bg-grey {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .sm\:bg-greyMedium {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .sm\:bg-greyWarm {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .sm\:bg-darkGrey {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .sm\:bg-darkGreyHover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .sm\:bg-shadedFilters {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .sm\:bg-thunderBlack {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .sm\:bg-greyText {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .sm\:bg-greyTextForm {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .sm\:bg-mountainMist {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-flesh:hover {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .sm\:hover\:bg-gulfBlue:hover {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueDark:hover {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueCheckbox:hover {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueCyan:hover {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueDarkHover:hover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueMedium:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueMediumHover:hover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueProgrammaBack:hover {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueHover:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueLightDarker:hover {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueLightDark:hover {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .sm\:hover\:bg-perano:hover {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .sm\:hover\:bg-blueLight:hover {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .sm\:hover\:bg-bluePersian:hover {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .sm\:hover\:bg-mediumElectricBlue:hover {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .sm\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .sm\:hover\:bg-redCadmium:hover {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .sm\:hover\:bg-redHover:hover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellowHover:hover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .sm\:hover\:bg-greyLighter:hover {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .sm\:hover\:bg-greyLight:hover {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .sm\:hover\:bg-greyMedium:hover {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .sm\:hover\:bg-greyWarm:hover {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .sm\:hover\:bg-darkGrey:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .sm\:hover\:bg-darkGreyHover:hover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .sm\:hover\:bg-shadedFilters:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:bg-thunderBlack:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .sm\:hover\:bg-greyText:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .sm\:hover\:bg-greyTextForm:hover {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .sm\:hover\:bg-mountainMist:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:focus\:bg-flesh:focus {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .sm\:focus\:bg-gulfBlue:focus {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueDark:focus {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueCheckbox:focus {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueCyan:focus {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueDarkHover:focus {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueMedium:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueMediumHover:focus {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueProgrammaBack:focus {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueHover:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueLightDarker:focus {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueLightDark:focus {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .sm\:focus\:bg-perano:focus {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .sm\:focus\:bg-blueLight:focus {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .sm\:focus\:bg-bluePersian:focus {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .sm\:focus\:bg-mediumElectricBlue:focus {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .sm\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .sm\:focus\:bg-redCadmium:focus {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .sm\:focus\:bg-redHover:focus {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellowHover:focus {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .sm\:focus\:bg-greyLighter:focus {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .sm\:focus\:bg-greyLight:focus {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .sm\:focus\:bg-greyMedium:focus {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .sm\:focus\:bg-greyWarm:focus {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .sm\:focus\:bg-darkGrey:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .sm\:focus\:bg-darkGreyHover:focus {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .sm\:focus\:bg-shadedFilters:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:bg-thunderBlack:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .sm\:focus\:bg-greyText:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .sm\:focus\:bg-greyTextForm:focus {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .sm\:focus\:bg-mountainMist:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:bg-none {
    background-image: none;
  }

  .sm\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sm\:from-flesh {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .sm\:from-gulfBlue {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .sm\:from-blueDark {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .sm\:from-blueCheckbox {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .sm\:from-blueCyan {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .sm\:from-blueDarkHover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .sm\:from-blueMedium {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:from-blueMediumHover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .sm\:from-blue {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .sm\:from-blueProgrammaBack {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .sm\:from-blueHover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:from-blueLightDarker {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .sm\:from-blueLightDark {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .sm\:from-perano {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .sm\:from-blueLight {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .sm\:from-bluePersian {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .sm\:from-mediumElectricBlue {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .sm\:from-red {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .sm\:from-redCadmium {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .sm\:from-redHover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .sm\:from-yellow {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .sm\:from-yellowHover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .sm\:from-greyLighter {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .sm\:from-greyLight {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .sm\:from-grey {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .sm\:from-greyMedium {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .sm\:from-greyWarm {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .sm\:from-darkGrey {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:from-darkGreyHover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .sm\:from-shadedFilters {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-thunderBlack {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:from-greyText {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:from-greyTextForm {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .sm\:from-mountainMist {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:via-flesh {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .sm\:via-gulfBlue {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .sm\:via-blueDark {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .sm\:via-blueCheckbox {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .sm\:via-blueCyan {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .sm\:via-blueDarkHover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .sm\:via-blueMedium {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:via-blueMediumHover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .sm\:via-blue {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .sm\:via-blueProgrammaBack {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .sm\:via-blueHover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:via-blueLightDarker {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .sm\:via-blueLightDark {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .sm\:via-perano {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .sm\:via-blueLight {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .sm\:via-bluePersian {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .sm\:via-mediumElectricBlue {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .sm\:via-red {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .sm\:via-redCadmium {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .sm\:via-redHover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .sm\:via-yellow {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .sm\:via-yellowHover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .sm\:via-greyLighter {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .sm\:via-greyLight {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .sm\:via-grey {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .sm\:via-greyMedium {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .sm\:via-greyWarm {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .sm\:via-darkGrey {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:via-darkGreyHover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .sm\:via-shadedFilters {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-thunderBlack {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:via-greyText {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:via-greyTextForm {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .sm\:via-mountainMist {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:to-flesh {
    --gradient-to-color: #ffbe8d;
  }

  .sm\:to-gulfBlue {
    --gradient-to-color: #001959;
  }

  .sm\:to-blueDark {
    --gradient-to-color: #001b5b;
  }

  .sm\:to-blueCheckbox {
    --gradient-to-color: #2F7094;
  }

  .sm\:to-blueCyan {
    --gradient-to-color: #00518C;
  }

  .sm\:to-blueDarkHover {
    --gradient-to-color: #00233F;
  }

  .sm\:to-blueMedium {
    --gradient-to-color: #003F6D;
  }

  .sm\:to-blueMediumHover {
    --gradient-to-color: #00294B;
  }

  .sm\:to-blue {
    --gradient-to-color: #0065bb;
  }

  .sm\:to-blueProgrammaBack {
    --gradient-to-color: #0066b7;
  }

  .sm\:to-blueHover {
    --gradient-to-color: #003F6D;
  }

  .sm\:to-blueLightDarker {
    --gradient-to-color: #7BB1CF;
  }

  .sm\:to-blueLightDark {
    --gradient-to-color: #A4D2EC;
  }

  .sm\:to-perano {
    --gradient-to-color: #A6D1F4;
  }

  .sm\:to-blueLight {
    --gradient-to-color: #b7dbf9;
  }

  .sm\:to-bluePersian {
    --gradient-to-color: #0169B4;
  }

  .sm\:to-mediumElectricBlue {
    --gradient-to-color: #0057A0;
  }

  .sm\:to-red {
    --gradient-to-color: #e70000;
  }

  .sm\:to-redCadmium {
    --gradient-to-color: #E30413;
  }

  .sm\:to-redHover {
    --gradient-to-color: #AA030D;
  }

  .sm\:to-yellow {
    --gradient-to-color: #ff6f03;
  }

  .sm\:to-yellowHover {
    --gradient-to-color: #FF9103;
  }

  .sm\:to-greyLighter {
    --gradient-to-color: #F6F5F3;
  }

  .sm\:to-greyLight {
    --gradient-to-color: #E2E2E2;
  }

  .sm\:to-grey {
    --gradient-to-color: #E6E3DF;
  }

  .sm\:to-greyMedium {
    --gradient-to-color: #DDD;
  }

  .sm\:to-greyWarm {
    --gradient-to-color: #939283;
  }

  .sm\:to-darkGrey {
    --gradient-to-color: #2D2D2D;
  }

  .sm\:to-darkGreyHover {
    --gradient-to-color: #212121;
  }

  .sm\:to-shadedFilters {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .sm\:to-thunderBlack {
    --gradient-to-color: #2D2D2D;
  }

  .sm\:to-greyText {
    --gradient-to-color: #949494;
  }

  .sm\:to-greyTextForm {
    --gradient-to-color: #929292;
  }

  .sm\:to-mountainMist {
    --gradient-to-color: #949494;
  }

  .sm\:to-transparent {
    --gradient-to-color: transparent;
  }

  .sm\:to-black {
    --gradient-to-color: #000;
  }

  .sm\:to-white {
    --gradient-to-color: #fff;
  }

  .sm\:hover\:from-flesh:hover {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .sm\:hover\:from-gulfBlue:hover {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .sm\:hover\:from-blueDark:hover {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .sm\:hover\:from-blueCheckbox:hover {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .sm\:hover\:from-blueCyan:hover {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .sm\:hover\:from-blueDarkHover:hover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .sm\:hover\:from-blueMedium:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:hover\:from-blueMediumHover:hover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .sm\:hover\:from-blue:hover {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .sm\:hover\:from-blueProgrammaBack:hover {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .sm\:hover\:from-blueHover:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:hover\:from-blueLightDarker:hover {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .sm\:hover\:from-blueLightDark:hover {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .sm\:hover\:from-perano:hover {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .sm\:hover\:from-blueLight:hover {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .sm\:hover\:from-bluePersian:hover {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .sm\:hover\:from-mediumElectricBlue:hover {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .sm\:hover\:from-red:hover {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .sm\:hover\:from-redCadmium:hover {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .sm\:hover\:from-redHover:hover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .sm\:hover\:from-yellow:hover {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .sm\:hover\:from-yellowHover:hover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .sm\:hover\:from-greyLighter:hover {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .sm\:hover\:from-greyLight:hover {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .sm\:hover\:from-grey:hover {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .sm\:hover\:from-greyMedium:hover {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .sm\:hover\:from-greyWarm:hover {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .sm\:hover\:from-darkGrey:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:hover\:from-darkGreyHover:hover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .sm\:hover\:from-shadedFilters:hover {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-thunderBlack:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:hover\:from-greyText:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:hover\:from-greyTextForm:hover {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .sm\:hover\:from-mountainMist:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-flesh:hover {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .sm\:hover\:via-gulfBlue:hover {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .sm\:hover\:via-blueDark:hover {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .sm\:hover\:via-blueCheckbox:hover {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .sm\:hover\:via-blueCyan:hover {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .sm\:hover\:via-blueDarkHover:hover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .sm\:hover\:via-blueMedium:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:hover\:via-blueMediumHover:hover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .sm\:hover\:via-blue:hover {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .sm\:hover\:via-blueProgrammaBack:hover {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .sm\:hover\:via-blueHover:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:hover\:via-blueLightDarker:hover {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .sm\:hover\:via-blueLightDark:hover {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .sm\:hover\:via-perano:hover {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .sm\:hover\:via-blueLight:hover {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .sm\:hover\:via-bluePersian:hover {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .sm\:hover\:via-mediumElectricBlue:hover {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .sm\:hover\:via-red:hover {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .sm\:hover\:via-redCadmium:hover {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .sm\:hover\:via-redHover:hover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .sm\:hover\:via-yellow:hover {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .sm\:hover\:via-yellowHover:hover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .sm\:hover\:via-greyLighter:hover {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .sm\:hover\:via-greyLight:hover {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .sm\:hover\:via-grey:hover {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .sm\:hover\:via-greyMedium:hover {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .sm\:hover\:via-greyWarm:hover {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .sm\:hover\:via-darkGrey:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:hover\:via-darkGreyHover:hover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .sm\:hover\:via-shadedFilters:hover {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-thunderBlack:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:hover\:via-greyText:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:hover\:via-greyTextForm:hover {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .sm\:hover\:via-mountainMist:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:to-flesh:hover {
    --gradient-to-color: #ffbe8d;
  }

  .sm\:hover\:to-gulfBlue:hover {
    --gradient-to-color: #001959;
  }

  .sm\:hover\:to-blueDark:hover {
    --gradient-to-color: #001b5b;
  }

  .sm\:hover\:to-blueCheckbox:hover {
    --gradient-to-color: #2F7094;
  }

  .sm\:hover\:to-blueCyan:hover {
    --gradient-to-color: #00518C;
  }

  .sm\:hover\:to-blueDarkHover:hover {
    --gradient-to-color: #00233F;
  }

  .sm\:hover\:to-blueMedium:hover {
    --gradient-to-color: #003F6D;
  }

  .sm\:hover\:to-blueMediumHover:hover {
    --gradient-to-color: #00294B;
  }

  .sm\:hover\:to-blue:hover {
    --gradient-to-color: #0065bb;
  }

  .sm\:hover\:to-blueProgrammaBack:hover {
    --gradient-to-color: #0066b7;
  }

  .sm\:hover\:to-blueHover:hover {
    --gradient-to-color: #003F6D;
  }

  .sm\:hover\:to-blueLightDarker:hover {
    --gradient-to-color: #7BB1CF;
  }

  .sm\:hover\:to-blueLightDark:hover {
    --gradient-to-color: #A4D2EC;
  }

  .sm\:hover\:to-perano:hover {
    --gradient-to-color: #A6D1F4;
  }

  .sm\:hover\:to-blueLight:hover {
    --gradient-to-color: #b7dbf9;
  }

  .sm\:hover\:to-bluePersian:hover {
    --gradient-to-color: #0169B4;
  }

  .sm\:hover\:to-mediumElectricBlue:hover {
    --gradient-to-color: #0057A0;
  }

  .sm\:hover\:to-red:hover {
    --gradient-to-color: #e70000;
  }

  .sm\:hover\:to-redCadmium:hover {
    --gradient-to-color: #E30413;
  }

  .sm\:hover\:to-redHover:hover {
    --gradient-to-color: #AA030D;
  }

  .sm\:hover\:to-yellow:hover {
    --gradient-to-color: #ff6f03;
  }

  .sm\:hover\:to-yellowHover:hover {
    --gradient-to-color: #FF9103;
  }

  .sm\:hover\:to-greyLighter:hover {
    --gradient-to-color: #F6F5F3;
  }

  .sm\:hover\:to-greyLight:hover {
    --gradient-to-color: #E2E2E2;
  }

  .sm\:hover\:to-grey:hover {
    --gradient-to-color: #E6E3DF;
  }

  .sm\:hover\:to-greyMedium:hover {
    --gradient-to-color: #DDD;
  }

  .sm\:hover\:to-greyWarm:hover {
    --gradient-to-color: #939283;
  }

  .sm\:hover\:to-darkGrey:hover {
    --gradient-to-color: #2D2D2D;
  }

  .sm\:hover\:to-darkGreyHover:hover {
    --gradient-to-color: #212121;
  }

  .sm\:hover\:to-shadedFilters:hover {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:to-thunderBlack:hover {
    --gradient-to-color: #2D2D2D;
  }

  .sm\:hover\:to-greyText:hover {
    --gradient-to-color: #949494;
  }

  .sm\:hover\:to-greyTextForm:hover {
    --gradient-to-color: #929292;
  }

  .sm\:hover\:to-mountainMist:hover {
    --gradient-to-color: #949494;
  }

  .sm\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .sm\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .sm\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .sm\:focus\:from-flesh:focus {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .sm\:focus\:from-gulfBlue:focus {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .sm\:focus\:from-blueDark:focus {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .sm\:focus\:from-blueCheckbox:focus {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .sm\:focus\:from-blueCyan:focus {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .sm\:focus\:from-blueDarkHover:focus {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .sm\:focus\:from-blueMedium:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:focus\:from-blueMediumHover:focus {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .sm\:focus\:from-blue:focus {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .sm\:focus\:from-blueProgrammaBack:focus {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .sm\:focus\:from-blueHover:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:focus\:from-blueLightDarker:focus {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .sm\:focus\:from-blueLightDark:focus {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .sm\:focus\:from-perano:focus {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .sm\:focus\:from-blueLight:focus {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .sm\:focus\:from-bluePersian:focus {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .sm\:focus\:from-mediumElectricBlue:focus {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .sm\:focus\:from-red:focus {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .sm\:focus\:from-redCadmium:focus {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .sm\:focus\:from-redHover:focus {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .sm\:focus\:from-yellow:focus {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .sm\:focus\:from-yellowHover:focus {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .sm\:focus\:from-greyLighter:focus {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .sm\:focus\:from-greyLight:focus {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .sm\:focus\:from-grey:focus {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .sm\:focus\:from-greyMedium:focus {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .sm\:focus\:from-greyWarm:focus {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .sm\:focus\:from-darkGrey:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:focus\:from-darkGreyHover:focus {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .sm\:focus\:from-shadedFilters:focus {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-thunderBlack:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:focus\:from-greyText:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:focus\:from-greyTextForm:focus {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .sm\:focus\:from-mountainMist:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-flesh:focus {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .sm\:focus\:via-gulfBlue:focus {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .sm\:focus\:via-blueDark:focus {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .sm\:focus\:via-blueCheckbox:focus {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .sm\:focus\:via-blueCyan:focus {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .sm\:focus\:via-blueDarkHover:focus {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .sm\:focus\:via-blueMedium:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:focus\:via-blueMediumHover:focus {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .sm\:focus\:via-blue:focus {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .sm\:focus\:via-blueProgrammaBack:focus {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .sm\:focus\:via-blueHover:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .sm\:focus\:via-blueLightDarker:focus {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .sm\:focus\:via-blueLightDark:focus {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .sm\:focus\:via-perano:focus {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .sm\:focus\:via-blueLight:focus {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .sm\:focus\:via-bluePersian:focus {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .sm\:focus\:via-mediumElectricBlue:focus {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .sm\:focus\:via-red:focus {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .sm\:focus\:via-redCadmium:focus {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .sm\:focus\:via-redHover:focus {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .sm\:focus\:via-yellow:focus {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .sm\:focus\:via-yellowHover:focus {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .sm\:focus\:via-greyLighter:focus {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .sm\:focus\:via-greyLight:focus {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .sm\:focus\:via-grey:focus {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .sm\:focus\:via-greyMedium:focus {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .sm\:focus\:via-greyWarm:focus {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .sm\:focus\:via-darkGrey:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:focus\:via-darkGreyHover:focus {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .sm\:focus\:via-shadedFilters:focus {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-thunderBlack:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .sm\:focus\:via-greyText:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:focus\:via-greyTextForm:focus {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .sm\:focus\:via-mountainMist:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .sm\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:to-flesh:focus {
    --gradient-to-color: #ffbe8d;
  }

  .sm\:focus\:to-gulfBlue:focus {
    --gradient-to-color: #001959;
  }

  .sm\:focus\:to-blueDark:focus {
    --gradient-to-color: #001b5b;
  }

  .sm\:focus\:to-blueCheckbox:focus {
    --gradient-to-color: #2F7094;
  }

  .sm\:focus\:to-blueCyan:focus {
    --gradient-to-color: #00518C;
  }

  .sm\:focus\:to-blueDarkHover:focus {
    --gradient-to-color: #00233F;
  }

  .sm\:focus\:to-blueMedium:focus {
    --gradient-to-color: #003F6D;
  }

  .sm\:focus\:to-blueMediumHover:focus {
    --gradient-to-color: #00294B;
  }

  .sm\:focus\:to-blue:focus {
    --gradient-to-color: #0065bb;
  }

  .sm\:focus\:to-blueProgrammaBack:focus {
    --gradient-to-color: #0066b7;
  }

  .sm\:focus\:to-blueHover:focus {
    --gradient-to-color: #003F6D;
  }

  .sm\:focus\:to-blueLightDarker:focus {
    --gradient-to-color: #7BB1CF;
  }

  .sm\:focus\:to-blueLightDark:focus {
    --gradient-to-color: #A4D2EC;
  }

  .sm\:focus\:to-perano:focus {
    --gradient-to-color: #A6D1F4;
  }

  .sm\:focus\:to-blueLight:focus {
    --gradient-to-color: #b7dbf9;
  }

  .sm\:focus\:to-bluePersian:focus {
    --gradient-to-color: #0169B4;
  }

  .sm\:focus\:to-mediumElectricBlue:focus {
    --gradient-to-color: #0057A0;
  }

  .sm\:focus\:to-red:focus {
    --gradient-to-color: #e70000;
  }

  .sm\:focus\:to-redCadmium:focus {
    --gradient-to-color: #E30413;
  }

  .sm\:focus\:to-redHover:focus {
    --gradient-to-color: #AA030D;
  }

  .sm\:focus\:to-yellow:focus {
    --gradient-to-color: #ff6f03;
  }

  .sm\:focus\:to-yellowHover:focus {
    --gradient-to-color: #FF9103;
  }

  .sm\:focus\:to-greyLighter:focus {
    --gradient-to-color: #F6F5F3;
  }

  .sm\:focus\:to-greyLight:focus {
    --gradient-to-color: #E2E2E2;
  }

  .sm\:focus\:to-grey:focus {
    --gradient-to-color: #E6E3DF;
  }

  .sm\:focus\:to-greyMedium:focus {
    --gradient-to-color: #DDD;
  }

  .sm\:focus\:to-greyWarm:focus {
    --gradient-to-color: #939283;
  }

  .sm\:focus\:to-darkGrey:focus {
    --gradient-to-color: #2D2D2D;
  }

  .sm\:focus\:to-darkGreyHover:focus {
    --gradient-to-color: #212121;
  }

  .sm\:focus\:to-shadedFilters:focus {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:to-thunderBlack:focus {
    --gradient-to-color: #2D2D2D;
  }

  .sm\:focus\:to-greyText:focus {
    --gradient-to-color: #949494;
  }

  .sm\:focus\:to-greyTextForm:focus {
    --gradient-to-color: #929292;
  }

  .sm\:focus\:to-mountainMist:focus {
    --gradient-to-color: #949494;
  }

  .sm\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .sm\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .sm\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .sm\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .sm\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .sm\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .sm\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .sm\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .sm\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .sm\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35;
  }

  .sm\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35;
  }

  .sm\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .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-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:border-flesh {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .sm\:border-gulfBlue {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .sm\:border-blueDark {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .sm\:border-blueCheckbox {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .sm\:border-blueCyan {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .sm\:border-blueDarkHover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .sm\:border-blueMedium {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .sm\:border-blueMediumHover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .sm\:border-blue {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .sm\:border-blueProgrammaBack {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .sm\:border-blueHover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .sm\:border-blueLightDarker {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .sm\:border-blueLightDark {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .sm\:border-perano {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .sm\:border-blueLight {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .sm\:border-bluePersian {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .sm\:border-mediumElectricBlue {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .sm\:border-red {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .sm\:border-redCadmium {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .sm\:border-redHover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .sm\:border-yellow {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .sm\:border-yellowHover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .sm\:border-greyLighter {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .sm\:border-greyLight {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .sm\:border-grey {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .sm\:border-greyMedium {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .sm\:border-greyWarm {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .sm\:border-darkGrey {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .sm\:border-darkGreyHover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .sm\:border-shadedFilters {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .sm\:border-thunderBlack {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .sm\:border-greyText {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .sm\:border-greyTextForm {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .sm\:border-mountainMist {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:hover\:border-flesh:hover {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .sm\:hover\:border-gulfBlue:hover {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .sm\:hover\:border-blueDark:hover {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .sm\:hover\:border-blueCheckbox:hover {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .sm\:hover\:border-blueCyan:hover {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .sm\:hover\:border-blueDarkHover:hover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .sm\:hover\:border-blueMedium:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .sm\:hover\:border-blueMediumHover:hover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .sm\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .sm\:hover\:border-blueProgrammaBack:hover {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .sm\:hover\:border-blueHover:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .sm\:hover\:border-blueLightDarker:hover {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .sm\:hover\:border-blueLightDark:hover {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .sm\:hover\:border-perano:hover {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .sm\:hover\:border-blueLight:hover {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .sm\:hover\:border-bluePersian:hover {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .sm\:hover\:border-mediumElectricBlue:hover {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .sm\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .sm\:hover\:border-redCadmium:hover {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .sm\:hover\:border-redHover:hover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .sm\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .sm\:hover\:border-yellowHover:hover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .sm\:hover\:border-greyLighter:hover {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .sm\:hover\:border-greyLight:hover {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .sm\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .sm\:hover\:border-greyMedium:hover {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .sm\:hover\:border-greyWarm:hover {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .sm\:hover\:border-darkGrey:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .sm\:hover\:border-darkGreyHover:hover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .sm\:hover\:border-shadedFilters:hover {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:border-thunderBlack:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .sm\:hover\:border-greyText:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .sm\:hover\:border-greyTextForm:hover {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .sm\:hover\:border-mountainMist:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:focus\:border-flesh:focus {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .sm\:focus\:border-gulfBlue:focus {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .sm\:focus\:border-blueDark:focus {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .sm\:focus\:border-blueCheckbox:focus {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .sm\:focus\:border-blueCyan:focus {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .sm\:focus\:border-blueDarkHover:focus {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .sm\:focus\:border-blueMedium:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .sm\:focus\:border-blueMediumHover:focus {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .sm\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .sm\:focus\:border-blueProgrammaBack:focus {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .sm\:focus\:border-blueHover:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .sm\:focus\:border-blueLightDarker:focus {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .sm\:focus\:border-blueLightDark:focus {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .sm\:focus\:border-perano:focus {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .sm\:focus\:border-blueLight:focus {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .sm\:focus\:border-bluePersian:focus {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .sm\:focus\:border-mediumElectricBlue:focus {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .sm\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .sm\:focus\:border-redCadmium:focus {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .sm\:focus\:border-redHover:focus {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .sm\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .sm\:focus\:border-yellowHover:focus {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .sm\:focus\:border-greyLighter:focus {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .sm\:focus\:border-greyLight:focus {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .sm\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .sm\:focus\:border-greyMedium:focus {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .sm\:focus\:border-greyWarm:focus {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .sm\:focus\:border-darkGrey:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .sm\:focus\:border-darkGreyHover:focus {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .sm\:focus\:border-shadedFilters:focus {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:border-thunderBlack:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .sm\:focus\:border-greyText:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .sm\:focus\:border-greyTextForm:focus {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .sm\:focus\:border-mountainMist:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:border-opacity-0 {
    --border-opacity: 0;
  }

  .sm\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .sm\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .sm\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .sm\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .sm\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .sm\:border-opacity-100 {
    --border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .sm\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35;
  }

  .sm\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45;
  }

  .sm\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .sm\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35;
  }

  .sm\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45;
  }

  .sm\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .sm\:rounded-2 {
    border-radius: 2px;
  }

  .sm\:rounded-6 {
    border-radius: 6px;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-2 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .sm\:rounded-r-2 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .sm\:rounded-b-2 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .sm\:rounded-l-2 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .sm\:rounded-t-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .sm\:rounded-r-6 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .sm\:rounded-b-6 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .sm\:rounded-l-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-2 {
    border-top-left-radius: 2px;
  }

  .sm\:rounded-tr-2 {
    border-top-right-radius: 2px;
  }

  .sm\:rounded-br-2 {
    border-bottom-right-radius: 2px;
  }

  .sm\:rounded-bl-2 {
    border-bottom-left-radius: 2px;
  }

  .sm\:rounded-tl-6 {
    border-top-left-radius: 6px;
  }

  .sm\:rounded-tr-6 {
    border-top-right-radius: 6px;
  }

  .sm\:rounded-br-6 {
    border-bottom-right-radius: 6px;
  }

  .sm\:rounded-bl-6 {
    border-bottom-left-radius: 6px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

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

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

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .sm\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .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-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .sm\:table {
    display: 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\:hidden {
    display: none;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .sm\:place-items-auto {
    place-items: auto;
  }

  .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\: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-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\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sm\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sm\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .sm\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .sm\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .sm\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .sm\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .sm\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .sm\:content-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }

  .sm\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .sm\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .sm\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .sm\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .sm\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .sm\:justify-items-auto {
    justify-items: auto;
  }

  .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\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sm\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .sm\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sm\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sm\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .sm\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .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\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .sm\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .sm\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .sm\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .sm\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .sm\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .sm\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .sm\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .sm\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .sm\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .sm\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .sm\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .sm\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .sm\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .sm\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:font-sans {
    font-family: Bauziet, Goodot, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    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\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-22 {
    height: 5.5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:text-12px {
    font-size: 12px;
  }

  .sm\:text-14px {
    font-size: 14px;
  }

  .sm\:text-15px {
    font-size: 15px;
  }

  .sm\:text-16px {
    font-size: 16px;
  }

  .sm\:text-17px {
    font-size: 17px;
  }

  .sm\:text-18px {
    font-size: 18px;
  }

  .sm\:text-20px {
    font-size: 20px;
  }

  .sm\:text-22px {
    font-size: 22px;
  }

  .sm\:text-24px {
    font-size: 24px;
  }

  .sm\:text-26px {
    font-size: 26px;
  }

  .sm\:text-30px {
    font-size: 30px;
  }

  .sm\:text-35px {
    font-size: 35px;
  }

  .sm\:text-40px {
    font-size: 40px;
  }

  .sm\:text-45px {
    font-size: 45px;
  }

  .sm\:text-50px {
    font-size: 50px;
  }

  .sm\:text-60px {
    font-size: 60px;
  }

  .sm\:text-70px {
    font-size: 70px;
  }

  .sm\:text-90px {
    font-size: 90px;
  }

  .sm\:text-97px {
    font-size: 97px;
  }

  .sm\:text-100px {
    font-size: 100px;
  }

  .sm\:text-150px {
    font-size: 150px;
  }

  .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-cramp {
    line-height: 0.75;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tighter {
    line-height: 1.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\: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\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

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

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

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

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-22 {
    margin: 5.5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

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

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

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

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-22 {
    margin: -5.5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-28 {
    margin: -7rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

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

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

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

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

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

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

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

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

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

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

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

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

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

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

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

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

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

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

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

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

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

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

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-22 {
    margin-top: 5.5rem;
  }

  .sm\:mr-22 {
    margin-right: 5.5rem;
  }

  .sm\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .sm\:ml-22 {
    margin-left: 5.5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

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

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

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

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

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

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

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

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

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

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-22 {
    margin-top: -5.5rem;
  }

  .sm\:-mr-22 {
    margin-right: -5.5rem;
  }

  .sm\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .sm\:-ml-22 {
    margin-left: -5.5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:first\:m-0:first-child {
    margin: 0;
  }

  .sm\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .sm\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .sm\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .sm\:first\:m-4:first-child {
    margin: 1rem;
  }

  .sm\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .sm\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .sm\:first\:m-8:first-child {
    margin: 2rem;
  }

  .sm\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .sm\:first\:m-12:first-child {
    margin: 3rem;
  }

  .sm\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .sm\:first\:m-16:first-child {
    margin: 4rem;
  }

  .sm\:first\:m-20:first-child {
    margin: 5rem;
  }

  .sm\:first\:m-22:first-child {
    margin: 5.5rem;
  }

  .sm\:first\:m-24:first-child {
    margin: 6rem;
  }

  .sm\:first\:m-28:first-child {
    margin: 7rem;
  }

  .sm\:first\:m-32:first-child {
    margin: 8rem;
  }

  .sm\:first\:m-40:first-child {
    margin: 10rem;
  }

  .sm\:first\:m-48:first-child {
    margin: 12rem;
  }

  .sm\:first\:m-56:first-child {
    margin: 14rem;
  }

  .sm\:first\:m-64:first-child {
    margin: 16rem;
  }

  .sm\:first\:m-auto:first-child {
    margin: auto;
  }

  .sm\:first\:m-px:first-child {
    margin: 1px;
  }

  .sm\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .sm\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .sm\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .sm\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .sm\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .sm\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .sm\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .sm\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .sm\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .sm\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .sm\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .sm\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .sm\:first\:-m-22:first-child {
    margin: -5.5rem;
  }

  .sm\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .sm\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .sm\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .sm\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .sm\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .sm\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .sm\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .sm\:first\:-m-px:first-child {
    margin: -1px;
  }

  .sm\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:first\:my-22:first-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:first\:mx-22:first-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:first\:-my-22:first-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:first\:-mx-22:first-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .sm\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .sm\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .sm\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .sm\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .sm\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .sm\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .sm\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .sm\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .sm\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .sm\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .sm\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .sm\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .sm\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .sm\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .sm\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .sm\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .sm\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .sm\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .sm\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .sm\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .sm\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .sm\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .sm\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .sm\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .sm\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .sm\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .sm\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .sm\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .sm\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .sm\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .sm\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .sm\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .sm\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .sm\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .sm\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .sm\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .sm\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .sm\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .sm\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .sm\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .sm\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .sm\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .sm\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .sm\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .sm\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .sm\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .sm\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .sm\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .sm\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .sm\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .sm\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .sm\:first\:mt-22:first-child {
    margin-top: 5.5rem;
  }

  .sm\:first\:mr-22:first-child {
    margin-right: 5.5rem;
  }

  .sm\:first\:mb-22:first-child {
    margin-bottom: 5.5rem;
  }

  .sm\:first\:ml-22:first-child {
    margin-left: 5.5rem;
  }

  .sm\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .sm\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .sm\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .sm\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .sm\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .sm\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .sm\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .sm\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .sm\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .sm\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .sm\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .sm\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .sm\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .sm\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .sm\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .sm\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .sm\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .sm\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .sm\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .sm\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .sm\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .sm\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .sm\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .sm\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .sm\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .sm\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .sm\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .sm\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .sm\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .sm\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .sm\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .sm\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .sm\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .sm\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .sm\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .sm\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .sm\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .sm\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .sm\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .sm\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .sm\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .sm\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .sm\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .sm\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .sm\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .sm\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .sm\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .sm\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .sm\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .sm\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .sm\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .sm\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .sm\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .sm\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .sm\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .sm\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .sm\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .sm\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .sm\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .sm\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .sm\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .sm\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .sm\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .sm\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .sm\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .sm\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .sm\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .sm\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .sm\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .sm\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .sm\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .sm\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .sm\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .sm\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .sm\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .sm\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .sm\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .sm\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .sm\:first\:-mt-22:first-child {
    margin-top: -5.5rem;
  }

  .sm\:first\:-mr-22:first-child {
    margin-right: -5.5rem;
  }

  .sm\:first\:-mb-22:first-child {
    margin-bottom: -5.5rem;
  }

  .sm\:first\:-ml-22:first-child {
    margin-left: -5.5rem;
  }

  .sm\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .sm\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .sm\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .sm\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .sm\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .sm\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .sm\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .sm\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .sm\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .sm\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .sm\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .sm\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .sm\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .sm\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .sm\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .sm\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .sm\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .sm\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .sm\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .sm\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .sm\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .sm\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .sm\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .sm\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .sm\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .sm\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .sm\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .sm\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .sm\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .sm\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .sm\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .sm\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .sm\:last\:m-0:last-child {
    margin: 0;
  }

  .sm\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .sm\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .sm\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .sm\:last\:m-4:last-child {
    margin: 1rem;
  }

  .sm\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .sm\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .sm\:last\:m-8:last-child {
    margin: 2rem;
  }

  .sm\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .sm\:last\:m-12:last-child {
    margin: 3rem;
  }

  .sm\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .sm\:last\:m-16:last-child {
    margin: 4rem;
  }

  .sm\:last\:m-20:last-child {
    margin: 5rem;
  }

  .sm\:last\:m-22:last-child {
    margin: 5.5rem;
  }

  .sm\:last\:m-24:last-child {
    margin: 6rem;
  }

  .sm\:last\:m-28:last-child {
    margin: 7rem;
  }

  .sm\:last\:m-32:last-child {
    margin: 8rem;
  }

  .sm\:last\:m-40:last-child {
    margin: 10rem;
  }

  .sm\:last\:m-48:last-child {
    margin: 12rem;
  }

  .sm\:last\:m-56:last-child {
    margin: 14rem;
  }

  .sm\:last\:m-64:last-child {
    margin: 16rem;
  }

  .sm\:last\:m-auto:last-child {
    margin: auto;
  }

  .sm\:last\:m-px:last-child {
    margin: 1px;
  }

  .sm\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .sm\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .sm\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .sm\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .sm\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .sm\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .sm\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .sm\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .sm\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .sm\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .sm\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .sm\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .sm\:last\:-m-22:last-child {
    margin: -5.5rem;
  }

  .sm\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .sm\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .sm\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .sm\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .sm\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .sm\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .sm\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .sm\:last\:-m-px:last-child {
    margin: -1px;
  }

  .sm\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:last\:my-22:last-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:last\:mx-22:last-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:last\:-my-22:last-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:last\:-mx-22:last-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .sm\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .sm\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .sm\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .sm\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .sm\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .sm\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .sm\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .sm\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .sm\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .sm\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .sm\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .sm\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .sm\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .sm\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .sm\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .sm\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .sm\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .sm\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .sm\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .sm\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .sm\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .sm\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .sm\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .sm\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .sm\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .sm\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .sm\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .sm\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .sm\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .sm\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .sm\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .sm\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .sm\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .sm\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .sm\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .sm\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .sm\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .sm\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .sm\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .sm\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .sm\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .sm\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .sm\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .sm\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .sm\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .sm\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .sm\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .sm\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .sm\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .sm\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .sm\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .sm\:last\:mt-22:last-child {
    margin-top: 5.5rem;
  }

  .sm\:last\:mr-22:last-child {
    margin-right: 5.5rem;
  }

  .sm\:last\:mb-22:last-child {
    margin-bottom: 5.5rem;
  }

  .sm\:last\:ml-22:last-child {
    margin-left: 5.5rem;
  }

  .sm\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .sm\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .sm\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .sm\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .sm\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .sm\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .sm\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .sm\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .sm\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .sm\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .sm\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .sm\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .sm\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .sm\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .sm\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .sm\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .sm\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .sm\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .sm\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .sm\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .sm\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .sm\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .sm\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .sm\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .sm\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .sm\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .sm\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .sm\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .sm\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .sm\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .sm\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .sm\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .sm\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .sm\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .sm\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .sm\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .sm\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .sm\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .sm\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .sm\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .sm\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .sm\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .sm\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .sm\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .sm\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .sm\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .sm\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .sm\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .sm\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .sm\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .sm\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .sm\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .sm\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .sm\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .sm\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .sm\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .sm\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .sm\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .sm\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .sm\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .sm\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .sm\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .sm\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .sm\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .sm\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .sm\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .sm\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .sm\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .sm\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .sm\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .sm\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .sm\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .sm\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .sm\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .sm\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .sm\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .sm\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .sm\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .sm\:last\:-mt-22:last-child {
    margin-top: -5.5rem;
  }

  .sm\:last\:-mr-22:last-child {
    margin-right: -5.5rem;
  }

  .sm\:last\:-mb-22:last-child {
    margin-bottom: -5.5rem;
  }

  .sm\:last\:-ml-22:last-child {
    margin-left: -5.5rem;
  }

  .sm\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .sm\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .sm\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .sm\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .sm\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .sm\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .sm\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .sm\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .sm\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .sm\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .sm\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .sm\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .sm\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .sm\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .sm\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .sm\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .sm\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .sm\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .sm\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .sm\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .sm\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .sm\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .sm\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .sm\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .sm\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .sm\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .sm\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .sm\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .sm\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .sm\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .sm\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .sm\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .sm\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .sm\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .sm\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .sm\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .sm\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .sm\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .sm\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .sm\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .sm\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .sm\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .sm\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .sm\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .sm\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .sm\:even\:m-22:nth-child(even) {
    margin: 5.5rem;
  }

  .sm\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .sm\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .sm\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .sm\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .sm\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .sm\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .sm\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .sm\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .sm\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .sm\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .sm\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .sm\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .sm\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .sm\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .sm\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .sm\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .sm\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .sm\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .sm\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .sm\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .sm\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .sm\:even\:-m-22:nth-child(even) {
    margin: -5.5rem;
  }

  .sm\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .sm\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .sm\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .sm\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .sm\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .sm\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .sm\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .sm\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .sm\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:even\:my-22:nth-child(even) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:even\:mx-22:nth-child(even) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:even\:-my-22:nth-child(even) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:even\:-mx-22:nth-child(even) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .sm\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .sm\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .sm\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .sm\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .sm\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .sm\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .sm\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .sm\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .sm\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .sm\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .sm\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .sm\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .sm\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .sm\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .sm\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .sm\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .sm\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .sm\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .sm\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .sm\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .sm\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .sm\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .sm\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .sm\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .sm\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .sm\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .sm\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .sm\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .sm\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .sm\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .sm\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .sm\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .sm\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .sm\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .sm\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .sm\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .sm\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .sm\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .sm\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .sm\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .sm\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .sm\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .sm\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .sm\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .sm\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .sm\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .sm\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .sm\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .sm\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .sm\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .sm\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .sm\:even\:mt-22:nth-child(even) {
    margin-top: 5.5rem;
  }

  .sm\:even\:mr-22:nth-child(even) {
    margin-right: 5.5rem;
  }

  .sm\:even\:mb-22:nth-child(even) {
    margin-bottom: 5.5rem;
  }

  .sm\:even\:ml-22:nth-child(even) {
    margin-left: 5.5rem;
  }

  .sm\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .sm\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .sm\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .sm\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .sm\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .sm\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .sm\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .sm\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .sm\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .sm\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .sm\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .sm\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .sm\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .sm\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .sm\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .sm\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .sm\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .sm\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .sm\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .sm\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .sm\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .sm\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .sm\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .sm\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .sm\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .sm\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .sm\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .sm\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .sm\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .sm\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .sm\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .sm\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .sm\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .sm\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .sm\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .sm\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .sm\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .sm\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .sm\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .sm\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .sm\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .sm\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .sm\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .sm\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .sm\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .sm\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .sm\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .sm\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .sm\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .sm\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .sm\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .sm\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .sm\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .sm\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .sm\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .sm\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .sm\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .sm\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .sm\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .sm\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .sm\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .sm\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .sm\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .sm\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .sm\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .sm\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .sm\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .sm\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .sm\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .sm\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .sm\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .sm\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .sm\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .sm\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .sm\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .sm\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .sm\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .sm\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .sm\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .sm\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .sm\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .sm\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .sm\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .sm\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .sm\:even\:-mt-22:nth-child(even) {
    margin-top: -5.5rem;
  }

  .sm\:even\:-mr-22:nth-child(even) {
    margin-right: -5.5rem;
  }

  .sm\:even\:-mb-22:nth-child(even) {
    margin-bottom: -5.5rem;
  }

  .sm\:even\:-ml-22:nth-child(even) {
    margin-left: -5.5rem;
  }

  .sm\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .sm\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .sm\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .sm\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .sm\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .sm\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .sm\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .sm\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .sm\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .sm\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .sm\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .sm\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .sm\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .sm\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .sm\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .sm\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .sm\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .sm\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .sm\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .sm\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .sm\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .sm\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .sm\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .sm\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .sm\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .sm\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .sm\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .sm\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .sm\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .sm\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .sm\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .sm\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .sm\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .sm\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .sm\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .sm\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .sm\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .sm\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .sm\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .sm\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .sm\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .sm\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .sm\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .sm\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .sm\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .sm\:odd\:m-22:nth-child(odd) {
    margin: 5.5rem;
  }

  .sm\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .sm\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .sm\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .sm\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .sm\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .sm\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .sm\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .sm\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .sm\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .sm\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .sm\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .sm\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .sm\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .sm\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .sm\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .sm\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .sm\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .sm\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .sm\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .sm\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .sm\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .sm\:odd\:-m-22:nth-child(odd) {
    margin: -5.5rem;
  }

  .sm\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .sm\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .sm\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .sm\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .sm\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .sm\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .sm\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .sm\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .sm\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:odd\:my-22:nth-child(odd) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:odd\:mx-22:nth-child(odd) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:odd\:-my-22:nth-child(odd) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:odd\:-mx-22:nth-child(odd) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .sm\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .sm\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .sm\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .sm\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .sm\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .sm\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .sm\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .sm\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .sm\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .sm\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .sm\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .sm\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .sm\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .sm\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .sm\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .sm\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .sm\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .sm\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .sm\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .sm\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .sm\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .sm\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .sm\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .sm\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .sm\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .sm\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .sm\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .sm\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .sm\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .sm\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .sm\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .sm\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .sm\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .sm\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .sm\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .sm\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .sm\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .sm\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .sm\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .sm\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .sm\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .sm\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .sm\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .sm\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .sm\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .sm\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .sm\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .sm\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .sm\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .sm\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .sm\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .sm\:odd\:mt-22:nth-child(odd) {
    margin-top: 5.5rem;
  }

  .sm\:odd\:mr-22:nth-child(odd) {
    margin-right: 5.5rem;
  }

  .sm\:odd\:mb-22:nth-child(odd) {
    margin-bottom: 5.5rem;
  }

  .sm\:odd\:ml-22:nth-child(odd) {
    margin-left: 5.5rem;
  }

  .sm\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .sm\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .sm\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .sm\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .sm\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .sm\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .sm\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .sm\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .sm\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .sm\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .sm\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .sm\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .sm\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .sm\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .sm\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .sm\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .sm\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .sm\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .sm\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .sm\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .sm\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .sm\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .sm\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .sm\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .sm\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .sm\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .sm\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .sm\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .sm\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .sm\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .sm\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .sm\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .sm\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .sm\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .sm\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .sm\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .sm\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .sm\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .sm\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .sm\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .sm\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .sm\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .sm\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .sm\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .sm\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .sm\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .sm\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .sm\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .sm\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .sm\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .sm\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .sm\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .sm\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .sm\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .sm\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .sm\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .sm\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .sm\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .sm\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .sm\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .sm\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .sm\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .sm\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .sm\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .sm\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .sm\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .sm\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .sm\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .sm\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .sm\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .sm\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .sm\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .sm\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .sm\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .sm\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .sm\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .sm\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .sm\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .sm\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .sm\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .sm\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .sm\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .sm\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .sm\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .sm\:odd\:-mt-22:nth-child(odd) {
    margin-top: -5.5rem;
  }

  .sm\:odd\:-mr-22:nth-child(odd) {
    margin-right: -5.5rem;
  }

  .sm\:odd\:-mb-22:nth-child(odd) {
    margin-bottom: -5.5rem;
  }

  .sm\:odd\:-ml-22:nth-child(odd) {
    margin-left: -5.5rem;
  }

  .sm\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .sm\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .sm\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .sm\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .sm\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .sm\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .sm\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .sm\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .sm\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .sm\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .sm\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .sm\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .sm\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .sm\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .sm\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .sm\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .sm\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .sm\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .sm\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .sm\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .sm\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .sm\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .sm\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .sm\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .sm\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .sm\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .sm\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .sm\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .sm\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .sm\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .sm\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .sm\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .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-full {
    max-width: 100%;
  }

  .sm\:max-w-screen-xs {
    max-width: 480px;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px;
  }

  .sm\:max-w-screen-xxl {
    max-width: 1400px;
  }

  .sm\:max-w-screen-xxxl {
    max-width: 1600px;
  }

  .sm\:max-w-screen-XL {
    max-width: 2000px;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

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

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-35 {
    opacity: 0.35;
  }

  .sm\:opacity-45 {
    opacity: 0.45;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-35:hover {
    opacity: 0.35;
  }

  .sm\:hover\:opacity-45:hover {
    opacity: 0.45;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-35:focus {
    opacity: 0.35;
  }

  .sm\:focus\:opacity-45:focus {
    opacity: 0.45;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .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\: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\: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\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:overscroll-none {
    -ms-scroll-chaining: 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\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-22 {
    padding: 5.5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-22 {
    padding-top: 5.5rem;
  }

  .sm\:pr-22 {
    padding-right: 5.5rem;
  }

  .sm\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .sm\:pl-22 {
    padding-left: 5.5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:placeholder-flesh::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .sm\:placeholder-flesh::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .sm\:placeholder-flesh::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .sm\:placeholder-flesh::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .sm\:placeholder-gulfBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-gulfBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-gulfBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-gulfBlue::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueDark::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueCheckbox::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueCheckbox::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueCheckbox::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueCheckbox::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueCyan::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueCyan::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueCyan::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueCyan::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueDarkHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueDarkHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueDarkHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueDarkHover::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueMedium::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueMediumHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueMediumHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueMediumHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueMediumHover::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueProgrammaBack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueProgrammaBack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueProgrammaBack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueProgrammaBack::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueHover::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLightDarker::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLightDarker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLightDarker::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLightDarker::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLightDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLightDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLightDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLightDark::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .sm\:placeholder-perano::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-perano::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-perano::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-perano::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-blueLight::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-bluePersian::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .sm\:placeholder-bluePersian::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .sm\:placeholder-bluePersian::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .sm\:placeholder-bluePersian::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .sm\:placeholder-mediumElectricBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .sm\:placeholder-mediumElectricBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .sm\:placeholder-mediumElectricBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .sm\:placeholder-mediumElectricBlue::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-redCadmium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .sm\:placeholder-redCadmium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .sm\:placeholder-redCadmium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .sm\:placeholder-redCadmium::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .sm\:placeholder-redHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .sm\:placeholder-redHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .sm\:placeholder-redHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .sm\:placeholder-redHover::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellowHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellowHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellowHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellowHover::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyLighter::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyLighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyLighter::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyLighter::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyLight::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyMedium::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyWarm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyWarm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyWarm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyWarm::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .sm\:placeholder-darkGrey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:placeholder-darkGrey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:placeholder-darkGrey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:placeholder-darkGrey::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:placeholder-darkGreyHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-darkGreyHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-darkGreyHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-darkGreyHover::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-shadedFilters::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:placeholder-shadedFilters::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:placeholder-shadedFilters::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:placeholder-shadedFilters::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:placeholder-thunderBlack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:placeholder-thunderBlack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:placeholder-thunderBlack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:placeholder-thunderBlack::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyText::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyText::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyText::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyText::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyTextForm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyTextForm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyTextForm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .sm\:placeholder-greyTextForm::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .sm\:placeholder-mountainMist::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-mountainMist::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-mountainMist::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-mountainMist::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-flesh:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-flesh:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-flesh:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-flesh:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gulfBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gulfBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gulfBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gulfBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueCheckbox:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueCheckbox:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueCheckbox:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueCheckbox:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueCyan:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueCyan:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueCyan:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueCyan:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueDarkHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueDarkHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueDarkHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueDarkHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueMediumHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueMediumHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueMediumHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueMediumHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueProgrammaBack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueProgrammaBack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueProgrammaBack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueProgrammaBack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLightDarker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLightDarker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLightDarker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLightDarker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLightDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLightDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLightDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLightDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-perano:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-perano:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-perano:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-perano:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-bluePersian:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-bluePersian:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-bluePersian:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-bluePersian:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-mediumElectricBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-mediumElectricBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-mediumElectricBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-mediumElectricBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-redCadmium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-redCadmium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-redCadmium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-redCadmium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-redHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-redHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-redHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-redHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellowHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellowHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellowHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellowHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyLighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyLighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyLighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyLighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyWarm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyWarm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyWarm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyWarm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-darkGrey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-darkGrey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-darkGrey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-darkGrey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-darkGreyHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-darkGreyHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-darkGreyHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-darkGreyHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-shadedFilters:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:placeholder-shadedFilters:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:placeholder-shadedFilters:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:placeholder-shadedFilters:focus::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:placeholder-thunderBlack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-thunderBlack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-thunderBlack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-thunderBlack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyText:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyText:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyText:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyText:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyTextForm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyTextForm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyTextForm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-greyTextForm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-mountainMist:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-mountainMist:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-mountainMist:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-mountainMist:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .sm\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .sm\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .sm\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35;
  }

  .sm\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .sm\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .sm\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .sm\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45;
  }

  .sm\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .sm\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .sm\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .sm\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35;
  }

  .sm\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .sm\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .sm\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .sm\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

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

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

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

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

  .sm\:inset-3 {
    top: .75rem;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
  }

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

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

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

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

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

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

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

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

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

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

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

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

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

  .sm\:inset-y-3 {
    top: .75rem;
    bottom: .75rem;
  }

  .sm\:inset-x-3 {
    right: .75rem;
    left: .75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

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

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

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

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

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

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

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

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

  .sm\:top-3 {
    top: .75rem;
  }

  .sm\:right-3 {
    right: .75rem;
  }

  .sm\:bottom-3 {
    bottom: .75rem;
  }

  .sm\:left-3 {
    left: .75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:shadow-lg_noBottom {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-lg_noTop {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:hover\:shadow-lg_noBottom:hover {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-lg_noTop:hover {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:focus\:shadow-lg_noBottom:focus {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-lg_noTop:focus {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .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\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .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\:text-flesh {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .sm\:text-gulfBlue {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .sm\:text-blueDark {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .sm\:text-blueCheckbox {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .sm\:text-blueCyan {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .sm\:text-blueDarkHover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .sm\:text-blueMedium {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .sm\:text-blueMediumHover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .sm\:text-blue {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .sm\:text-blueProgrammaBack {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .sm\:text-blueHover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .sm\:text-blueLightDarker {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .sm\:text-blueLightDark {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .sm\:text-perano {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .sm\:text-blueLight {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .sm\:text-bluePersian {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .sm\:text-mediumElectricBlue {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .sm\:text-red {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .sm\:text-redCadmium {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .sm\:text-redHover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .sm\:text-yellow {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .sm\:text-yellowHover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .sm\:text-greyLighter {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .sm\:text-greyLight {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .sm\:text-grey {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .sm\:text-greyMedium {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .sm\:text-greyWarm {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .sm\:text-darkGrey {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .sm\:text-darkGreyHover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .sm\:text-shadedFilters {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:text-thunderBlack {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .sm\:text-greyText {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .sm\:text-greyTextForm {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .sm\:text-mountainMist {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:hover\:text-flesh:hover {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .sm\:hover\:text-gulfBlue:hover {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .sm\:hover\:text-blueDark:hover {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .sm\:hover\:text-blueCheckbox:hover {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .sm\:hover\:text-blueCyan:hover {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .sm\:hover\:text-blueDarkHover:hover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .sm\:hover\:text-blueMedium:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .sm\:hover\:text-blueMediumHover:hover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .sm\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .sm\:hover\:text-blueProgrammaBack:hover {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .sm\:hover\:text-blueHover:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .sm\:hover\:text-blueLightDarker:hover {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .sm\:hover\:text-blueLightDark:hover {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .sm\:hover\:text-perano:hover {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .sm\:hover\:text-blueLight:hover {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .sm\:hover\:text-bluePersian:hover {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .sm\:hover\:text-mediumElectricBlue:hover {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .sm\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .sm\:hover\:text-redCadmium:hover {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .sm\:hover\:text-redHover:hover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .sm\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .sm\:hover\:text-yellowHover:hover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .sm\:hover\:text-greyLighter:hover {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .sm\:hover\:text-greyLight:hover {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .sm\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .sm\:hover\:text-greyMedium:hover {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .sm\:hover\:text-greyWarm:hover {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .sm\:hover\:text-darkGrey:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .sm\:hover\:text-darkGreyHover:hover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .sm\:hover\:text-shadedFilters:hover {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:text-thunderBlack:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .sm\:hover\:text-greyText:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .sm\:hover\:text-greyTextForm:hover {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .sm\:hover\:text-mountainMist:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:focus\:text-flesh:focus {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .sm\:focus\:text-gulfBlue:focus {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .sm\:focus\:text-blueDark:focus {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .sm\:focus\:text-blueCheckbox:focus {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .sm\:focus\:text-blueCyan:focus {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .sm\:focus\:text-blueDarkHover:focus {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .sm\:focus\:text-blueMedium:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .sm\:focus\:text-blueMediumHover:focus {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .sm\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .sm\:focus\:text-blueProgrammaBack:focus {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .sm\:focus\:text-blueHover:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .sm\:focus\:text-blueLightDarker:focus {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .sm\:focus\:text-blueLightDark:focus {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .sm\:focus\:text-perano:focus {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .sm\:focus\:text-blueLight:focus {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .sm\:focus\:text-bluePersian:focus {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .sm\:focus\:text-mediumElectricBlue:focus {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .sm\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .sm\:focus\:text-redCadmium:focus {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .sm\:focus\:text-redHover:focus {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .sm\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .sm\:focus\:text-yellowHover:focus {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .sm\:focus\:text-greyLighter:focus {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .sm\:focus\:text-greyLight:focus {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .sm\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .sm\:focus\:text-greyMedium:focus {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .sm\:focus\:text-greyWarm:focus {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .sm\:focus\:text-darkGrey:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .sm\:focus\:text-darkGreyHover:focus {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .sm\:focus\:text-shadedFilters:focus {
    color: rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:text-thunderBlack:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .sm\:focus\:text-greyText:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .sm\:focus\:text-greyTextForm:focus {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .sm\:focus\:text-mountainMist:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:text-opacity-0 {
    --text-opacity: 0;
  }

  .sm\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .sm\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .sm\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .sm\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .sm\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .sm\:text-opacity-100 {
    --text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .sm\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35;
  }

  .sm\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45;
  }

  .sm\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .sm\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35;
  }

  .sm\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45;
  }

  .sm\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    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\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sm\:normal-nums {
    font-variant-numeric: normal;
  }

  .sm\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .sm\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .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\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    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 {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-22 {
    width: 5.5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .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-48\% {
    width: 48%;
  }

  .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\:-z-1 {
    z-index: -1;
  }

  .sm\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:gap-22 {
    grid-gap: 5.5rem;
    gap: 5.5rem;
  }

  .sm\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .sm\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .sm\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .sm\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .sm\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .sm\:col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .sm\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .sm\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .sm\:col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .sm\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .sm\:col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .sm\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .sm\:col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .sm\:col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .sm\:col-gap-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .sm\:col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .sm\:col-gap-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .sm\:col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .sm\:col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .sm\:col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .sm\:col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .sm\:col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .sm\:col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .sm\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .sm\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .sm\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .sm\:gap-x-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .sm\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .sm\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .sm\:gap-x-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .sm\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .sm\:gap-x-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .sm\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .sm\:gap-x-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .sm\:gap-x-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .sm\:gap-x-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .sm\:gap-x-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .sm\:gap-x-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .sm\:gap-x-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .sm\:gap-x-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .sm\:gap-x-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .sm\:gap-x-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .sm\:gap-x-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .sm\:gap-x-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .sm\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:row-gap-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .sm\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:row-gap-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .sm\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:gap-y-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .sm\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .sm\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .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\: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\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .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-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\: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\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-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\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
         -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm\:transform-none {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .sm\:origin-center {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }

  .sm\:origin-top {
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }

  .sm\:origin-top-right {
    -webkit-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
  }

  .sm\:origin-right {
    -webkit-transform-origin: right;
         -o-transform-origin: right;
            transform-origin: right;
  }

  .sm\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    -webkit-transform-origin: bottom;
         -o-transform-origin: bottom;
            transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .sm\:origin-left {
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
  }

  .sm\:origin-top-left {
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
  }

  .sm\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .sm\:rotate-0 {
    --transform-rotate: 0;
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .sm\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .sm\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .sm\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .sm\:translate-x-22 {
    --transform-translate-x: 5.5rem;
  }

  .sm\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .sm\:translate-x-28 {
    --transform-translate-x: 7rem;
  }

  .sm\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .sm\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .sm\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .sm\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .sm\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .sm\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .sm\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .sm\:-translate-x-22 {
    --transform-translate-x: -5.5rem;
  }

  .sm\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .sm\:-translate-x-28 {
    --transform-translate-x: -7rem;
  }

  .sm\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .sm\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .sm\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .sm\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .sm\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .sm\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .sm\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .sm\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .sm\:translate-y-22 {
    --transform-translate-y: 5.5rem;
  }

  .sm\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .sm\:translate-y-28 {
    --transform-translate-y: 7rem;
  }

  .sm\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .sm\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .sm\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .sm\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .sm\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .sm\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .sm\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .sm\:-translate-y-22 {
    --transform-translate-y: -5.5rem;
  }

  .sm\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .sm\:-translate-y-28 {
    --transform-translate-y: -7rem;
  }

  .sm\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .sm\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .sm\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .sm\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .sm\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .sm\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

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

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

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

  .sm\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

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

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

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

  .sm\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

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

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

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

  .sm\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

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

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

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

  .sm\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

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

  .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem;
  }

  .sm\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

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

  .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem;
  }

  .sm\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem;
  }

  .sm\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem;
  }

  .sm\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .sm\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .sm\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .sm\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .sm\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .sm\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .sm\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .sm\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .sm\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .sm\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .sm\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }

  .sm\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -o-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -o-transform;
  }

  .sm\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  .sm\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .sm\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
  }

  .sm\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .sm\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .sm\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .sm\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .sm\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .sm\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .sm\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .sm\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .sm\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .sm\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .sm\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .sm\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .sm\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .sm\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .sm\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .sm\:animate-none {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  .sm\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
         -o-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
         -o-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
         -o-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
         -o-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .md\:container {
      max-width: 480px;
    }
  }

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

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

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

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

  @media (min-width: 1400px) {
    .md\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {
    .md\:container {
      max-width: 1600px;
    }
  }

  @media (min-width: 2000px) {
    .md\:container {
      max-width: 2000px;
    }
  }

  .md\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .md\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--space-y-reverse));
  }

  .md\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .md\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .md\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:divide-flesh > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--divide-opacity));
  }

  .md\:divide-gulfBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--divide-opacity));
  }

  .md\:divide-blueDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--divide-opacity));
  }

  .md\:divide-blueCheckbox > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--divide-opacity));
  }

  .md\:divide-blueCyan > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--divide-opacity));
  }

  .md\:divide-blueDarkHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--divide-opacity));
  }

  .md\:divide-blueMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .md\:divide-blueMediumHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--divide-opacity));
  }

  .md\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--divide-opacity));
  }

  .md\:divide-blueProgrammaBack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--divide-opacity));
  }

  .md\:divide-blueHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .md\:divide-blueLightDarker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--divide-opacity));
  }

  .md\:divide-blueLightDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--divide-opacity));
  }

  .md\:divide-perano > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--divide-opacity));
  }

  .md\:divide-blueLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--divide-opacity));
  }

  .md\:divide-bluePersian > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--divide-opacity));
  }

  .md\:divide-mediumElectricBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--divide-opacity));
  }

  .md\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--divide-opacity));
  }

  .md\:divide-redCadmium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--divide-opacity));
  }

  .md\:divide-redHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--divide-opacity));
  }

  .md\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--divide-opacity));
  }

  .md\:divide-yellowHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--divide-opacity));
  }

  .md\:divide-greyLighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--divide-opacity));
  }

  .md\:divide-greyLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--divide-opacity));
  }

  .md\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--divide-opacity));
  }

  .md\:divide-greyMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--divide-opacity));
  }

  .md\:divide-greyWarm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--divide-opacity));
  }

  .md\:divide-darkGrey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .md\:divide-darkGreyHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--divide-opacity));
  }

  .md\:divide-shadedFilters > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .md\:divide-thunderBlack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .md\:divide-greyText > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .md\:divide-greyTextForm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--divide-opacity));
  }

  .md\:divide-mountainMist > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .md\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .md\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .md\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .md\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .md\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35;
  }

  .md\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .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\: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\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .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 {
    background-clip: text;
  }

  .md\:bg-flesh {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .md\:bg-gulfBlue {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .md\:bg-blueDark {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .md\:bg-blueCheckbox {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .md\:bg-blueCyan {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .md\:bg-blueDarkHover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .md\:bg-blueMedium {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .md\:bg-blueMediumHover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .md\:bg-blue {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .md\:bg-blueProgrammaBack {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .md\:bg-blueHover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .md\:bg-blueLightDarker {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .md\:bg-blueLightDark {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .md\:bg-perano {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .md\:bg-blueLight {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .md\:bg-bluePersian {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .md\:bg-mediumElectricBlue {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .md\:bg-red {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .md\:bg-redCadmium {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .md\:bg-redHover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .md\:bg-yellow {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .md\:bg-yellowHover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .md\:bg-greyLighter {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .md\:bg-greyLight {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .md\:bg-grey {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .md\:bg-greyMedium {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .md\:bg-greyWarm {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .md\:bg-darkGrey {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .md\:bg-darkGreyHover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .md\:bg-shadedFilters {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .md\:bg-thunderBlack {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .md\:bg-greyText {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .md\:bg-greyTextForm {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .md\:bg-mountainMist {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-flesh:hover {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .md\:hover\:bg-gulfBlue:hover {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .md\:hover\:bg-blueDark:hover {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .md\:hover\:bg-blueCheckbox:hover {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .md\:hover\:bg-blueCyan:hover {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .md\:hover\:bg-blueDarkHover:hover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .md\:hover\:bg-blueMedium:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .md\:hover\:bg-blueMediumHover:hover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .md\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .md\:hover\:bg-blueProgrammaBack:hover {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .md\:hover\:bg-blueHover:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .md\:hover\:bg-blueLightDarker:hover {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .md\:hover\:bg-blueLightDark:hover {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .md\:hover\:bg-perano:hover {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .md\:hover\:bg-blueLight:hover {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .md\:hover\:bg-bluePersian:hover {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .md\:hover\:bg-mediumElectricBlue:hover {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .md\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .md\:hover\:bg-redCadmium:hover {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .md\:hover\:bg-redHover:hover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .md\:hover\:bg-yellowHover:hover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .md\:hover\:bg-greyLighter:hover {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .md\:hover\:bg-greyLight:hover {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .md\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .md\:hover\:bg-greyMedium:hover {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .md\:hover\:bg-greyWarm:hover {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .md\:hover\:bg-darkGrey:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .md\:hover\:bg-darkGreyHover:hover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .md\:hover\:bg-shadedFilters:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:bg-thunderBlack:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .md\:hover\:bg-greyText:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .md\:hover\:bg-greyTextForm:hover {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .md\:hover\:bg-mountainMist:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-flesh:focus {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .md\:focus\:bg-gulfBlue:focus {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .md\:focus\:bg-blueDark:focus {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .md\:focus\:bg-blueCheckbox:focus {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .md\:focus\:bg-blueCyan:focus {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .md\:focus\:bg-blueDarkHover:focus {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .md\:focus\:bg-blueMedium:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .md\:focus\:bg-blueMediumHover:focus {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .md\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .md\:focus\:bg-blueProgrammaBack:focus {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .md\:focus\:bg-blueHover:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .md\:focus\:bg-blueLightDarker:focus {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .md\:focus\:bg-blueLightDark:focus {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .md\:focus\:bg-perano:focus {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .md\:focus\:bg-blueLight:focus {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .md\:focus\:bg-bluePersian:focus {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .md\:focus\:bg-mediumElectricBlue:focus {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .md\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .md\:focus\:bg-redCadmium:focus {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .md\:focus\:bg-redHover:focus {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .md\:focus\:bg-yellowHover:focus {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .md\:focus\:bg-greyLighter:focus {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .md\:focus\:bg-greyLight:focus {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .md\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .md\:focus\:bg-greyMedium:focus {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .md\:focus\:bg-greyWarm:focus {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .md\:focus\:bg-darkGrey:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .md\:focus\:bg-darkGreyHover:focus {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .md\:focus\:bg-shadedFilters:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:bg-thunderBlack:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .md\:focus\:bg-greyText:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .md\:focus\:bg-greyTextForm:focus {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .md\:focus\:bg-mountainMist:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md\:from-flesh {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .md\:from-gulfBlue {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .md\:from-blueDark {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .md\:from-blueCheckbox {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .md\:from-blueCyan {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .md\:from-blueDarkHover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .md\:from-blueMedium {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:from-blueMediumHover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .md\:from-blue {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .md\:from-blueProgrammaBack {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .md\:from-blueHover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:from-blueLightDarker {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .md\:from-blueLightDark {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .md\:from-perano {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .md\:from-blueLight {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .md\:from-bluePersian {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .md\:from-mediumElectricBlue {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .md\:from-red {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .md\:from-redCadmium {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .md\:from-redHover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .md\:from-yellow {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .md\:from-yellowHover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .md\:from-greyLighter {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .md\:from-greyLight {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .md\:from-grey {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .md\:from-greyMedium {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .md\:from-greyWarm {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .md\:from-darkGrey {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:from-darkGreyHover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .md\:from-shadedFilters {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-thunderBlack {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:from-greyText {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:from-greyTextForm {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .md\:from-mountainMist {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:via-flesh {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .md\:via-gulfBlue {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .md\:via-blueDark {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .md\:via-blueCheckbox {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .md\:via-blueCyan {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .md\:via-blueDarkHover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .md\:via-blueMedium {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:via-blueMediumHover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .md\:via-blue {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .md\:via-blueProgrammaBack {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .md\:via-blueHover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:via-blueLightDarker {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .md\:via-blueLightDark {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .md\:via-perano {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .md\:via-blueLight {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .md\:via-bluePersian {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .md\:via-mediumElectricBlue {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .md\:via-red {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .md\:via-redCadmium {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .md\:via-redHover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .md\:via-yellow {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .md\:via-yellowHover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .md\:via-greyLighter {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .md\:via-greyLight {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .md\:via-grey {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .md\:via-greyMedium {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .md\:via-greyWarm {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .md\:via-darkGrey {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:via-darkGreyHover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .md\:via-shadedFilters {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-thunderBlack {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:via-greyText {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:via-greyTextForm {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .md\:via-mountainMist {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:to-flesh {
    --gradient-to-color: #ffbe8d;
  }

  .md\:to-gulfBlue {
    --gradient-to-color: #001959;
  }

  .md\:to-blueDark {
    --gradient-to-color: #001b5b;
  }

  .md\:to-blueCheckbox {
    --gradient-to-color: #2F7094;
  }

  .md\:to-blueCyan {
    --gradient-to-color: #00518C;
  }

  .md\:to-blueDarkHover {
    --gradient-to-color: #00233F;
  }

  .md\:to-blueMedium {
    --gradient-to-color: #003F6D;
  }

  .md\:to-blueMediumHover {
    --gradient-to-color: #00294B;
  }

  .md\:to-blue {
    --gradient-to-color: #0065bb;
  }

  .md\:to-blueProgrammaBack {
    --gradient-to-color: #0066b7;
  }

  .md\:to-blueHover {
    --gradient-to-color: #003F6D;
  }

  .md\:to-blueLightDarker {
    --gradient-to-color: #7BB1CF;
  }

  .md\:to-blueLightDark {
    --gradient-to-color: #A4D2EC;
  }

  .md\:to-perano {
    --gradient-to-color: #A6D1F4;
  }

  .md\:to-blueLight {
    --gradient-to-color: #b7dbf9;
  }

  .md\:to-bluePersian {
    --gradient-to-color: #0169B4;
  }

  .md\:to-mediumElectricBlue {
    --gradient-to-color: #0057A0;
  }

  .md\:to-red {
    --gradient-to-color: #e70000;
  }

  .md\:to-redCadmium {
    --gradient-to-color: #E30413;
  }

  .md\:to-redHover {
    --gradient-to-color: #AA030D;
  }

  .md\:to-yellow {
    --gradient-to-color: #ff6f03;
  }

  .md\:to-yellowHover {
    --gradient-to-color: #FF9103;
  }

  .md\:to-greyLighter {
    --gradient-to-color: #F6F5F3;
  }

  .md\:to-greyLight {
    --gradient-to-color: #E2E2E2;
  }

  .md\:to-grey {
    --gradient-to-color: #E6E3DF;
  }

  .md\:to-greyMedium {
    --gradient-to-color: #DDD;
  }

  .md\:to-greyWarm {
    --gradient-to-color: #939283;
  }

  .md\:to-darkGrey {
    --gradient-to-color: #2D2D2D;
  }

  .md\:to-darkGreyHover {
    --gradient-to-color: #212121;
  }

  .md\:to-shadedFilters {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .md\:to-thunderBlack {
    --gradient-to-color: #2D2D2D;
  }

  .md\:to-greyText {
    --gradient-to-color: #949494;
  }

  .md\:to-greyTextForm {
    --gradient-to-color: #929292;
  }

  .md\:to-mountainMist {
    --gradient-to-color: #949494;
  }

  .md\:to-transparent {
    --gradient-to-color: transparent;
  }

  .md\:to-black {
    --gradient-to-color: #000;
  }

  .md\:to-white {
    --gradient-to-color: #fff;
  }

  .md\:hover\:from-flesh:hover {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .md\:hover\:from-gulfBlue:hover {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .md\:hover\:from-blueDark:hover {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .md\:hover\:from-blueCheckbox:hover {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .md\:hover\:from-blueCyan:hover {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .md\:hover\:from-blueDarkHover:hover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .md\:hover\:from-blueMedium:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:hover\:from-blueMediumHover:hover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .md\:hover\:from-blue:hover {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .md\:hover\:from-blueProgrammaBack:hover {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .md\:hover\:from-blueHover:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:hover\:from-blueLightDarker:hover {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .md\:hover\:from-blueLightDark:hover {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .md\:hover\:from-perano:hover {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .md\:hover\:from-blueLight:hover {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .md\:hover\:from-bluePersian:hover {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .md\:hover\:from-mediumElectricBlue:hover {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .md\:hover\:from-red:hover {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .md\:hover\:from-redCadmium:hover {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .md\:hover\:from-redHover:hover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .md\:hover\:from-yellow:hover {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .md\:hover\:from-yellowHover:hover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .md\:hover\:from-greyLighter:hover {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .md\:hover\:from-greyLight:hover {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .md\:hover\:from-grey:hover {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .md\:hover\:from-greyMedium:hover {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .md\:hover\:from-greyWarm:hover {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .md\:hover\:from-darkGrey:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:hover\:from-darkGreyHover:hover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .md\:hover\:from-shadedFilters:hover {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-thunderBlack:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:hover\:from-greyText:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:hover\:from-greyTextForm:hover {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .md\:hover\:from-mountainMist:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-flesh:hover {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .md\:hover\:via-gulfBlue:hover {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .md\:hover\:via-blueDark:hover {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .md\:hover\:via-blueCheckbox:hover {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .md\:hover\:via-blueCyan:hover {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .md\:hover\:via-blueDarkHover:hover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .md\:hover\:via-blueMedium:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:hover\:via-blueMediumHover:hover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .md\:hover\:via-blue:hover {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .md\:hover\:via-blueProgrammaBack:hover {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .md\:hover\:via-blueHover:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:hover\:via-blueLightDarker:hover {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .md\:hover\:via-blueLightDark:hover {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .md\:hover\:via-perano:hover {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .md\:hover\:via-blueLight:hover {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .md\:hover\:via-bluePersian:hover {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .md\:hover\:via-mediumElectricBlue:hover {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .md\:hover\:via-red:hover {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .md\:hover\:via-redCadmium:hover {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .md\:hover\:via-redHover:hover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .md\:hover\:via-yellow:hover {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .md\:hover\:via-yellowHover:hover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .md\:hover\:via-greyLighter:hover {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .md\:hover\:via-greyLight:hover {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .md\:hover\:via-grey:hover {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .md\:hover\:via-greyMedium:hover {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .md\:hover\:via-greyWarm:hover {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .md\:hover\:via-darkGrey:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:hover\:via-darkGreyHover:hover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .md\:hover\:via-shadedFilters:hover {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-thunderBlack:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:hover\:via-greyText:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:hover\:via-greyTextForm:hover {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .md\:hover\:via-mountainMist:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:to-flesh:hover {
    --gradient-to-color: #ffbe8d;
  }

  .md\:hover\:to-gulfBlue:hover {
    --gradient-to-color: #001959;
  }

  .md\:hover\:to-blueDark:hover {
    --gradient-to-color: #001b5b;
  }

  .md\:hover\:to-blueCheckbox:hover {
    --gradient-to-color: #2F7094;
  }

  .md\:hover\:to-blueCyan:hover {
    --gradient-to-color: #00518C;
  }

  .md\:hover\:to-blueDarkHover:hover {
    --gradient-to-color: #00233F;
  }

  .md\:hover\:to-blueMedium:hover {
    --gradient-to-color: #003F6D;
  }

  .md\:hover\:to-blueMediumHover:hover {
    --gradient-to-color: #00294B;
  }

  .md\:hover\:to-blue:hover {
    --gradient-to-color: #0065bb;
  }

  .md\:hover\:to-blueProgrammaBack:hover {
    --gradient-to-color: #0066b7;
  }

  .md\:hover\:to-blueHover:hover {
    --gradient-to-color: #003F6D;
  }

  .md\:hover\:to-blueLightDarker:hover {
    --gradient-to-color: #7BB1CF;
  }

  .md\:hover\:to-blueLightDark:hover {
    --gradient-to-color: #A4D2EC;
  }

  .md\:hover\:to-perano:hover {
    --gradient-to-color: #A6D1F4;
  }

  .md\:hover\:to-blueLight:hover {
    --gradient-to-color: #b7dbf9;
  }

  .md\:hover\:to-bluePersian:hover {
    --gradient-to-color: #0169B4;
  }

  .md\:hover\:to-mediumElectricBlue:hover {
    --gradient-to-color: #0057A0;
  }

  .md\:hover\:to-red:hover {
    --gradient-to-color: #e70000;
  }

  .md\:hover\:to-redCadmium:hover {
    --gradient-to-color: #E30413;
  }

  .md\:hover\:to-redHover:hover {
    --gradient-to-color: #AA030D;
  }

  .md\:hover\:to-yellow:hover {
    --gradient-to-color: #ff6f03;
  }

  .md\:hover\:to-yellowHover:hover {
    --gradient-to-color: #FF9103;
  }

  .md\:hover\:to-greyLighter:hover {
    --gradient-to-color: #F6F5F3;
  }

  .md\:hover\:to-greyLight:hover {
    --gradient-to-color: #E2E2E2;
  }

  .md\:hover\:to-grey:hover {
    --gradient-to-color: #E6E3DF;
  }

  .md\:hover\:to-greyMedium:hover {
    --gradient-to-color: #DDD;
  }

  .md\:hover\:to-greyWarm:hover {
    --gradient-to-color: #939283;
  }

  .md\:hover\:to-darkGrey:hover {
    --gradient-to-color: #2D2D2D;
  }

  .md\:hover\:to-darkGreyHover:hover {
    --gradient-to-color: #212121;
  }

  .md\:hover\:to-shadedFilters:hover {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:to-thunderBlack:hover {
    --gradient-to-color: #2D2D2D;
  }

  .md\:hover\:to-greyText:hover {
    --gradient-to-color: #949494;
  }

  .md\:hover\:to-greyTextForm:hover {
    --gradient-to-color: #929292;
  }

  .md\:hover\:to-mountainMist:hover {
    --gradient-to-color: #949494;
  }

  .md\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .md\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .md\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .md\:focus\:from-flesh:focus {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .md\:focus\:from-gulfBlue:focus {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .md\:focus\:from-blueDark:focus {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .md\:focus\:from-blueCheckbox:focus {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .md\:focus\:from-blueCyan:focus {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .md\:focus\:from-blueDarkHover:focus {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .md\:focus\:from-blueMedium:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:focus\:from-blueMediumHover:focus {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .md\:focus\:from-blue:focus {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .md\:focus\:from-blueProgrammaBack:focus {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .md\:focus\:from-blueHover:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:focus\:from-blueLightDarker:focus {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .md\:focus\:from-blueLightDark:focus {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .md\:focus\:from-perano:focus {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .md\:focus\:from-blueLight:focus {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .md\:focus\:from-bluePersian:focus {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .md\:focus\:from-mediumElectricBlue:focus {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .md\:focus\:from-red:focus {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .md\:focus\:from-redCadmium:focus {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .md\:focus\:from-redHover:focus {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .md\:focus\:from-yellow:focus {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .md\:focus\:from-yellowHover:focus {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .md\:focus\:from-greyLighter:focus {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .md\:focus\:from-greyLight:focus {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .md\:focus\:from-grey:focus {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .md\:focus\:from-greyMedium:focus {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .md\:focus\:from-greyWarm:focus {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .md\:focus\:from-darkGrey:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:focus\:from-darkGreyHover:focus {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .md\:focus\:from-shadedFilters:focus {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-thunderBlack:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:focus\:from-greyText:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:focus\:from-greyTextForm:focus {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .md\:focus\:from-mountainMist:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-flesh:focus {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .md\:focus\:via-gulfBlue:focus {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .md\:focus\:via-blueDark:focus {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .md\:focus\:via-blueCheckbox:focus {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .md\:focus\:via-blueCyan:focus {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .md\:focus\:via-blueDarkHover:focus {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .md\:focus\:via-blueMedium:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:focus\:via-blueMediumHover:focus {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .md\:focus\:via-blue:focus {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .md\:focus\:via-blueProgrammaBack:focus {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .md\:focus\:via-blueHover:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .md\:focus\:via-blueLightDarker:focus {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .md\:focus\:via-blueLightDark:focus {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .md\:focus\:via-perano:focus {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .md\:focus\:via-blueLight:focus {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .md\:focus\:via-bluePersian:focus {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .md\:focus\:via-mediumElectricBlue:focus {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .md\:focus\:via-red:focus {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .md\:focus\:via-redCadmium:focus {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .md\:focus\:via-redHover:focus {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .md\:focus\:via-yellow:focus {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .md\:focus\:via-yellowHover:focus {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .md\:focus\:via-greyLighter:focus {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .md\:focus\:via-greyLight:focus {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .md\:focus\:via-grey:focus {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .md\:focus\:via-greyMedium:focus {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .md\:focus\:via-greyWarm:focus {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .md\:focus\:via-darkGrey:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:focus\:via-darkGreyHover:focus {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .md\:focus\:via-shadedFilters:focus {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-thunderBlack:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .md\:focus\:via-greyText:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:focus\:via-greyTextForm:focus {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .md\:focus\:via-mountainMist:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .md\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:to-flesh:focus {
    --gradient-to-color: #ffbe8d;
  }

  .md\:focus\:to-gulfBlue:focus {
    --gradient-to-color: #001959;
  }

  .md\:focus\:to-blueDark:focus {
    --gradient-to-color: #001b5b;
  }

  .md\:focus\:to-blueCheckbox:focus {
    --gradient-to-color: #2F7094;
  }

  .md\:focus\:to-blueCyan:focus {
    --gradient-to-color: #00518C;
  }

  .md\:focus\:to-blueDarkHover:focus {
    --gradient-to-color: #00233F;
  }

  .md\:focus\:to-blueMedium:focus {
    --gradient-to-color: #003F6D;
  }

  .md\:focus\:to-blueMediumHover:focus {
    --gradient-to-color: #00294B;
  }

  .md\:focus\:to-blue:focus {
    --gradient-to-color: #0065bb;
  }

  .md\:focus\:to-blueProgrammaBack:focus {
    --gradient-to-color: #0066b7;
  }

  .md\:focus\:to-blueHover:focus {
    --gradient-to-color: #003F6D;
  }

  .md\:focus\:to-blueLightDarker:focus {
    --gradient-to-color: #7BB1CF;
  }

  .md\:focus\:to-blueLightDark:focus {
    --gradient-to-color: #A4D2EC;
  }

  .md\:focus\:to-perano:focus {
    --gradient-to-color: #A6D1F4;
  }

  .md\:focus\:to-blueLight:focus {
    --gradient-to-color: #b7dbf9;
  }

  .md\:focus\:to-bluePersian:focus {
    --gradient-to-color: #0169B4;
  }

  .md\:focus\:to-mediumElectricBlue:focus {
    --gradient-to-color: #0057A0;
  }

  .md\:focus\:to-red:focus {
    --gradient-to-color: #e70000;
  }

  .md\:focus\:to-redCadmium:focus {
    --gradient-to-color: #E30413;
  }

  .md\:focus\:to-redHover:focus {
    --gradient-to-color: #AA030D;
  }

  .md\:focus\:to-yellow:focus {
    --gradient-to-color: #ff6f03;
  }

  .md\:focus\:to-yellowHover:focus {
    --gradient-to-color: #FF9103;
  }

  .md\:focus\:to-greyLighter:focus {
    --gradient-to-color: #F6F5F3;
  }

  .md\:focus\:to-greyLight:focus {
    --gradient-to-color: #E2E2E2;
  }

  .md\:focus\:to-grey:focus {
    --gradient-to-color: #E6E3DF;
  }

  .md\:focus\:to-greyMedium:focus {
    --gradient-to-color: #DDD;
  }

  .md\:focus\:to-greyWarm:focus {
    --gradient-to-color: #939283;
  }

  .md\:focus\:to-darkGrey:focus {
    --gradient-to-color: #2D2D2D;
  }

  .md\:focus\:to-darkGreyHover:focus {
    --gradient-to-color: #212121;
  }

  .md\:focus\:to-shadedFilters:focus {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:to-thunderBlack:focus {
    --gradient-to-color: #2D2D2D;
  }

  .md\:focus\:to-greyText:focus {
    --gradient-to-color: #949494;
  }

  .md\:focus\:to-greyTextForm:focus {
    --gradient-to-color: #929292;
  }

  .md\:focus\:to-mountainMist:focus {
    --gradient-to-color: #949494;
  }

  .md\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .md\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .md\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .md\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .md\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .md\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .md\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .md\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .md\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .md\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35;
  }

  .md\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45;
  }

  .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35;
  }

  .md\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45;
  }

  .md\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .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-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:border-flesh {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .md\:border-gulfBlue {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .md\:border-blueDark {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .md\:border-blueCheckbox {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .md\:border-blueCyan {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .md\:border-blueDarkHover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .md\:border-blueMedium {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .md\:border-blueMediumHover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .md\:border-blue {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .md\:border-blueProgrammaBack {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .md\:border-blueHover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .md\:border-blueLightDarker {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .md\:border-blueLightDark {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .md\:border-perano {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .md\:border-blueLight {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .md\:border-bluePersian {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .md\:border-mediumElectricBlue {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .md\:border-red {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .md\:border-redCadmium {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .md\:border-redHover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .md\:border-yellow {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .md\:border-yellowHover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .md\:border-greyLighter {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .md\:border-greyLight {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .md\:border-grey {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .md\:border-greyMedium {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .md\:border-greyWarm {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .md\:border-darkGrey {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .md\:border-darkGreyHover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .md\:border-shadedFilters {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .md\:border-thunderBlack {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .md\:border-greyText {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .md\:border-greyTextForm {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .md\:border-mountainMist {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:hover\:border-flesh:hover {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .md\:hover\:border-gulfBlue:hover {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .md\:hover\:border-blueDark:hover {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .md\:hover\:border-blueCheckbox:hover {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .md\:hover\:border-blueCyan:hover {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .md\:hover\:border-blueDarkHover:hover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .md\:hover\:border-blueMedium:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .md\:hover\:border-blueMediumHover:hover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .md\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .md\:hover\:border-blueProgrammaBack:hover {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .md\:hover\:border-blueHover:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .md\:hover\:border-blueLightDarker:hover {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .md\:hover\:border-blueLightDark:hover {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .md\:hover\:border-perano:hover {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .md\:hover\:border-blueLight:hover {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .md\:hover\:border-bluePersian:hover {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .md\:hover\:border-mediumElectricBlue:hover {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .md\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .md\:hover\:border-redCadmium:hover {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .md\:hover\:border-redHover:hover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .md\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .md\:hover\:border-yellowHover:hover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .md\:hover\:border-greyLighter:hover {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .md\:hover\:border-greyLight:hover {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .md\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .md\:hover\:border-greyMedium:hover {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .md\:hover\:border-greyWarm:hover {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .md\:hover\:border-darkGrey:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .md\:hover\:border-darkGreyHover:hover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .md\:hover\:border-shadedFilters:hover {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:border-thunderBlack:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .md\:hover\:border-greyText:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .md\:hover\:border-greyTextForm:hover {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .md\:hover\:border-mountainMist:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:focus\:border-flesh:focus {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .md\:focus\:border-gulfBlue:focus {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .md\:focus\:border-blueDark:focus {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .md\:focus\:border-blueCheckbox:focus {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .md\:focus\:border-blueCyan:focus {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .md\:focus\:border-blueDarkHover:focus {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .md\:focus\:border-blueMedium:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .md\:focus\:border-blueMediumHover:focus {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .md\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .md\:focus\:border-blueProgrammaBack:focus {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .md\:focus\:border-blueHover:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .md\:focus\:border-blueLightDarker:focus {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .md\:focus\:border-blueLightDark:focus {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .md\:focus\:border-perano:focus {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .md\:focus\:border-blueLight:focus {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .md\:focus\:border-bluePersian:focus {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .md\:focus\:border-mediumElectricBlue:focus {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .md\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .md\:focus\:border-redCadmium:focus {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .md\:focus\:border-redHover:focus {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .md\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .md\:focus\:border-yellowHover:focus {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .md\:focus\:border-greyLighter:focus {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .md\:focus\:border-greyLight:focus {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .md\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .md\:focus\:border-greyMedium:focus {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .md\:focus\:border-greyWarm:focus {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .md\:focus\:border-darkGrey:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .md\:focus\:border-darkGreyHover:focus {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .md\:focus\:border-shadedFilters:focus {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:border-thunderBlack:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .md\:focus\:border-greyText:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .md\:focus\:border-greyTextForm:focus {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .md\:focus\:border-mountainMist:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:border-opacity-0 {
    --border-opacity: 0;
  }

  .md\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .md\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .md\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .md\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .md\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .md\:border-opacity-100 {
    --border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35;
  }

  .md\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45;
  }

  .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .md\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35;
  }

  .md\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45;
  }

  .md\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .md\:rounded-2 {
    border-radius: 2px;
  }

  .md\:rounded-6 {
    border-radius: 6px;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-2 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .md\:rounded-r-2 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .md\:rounded-b-2 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .md\:rounded-l-2 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .md\:rounded-t-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .md\:rounded-r-6 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .md\:rounded-b-6 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .md\:rounded-l-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-2 {
    border-top-left-radius: 2px;
  }

  .md\:rounded-tr-2 {
    border-top-right-radius: 2px;
  }

  .md\:rounded-br-2 {
    border-bottom-right-radius: 2px;
  }

  .md\:rounded-bl-2 {
    border-bottom-left-radius: 2px;
  }

  .md\:rounded-tl-6 {
    border-top-left-radius: 6px;
  }

  .md\:rounded-tr-6 {
    border-top-right-radius: 6px;
  }

  .md\:rounded-br-6 {
    border-bottom-right-radius: 6px;
  }

  .md\:rounded-bl-6 {
    border-bottom-left-radius: 6px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

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

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

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .md\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .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-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .md\:table {
    display: 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\:hidden {
    display: none;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:place-items-auto {
    place-items: auto;
  }

  .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\: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-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\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .md\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .md\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .md\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .md\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .md\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .md\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .md\:content-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }

  .md\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .md\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .md\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .md\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .md\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .md\:justify-items-auto {
    justify-items: auto;
  }

  .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\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .md\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .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\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .md\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .md\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .md\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .md\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .md\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .md\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .md\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .md\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .md\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .md\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .md\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .md\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .md\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:font-sans {
    font-family: Bauziet, Goodot, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    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\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-22 {
    height: 5.5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:text-12px {
    font-size: 12px;
  }

  .md\:text-14px {
    font-size: 14px;
  }

  .md\:text-15px {
    font-size: 15px;
  }

  .md\:text-16px {
    font-size: 16px;
  }

  .md\:text-17px {
    font-size: 17px;
  }

  .md\:text-18px {
    font-size: 18px;
  }

  .md\:text-20px {
    font-size: 20px;
  }

  .md\:text-22px {
    font-size: 22px;
  }

  .md\:text-24px {
    font-size: 24px;
  }

  .md\:text-26px {
    font-size: 26px;
  }

  .md\:text-30px {
    font-size: 30px;
  }

  .md\:text-35px {
    font-size: 35px;
  }

  .md\:text-40px {
    font-size: 40px;
  }

  .md\:text-45px {
    font-size: 45px;
  }

  .md\:text-50px {
    font-size: 50px;
  }

  .md\:text-60px {
    font-size: 60px;
  }

  .md\:text-70px {
    font-size: 70px;
  }

  .md\:text-90px {
    font-size: 90px;
  }

  .md\:text-97px {
    font-size: 97px;
  }

  .md\:text-100px {
    font-size: 100px;
  }

  .md\:text-150px {
    font-size: 150px;
  }

  .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-cramp {
    line-height: 0.75;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tighter {
    line-height: 1.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\: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\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

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

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

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

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-22 {
    margin: 5.5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

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

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

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

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-22 {
    margin: -5.5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

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

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

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

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

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-22 {
    margin-top: 5.5rem;
  }

  .md\:mr-22 {
    margin-right: 5.5rem;
  }

  .md\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .md\:ml-22 {
    margin-left: 5.5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-22 {
    margin-top: -5.5rem;
  }

  .md\:-mr-22 {
    margin-right: -5.5rem;
  }

  .md\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .md\:-ml-22 {
    margin-left: -5.5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:first\:m-0:first-child {
    margin: 0;
  }

  .md\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .md\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .md\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .md\:first\:m-4:first-child {
    margin: 1rem;
  }

  .md\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .md\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .md\:first\:m-8:first-child {
    margin: 2rem;
  }

  .md\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .md\:first\:m-12:first-child {
    margin: 3rem;
  }

  .md\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .md\:first\:m-16:first-child {
    margin: 4rem;
  }

  .md\:first\:m-20:first-child {
    margin: 5rem;
  }

  .md\:first\:m-22:first-child {
    margin: 5.5rem;
  }

  .md\:first\:m-24:first-child {
    margin: 6rem;
  }

  .md\:first\:m-28:first-child {
    margin: 7rem;
  }

  .md\:first\:m-32:first-child {
    margin: 8rem;
  }

  .md\:first\:m-40:first-child {
    margin: 10rem;
  }

  .md\:first\:m-48:first-child {
    margin: 12rem;
  }

  .md\:first\:m-56:first-child {
    margin: 14rem;
  }

  .md\:first\:m-64:first-child {
    margin: 16rem;
  }

  .md\:first\:m-auto:first-child {
    margin: auto;
  }

  .md\:first\:m-px:first-child {
    margin: 1px;
  }

  .md\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .md\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .md\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .md\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .md\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .md\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .md\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .md\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .md\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .md\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .md\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .md\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .md\:first\:-m-22:first-child {
    margin: -5.5rem;
  }

  .md\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .md\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .md\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .md\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .md\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .md\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .md\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .md\:first\:-m-px:first-child {
    margin: -1px;
  }

  .md\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:first\:my-22:first-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:first\:mx-22:first-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .md\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:first\:-my-22:first-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:first\:-mx-22:first-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .md\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .md\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .md\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .md\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .md\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .md\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .md\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .md\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .md\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .md\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .md\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .md\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .md\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .md\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .md\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .md\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .md\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .md\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .md\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .md\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .md\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .md\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .md\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .md\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .md\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .md\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .md\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .md\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .md\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .md\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .md\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .md\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .md\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .md\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .md\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .md\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .md\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .md\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .md\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .md\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .md\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .md\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .md\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .md\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .md\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .md\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .md\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .md\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .md\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .md\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .md\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .md\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .md\:first\:mt-22:first-child {
    margin-top: 5.5rem;
  }

  .md\:first\:mr-22:first-child {
    margin-right: 5.5rem;
  }

  .md\:first\:mb-22:first-child {
    margin-bottom: 5.5rem;
  }

  .md\:first\:ml-22:first-child {
    margin-left: 5.5rem;
  }

  .md\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .md\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .md\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .md\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .md\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .md\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .md\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .md\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .md\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .md\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .md\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .md\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .md\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .md\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .md\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .md\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .md\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .md\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .md\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .md\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .md\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .md\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .md\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .md\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .md\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .md\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .md\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .md\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .md\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .md\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .md\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .md\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .md\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .md\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .md\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .md\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .md\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .md\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .md\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .md\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .md\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .md\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .md\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .md\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .md\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .md\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .md\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .md\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .md\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .md\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .md\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .md\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .md\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .md\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .md\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .md\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .md\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .md\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .md\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .md\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .md\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .md\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .md\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .md\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .md\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .md\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .md\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .md\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .md\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .md\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .md\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .md\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .md\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .md\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .md\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .md\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .md\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .md\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .md\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .md\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .md\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .md\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .md\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .md\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .md\:first\:-mt-22:first-child {
    margin-top: -5.5rem;
  }

  .md\:first\:-mr-22:first-child {
    margin-right: -5.5rem;
  }

  .md\:first\:-mb-22:first-child {
    margin-bottom: -5.5rem;
  }

  .md\:first\:-ml-22:first-child {
    margin-left: -5.5rem;
  }

  .md\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .md\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .md\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .md\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .md\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .md\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .md\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .md\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .md\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .md\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .md\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .md\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .md\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .md\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .md\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .md\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .md\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .md\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .md\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .md\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .md\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .md\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .md\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .md\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .md\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .md\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .md\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .md\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .md\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .md\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .md\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .md\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .md\:last\:m-0:last-child {
    margin: 0;
  }

  .md\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .md\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .md\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .md\:last\:m-4:last-child {
    margin: 1rem;
  }

  .md\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .md\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .md\:last\:m-8:last-child {
    margin: 2rem;
  }

  .md\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .md\:last\:m-12:last-child {
    margin: 3rem;
  }

  .md\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .md\:last\:m-16:last-child {
    margin: 4rem;
  }

  .md\:last\:m-20:last-child {
    margin: 5rem;
  }

  .md\:last\:m-22:last-child {
    margin: 5.5rem;
  }

  .md\:last\:m-24:last-child {
    margin: 6rem;
  }

  .md\:last\:m-28:last-child {
    margin: 7rem;
  }

  .md\:last\:m-32:last-child {
    margin: 8rem;
  }

  .md\:last\:m-40:last-child {
    margin: 10rem;
  }

  .md\:last\:m-48:last-child {
    margin: 12rem;
  }

  .md\:last\:m-56:last-child {
    margin: 14rem;
  }

  .md\:last\:m-64:last-child {
    margin: 16rem;
  }

  .md\:last\:m-auto:last-child {
    margin: auto;
  }

  .md\:last\:m-px:last-child {
    margin: 1px;
  }

  .md\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .md\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .md\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .md\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .md\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .md\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .md\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .md\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .md\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .md\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .md\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .md\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .md\:last\:-m-22:last-child {
    margin: -5.5rem;
  }

  .md\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .md\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .md\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .md\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .md\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .md\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .md\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .md\:last\:-m-px:last-child {
    margin: -1px;
  }

  .md\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:last\:my-22:last-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:last\:mx-22:last-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .md\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:last\:-my-22:last-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:last\:-mx-22:last-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .md\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .md\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .md\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .md\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .md\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .md\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .md\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .md\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .md\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .md\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .md\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .md\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .md\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .md\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .md\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .md\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .md\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .md\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .md\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .md\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .md\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .md\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .md\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .md\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .md\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .md\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .md\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .md\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .md\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .md\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .md\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .md\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .md\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .md\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .md\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .md\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .md\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .md\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .md\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .md\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .md\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .md\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .md\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .md\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .md\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .md\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .md\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .md\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .md\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .md\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .md\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .md\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .md\:last\:mt-22:last-child {
    margin-top: 5.5rem;
  }

  .md\:last\:mr-22:last-child {
    margin-right: 5.5rem;
  }

  .md\:last\:mb-22:last-child {
    margin-bottom: 5.5rem;
  }

  .md\:last\:ml-22:last-child {
    margin-left: 5.5rem;
  }

  .md\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .md\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .md\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .md\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .md\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .md\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .md\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .md\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .md\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .md\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .md\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .md\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .md\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .md\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .md\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .md\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .md\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .md\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .md\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .md\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .md\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .md\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .md\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .md\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .md\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .md\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .md\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .md\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .md\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .md\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .md\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .md\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .md\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .md\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .md\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .md\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .md\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .md\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .md\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .md\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .md\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .md\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .md\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .md\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .md\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .md\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .md\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .md\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .md\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .md\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .md\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .md\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .md\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .md\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .md\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .md\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .md\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .md\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .md\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .md\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .md\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .md\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .md\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .md\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .md\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .md\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .md\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .md\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .md\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .md\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .md\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .md\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .md\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .md\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .md\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .md\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .md\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .md\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .md\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .md\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .md\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .md\:last\:-mt-22:last-child {
    margin-top: -5.5rem;
  }

  .md\:last\:-mr-22:last-child {
    margin-right: -5.5rem;
  }

  .md\:last\:-mb-22:last-child {
    margin-bottom: -5.5rem;
  }

  .md\:last\:-ml-22:last-child {
    margin-left: -5.5rem;
  }

  .md\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .md\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .md\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .md\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .md\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .md\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .md\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .md\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .md\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .md\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .md\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .md\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .md\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .md\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .md\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .md\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .md\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .md\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .md\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .md\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .md\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .md\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .md\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .md\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .md\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .md\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .md\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .md\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .md\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .md\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .md\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .md\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .md\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .md\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .md\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .md\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .md\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .md\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .md\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .md\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .md\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .md\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .md\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .md\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .md\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .md\:even\:m-22:nth-child(even) {
    margin: 5.5rem;
  }

  .md\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .md\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .md\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .md\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .md\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .md\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .md\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .md\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .md\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .md\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .md\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .md\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .md\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .md\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .md\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .md\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .md\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .md\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .md\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .md\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .md\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .md\:even\:-m-22:nth-child(even) {
    margin: -5.5rem;
  }

  .md\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .md\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .md\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .md\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .md\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .md\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .md\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .md\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .md\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:even\:my-22:nth-child(even) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:even\:mx-22:nth-child(even) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .md\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:even\:-my-22:nth-child(even) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:even\:-mx-22:nth-child(even) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .md\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .md\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .md\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .md\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .md\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .md\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .md\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .md\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .md\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .md\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .md\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .md\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .md\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .md\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .md\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .md\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .md\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .md\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .md\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .md\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .md\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .md\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .md\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .md\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .md\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .md\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .md\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .md\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .md\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .md\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .md\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .md\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .md\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .md\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .md\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .md\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .md\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .md\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .md\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .md\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .md\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .md\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .md\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .md\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .md\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .md\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .md\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .md\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .md\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .md\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .md\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .md\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .md\:even\:mt-22:nth-child(even) {
    margin-top: 5.5rem;
  }

  .md\:even\:mr-22:nth-child(even) {
    margin-right: 5.5rem;
  }

  .md\:even\:mb-22:nth-child(even) {
    margin-bottom: 5.5rem;
  }

  .md\:even\:ml-22:nth-child(even) {
    margin-left: 5.5rem;
  }

  .md\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .md\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .md\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .md\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .md\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .md\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .md\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .md\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .md\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .md\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .md\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .md\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .md\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .md\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .md\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .md\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .md\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .md\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .md\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .md\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .md\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .md\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .md\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .md\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .md\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .md\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .md\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .md\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .md\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .md\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .md\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .md\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .md\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .md\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .md\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .md\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .md\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .md\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .md\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .md\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .md\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .md\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .md\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .md\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .md\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .md\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .md\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .md\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .md\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .md\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .md\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .md\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .md\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .md\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .md\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .md\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .md\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .md\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .md\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .md\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .md\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .md\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .md\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .md\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .md\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .md\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .md\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .md\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .md\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .md\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .md\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .md\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .md\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .md\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .md\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .md\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .md\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .md\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .md\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .md\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .md\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .md\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .md\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .md\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .md\:even\:-mt-22:nth-child(even) {
    margin-top: -5.5rem;
  }

  .md\:even\:-mr-22:nth-child(even) {
    margin-right: -5.5rem;
  }

  .md\:even\:-mb-22:nth-child(even) {
    margin-bottom: -5.5rem;
  }

  .md\:even\:-ml-22:nth-child(even) {
    margin-left: -5.5rem;
  }

  .md\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .md\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .md\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .md\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .md\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .md\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .md\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .md\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .md\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .md\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .md\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .md\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .md\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .md\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .md\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .md\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .md\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .md\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .md\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .md\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .md\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .md\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .md\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .md\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .md\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .md\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .md\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .md\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .md\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .md\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .md\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .md\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .md\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .md\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .md\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .md\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .md\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .md\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .md\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .md\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .md\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .md\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .md\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .md\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .md\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .md\:odd\:m-22:nth-child(odd) {
    margin: 5.5rem;
  }

  .md\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .md\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .md\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .md\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .md\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .md\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .md\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .md\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .md\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .md\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .md\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .md\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .md\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .md\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .md\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .md\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .md\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .md\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .md\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .md\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .md\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .md\:odd\:-m-22:nth-child(odd) {
    margin: -5.5rem;
  }

  .md\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .md\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .md\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .md\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .md\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .md\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .md\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .md\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .md\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:odd\:my-22:nth-child(odd) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:odd\:mx-22:nth-child(odd) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .md\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:odd\:-my-22:nth-child(odd) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:odd\:-mx-22:nth-child(odd) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .md\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .md\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .md\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .md\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .md\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .md\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .md\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .md\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .md\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .md\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .md\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .md\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .md\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .md\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .md\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .md\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .md\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .md\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .md\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .md\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .md\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .md\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .md\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .md\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .md\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .md\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .md\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .md\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .md\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .md\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .md\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .md\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .md\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .md\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .md\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .md\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .md\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .md\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .md\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .md\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .md\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .md\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .md\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .md\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .md\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .md\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .md\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .md\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .md\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .md\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .md\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .md\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .md\:odd\:mt-22:nth-child(odd) {
    margin-top: 5.5rem;
  }

  .md\:odd\:mr-22:nth-child(odd) {
    margin-right: 5.5rem;
  }

  .md\:odd\:mb-22:nth-child(odd) {
    margin-bottom: 5.5rem;
  }

  .md\:odd\:ml-22:nth-child(odd) {
    margin-left: 5.5rem;
  }

  .md\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .md\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .md\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .md\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .md\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .md\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .md\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .md\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .md\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .md\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .md\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .md\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .md\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .md\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .md\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .md\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .md\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .md\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .md\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .md\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .md\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .md\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .md\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .md\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .md\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .md\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .md\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .md\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .md\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .md\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .md\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .md\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .md\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .md\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .md\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .md\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .md\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .md\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .md\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .md\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .md\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .md\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .md\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .md\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .md\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .md\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .md\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .md\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .md\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .md\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .md\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .md\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .md\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .md\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .md\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .md\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .md\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .md\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .md\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .md\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .md\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .md\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .md\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .md\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .md\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .md\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .md\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .md\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .md\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .md\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .md\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .md\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .md\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .md\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .md\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .md\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .md\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .md\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .md\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .md\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .md\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .md\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .md\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .md\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .md\:odd\:-mt-22:nth-child(odd) {
    margin-top: -5.5rem;
  }

  .md\:odd\:-mr-22:nth-child(odd) {
    margin-right: -5.5rem;
  }

  .md\:odd\:-mb-22:nth-child(odd) {
    margin-bottom: -5.5rem;
  }

  .md\:odd\:-ml-22:nth-child(odd) {
    margin-left: -5.5rem;
  }

  .md\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .md\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .md\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .md\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .md\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .md\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .md\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .md\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .md\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .md\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .md\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .md\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .md\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .md\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .md\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .md\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .md\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .md\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .md\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .md\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .md\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .md\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .md\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .md\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .md\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .md\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .md\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .md\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .md\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .md\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .md\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .md\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .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-full {
    max-width: 100%;
  }

  .md\:max-w-screen-xs {
    max-width: 480px;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:max-w-screen-xxl {
    max-width: 1400px;
  }

  .md\:max-w-screen-xxxl {
    max-width: 1600px;
  }

  .md\:max-w-screen-XL {
    max-width: 2000px;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .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\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-35 {
    opacity: 0.35;
  }

  .md\:opacity-45 {
    opacity: 0.45;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-35:hover {
    opacity: 0.35;
  }

  .md\:hover\:opacity-45:hover {
    opacity: 0.45;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-35:focus {
    opacity: 0.35;
  }

  .md\:focus\:opacity-45:focus {
    opacity: 0.45;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .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\: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\: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\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    -ms-scroll-chaining: 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\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-22 {
    padding: 5.5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-22 {
    padding-top: 5.5rem;
  }

  .md\:pr-22 {
    padding-right: 5.5rem;
  }

  .md\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .md\:pl-22 {
    padding-left: 5.5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:placeholder-flesh::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-flesh::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-flesh::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-flesh::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-gulfBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-gulfBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-gulfBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-gulfBlue::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-blueDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .md\:placeholder-blueDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .md\:placeholder-blueDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .md\:placeholder-blueDark::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .md\:placeholder-blueCheckbox::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-blueCheckbox::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-blueCheckbox::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-blueCheckbox::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-blueCyan::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-blueCyan::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-blueCyan::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-blueCyan::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-blueDarkHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .md\:placeholder-blueDarkHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .md\:placeholder-blueDarkHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .md\:placeholder-blueDarkHover::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .md\:placeholder-blueMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-blueMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-blueMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-blueMedium::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-blueMediumHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-blueMediumHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-blueMediumHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-blueMediumHover::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .md\:placeholder-blueProgrammaBack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .md\:placeholder-blueProgrammaBack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .md\:placeholder-blueProgrammaBack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .md\:placeholder-blueProgrammaBack::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .md\:placeholder-blueHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-blueHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-blueHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-blueHover::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLightDarker::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLightDarker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLightDarker::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLightDarker::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLightDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLightDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLightDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLightDark::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .md\:placeholder-perano::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-perano::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-perano::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-perano::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-blueLight::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-bluePersian::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .md\:placeholder-bluePersian::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .md\:placeholder-bluePersian::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .md\:placeholder-bluePersian::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .md\:placeholder-mediumElectricBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .md\:placeholder-mediumElectricBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .md\:placeholder-mediumElectricBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .md\:placeholder-mediumElectricBlue::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-redCadmium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .md\:placeholder-redCadmium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .md\:placeholder-redCadmium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .md\:placeholder-redCadmium::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .md\:placeholder-redHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .md\:placeholder-redHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .md\:placeholder-redHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .md\:placeholder-redHover::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .md\:placeholder-yellowHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .md\:placeholder-yellowHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .md\:placeholder-yellowHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .md\:placeholder-yellowHover::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .md\:placeholder-greyLighter::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .md\:placeholder-greyLighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .md\:placeholder-greyLighter::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .md\:placeholder-greyLighter::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .md\:placeholder-greyLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-greyLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-greyLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-greyLight::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-grey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .md\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .md\:placeholder-grey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .md\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .md\:placeholder-greyMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .md\:placeholder-greyMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .md\:placeholder-greyMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .md\:placeholder-greyMedium::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .md\:placeholder-greyWarm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .md\:placeholder-greyWarm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .md\:placeholder-greyWarm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .md\:placeholder-greyWarm::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .md\:placeholder-darkGrey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:placeholder-darkGrey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:placeholder-darkGrey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:placeholder-darkGrey::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:placeholder-darkGreyHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-darkGreyHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-darkGreyHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-darkGreyHover::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-shadedFilters::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:placeholder-shadedFilters::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:placeholder-shadedFilters::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:placeholder-shadedFilters::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:placeholder-thunderBlack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:placeholder-thunderBlack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:placeholder-thunderBlack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:placeholder-thunderBlack::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:placeholder-greyText::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-greyText::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-greyText::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-greyText::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-greyTextForm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .md\:placeholder-greyTextForm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .md\:placeholder-greyTextForm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .md\:placeholder-greyTextForm::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .md\:placeholder-mountainMist::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-mountainMist::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-mountainMist::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-mountainMist::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-flesh:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-flesh:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-flesh:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-flesh:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gulfBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gulfBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gulfBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gulfBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueCheckbox:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueCheckbox:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueCheckbox:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueCheckbox:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueCyan:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueCyan:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueCyan:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueCyan:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueDarkHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueDarkHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueDarkHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueDarkHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueMediumHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueMediumHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueMediumHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueMediumHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueProgrammaBack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueProgrammaBack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueProgrammaBack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueProgrammaBack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLightDarker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLightDarker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLightDarker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLightDarker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLightDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLightDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLightDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLightDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-perano:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-perano:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-perano:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-perano:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blueLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-bluePersian:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-bluePersian:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-bluePersian:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-bluePersian:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-mediumElectricBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-mediumElectricBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-mediumElectricBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-mediumElectricBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-redCadmium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-redCadmium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-redCadmium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-redCadmium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-redHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-redHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-redHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-redHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellowHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellowHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellowHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellowHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyLighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyLighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyLighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyLighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyWarm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyWarm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyWarm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyWarm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-darkGrey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-darkGrey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-darkGrey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-darkGrey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-darkGreyHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-darkGreyHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-darkGreyHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-darkGreyHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-shadedFilters:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:placeholder-shadedFilters:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:placeholder-shadedFilters:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:placeholder-shadedFilters:focus::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:placeholder-thunderBlack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-thunderBlack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-thunderBlack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-thunderBlack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyText:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyText:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyText:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyText:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyTextForm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyTextForm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyTextForm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-greyTextForm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-mountainMist:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-mountainMist:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-mountainMist:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-mountainMist:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .md\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .md\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .md\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45;
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .md\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .md\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .md\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45;
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .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.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-3 {
    top: .75rem;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
  }

  .md\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-y-3 {
    top: .75rem;
    bottom: .75rem;
  }

  .md\:inset-x-3 {
    right: .75rem;
    left: .75rem;
  }

  .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .md\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .md\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:top-3 {
    top: .75rem;
  }

  .md\:right-3 {
    right: .75rem;
  }

  .md\:bottom-3 {
    bottom: .75rem;
  }

  .md\:left-3 {
    left: .75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:shadow-lg_noBottom {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-lg_noTop {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:hover\:shadow-lg_noBottom:hover {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-lg_noTop:hover {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:focus\:shadow-lg_noBottom:focus {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-lg_noTop:focus {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .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\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .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\:text-flesh {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .md\:text-gulfBlue {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .md\:text-blueDark {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .md\:text-blueCheckbox {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .md\:text-blueCyan {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .md\:text-blueDarkHover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .md\:text-blueMedium {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .md\:text-blueMediumHover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .md\:text-blue {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .md\:text-blueProgrammaBack {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .md\:text-blueHover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .md\:text-blueLightDarker {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .md\:text-blueLightDark {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .md\:text-perano {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .md\:text-blueLight {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .md\:text-bluePersian {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .md\:text-mediumElectricBlue {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .md\:text-red {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .md\:text-redCadmium {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .md\:text-redHover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .md\:text-yellow {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .md\:text-yellowHover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .md\:text-greyLighter {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .md\:text-greyLight {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .md\:text-grey {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .md\:text-greyMedium {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .md\:text-greyWarm {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .md\:text-darkGrey {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .md\:text-darkGreyHover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .md\:text-shadedFilters {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:text-thunderBlack {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .md\:text-greyText {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .md\:text-greyTextForm {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .md\:text-mountainMist {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:hover\:text-flesh:hover {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .md\:hover\:text-gulfBlue:hover {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .md\:hover\:text-blueDark:hover {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .md\:hover\:text-blueCheckbox:hover {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .md\:hover\:text-blueCyan:hover {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .md\:hover\:text-blueDarkHover:hover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .md\:hover\:text-blueMedium:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .md\:hover\:text-blueMediumHover:hover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .md\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .md\:hover\:text-blueProgrammaBack:hover {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .md\:hover\:text-blueHover:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .md\:hover\:text-blueLightDarker:hover {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .md\:hover\:text-blueLightDark:hover {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .md\:hover\:text-perano:hover {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .md\:hover\:text-blueLight:hover {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .md\:hover\:text-bluePersian:hover {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .md\:hover\:text-mediumElectricBlue:hover {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .md\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .md\:hover\:text-redCadmium:hover {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .md\:hover\:text-redHover:hover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .md\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .md\:hover\:text-yellowHover:hover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .md\:hover\:text-greyLighter:hover {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .md\:hover\:text-greyLight:hover {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .md\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .md\:hover\:text-greyMedium:hover {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .md\:hover\:text-greyWarm:hover {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .md\:hover\:text-darkGrey:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .md\:hover\:text-darkGreyHover:hover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .md\:hover\:text-shadedFilters:hover {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:text-thunderBlack:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .md\:hover\:text-greyText:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .md\:hover\:text-greyTextForm:hover {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .md\:hover\:text-mountainMist:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:focus\:text-flesh:focus {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .md\:focus\:text-gulfBlue:focus {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .md\:focus\:text-blueDark:focus {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .md\:focus\:text-blueCheckbox:focus {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .md\:focus\:text-blueCyan:focus {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .md\:focus\:text-blueDarkHover:focus {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .md\:focus\:text-blueMedium:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .md\:focus\:text-blueMediumHover:focus {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .md\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .md\:focus\:text-blueProgrammaBack:focus {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .md\:focus\:text-blueHover:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .md\:focus\:text-blueLightDarker:focus {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .md\:focus\:text-blueLightDark:focus {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .md\:focus\:text-perano:focus {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .md\:focus\:text-blueLight:focus {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .md\:focus\:text-bluePersian:focus {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .md\:focus\:text-mediumElectricBlue:focus {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .md\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .md\:focus\:text-redCadmium:focus {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .md\:focus\:text-redHover:focus {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .md\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .md\:focus\:text-yellowHover:focus {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .md\:focus\:text-greyLighter:focus {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .md\:focus\:text-greyLight:focus {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .md\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .md\:focus\:text-greyMedium:focus {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .md\:focus\:text-greyWarm:focus {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .md\:focus\:text-darkGrey:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .md\:focus\:text-darkGreyHover:focus {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .md\:focus\:text-shadedFilters:focus {
    color: rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:text-thunderBlack:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .md\:focus\:text-greyText:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .md\:focus\:text-greyTextForm:focus {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .md\:focus\:text-mountainMist:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:text-opacity-0 {
    --text-opacity: 0;
  }

  .md\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .md\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .md\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .md\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .md\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .md\:text-opacity-100 {
    --text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35;
  }

  .md\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45;
  }

  .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .md\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35;
  }

  .md\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45;
  }

  .md\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    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\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md\:normal-nums {
    font-variant-numeric: normal;
  }

  .md\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .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\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    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 {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-22 {
    width: 5.5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .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-48\% {
    width: 48%;
  }

  .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\:-z-1 {
    z-index: -1;
  }

  .md\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .md\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .md\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:gap-22 {
    grid-gap: 5.5rem;
    gap: 5.5rem;
  }

  .md\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .md\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .md\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .md\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .md\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .md\:col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .md\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .md\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .md\:col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .md\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .md\:col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .md\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .md\:col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .md\:col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .md\:col-gap-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .md\:col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .md\:col-gap-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .md\:col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .md\:col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .md\:col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .md\:col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .md\:col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .md\:col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .md\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .md\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .md\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .md\:gap-x-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .md\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .md\:gap-x-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .md\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .md\:gap-x-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .md\:gap-x-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .md\:gap-x-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .md\:gap-x-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .md\:gap-x-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .md\:gap-x-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .md\:gap-x-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .md\:gap-x-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .md\:gap-x-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .md\:gap-x-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .md\:gap-x-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .md\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:row-gap-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .md\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:row-gap-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .md\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:gap-y-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .md\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .md\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .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\: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\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .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-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\: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\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-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\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
         -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:transform-none {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .md\:origin-center {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }

  .md\:origin-top {
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }

  .md\:origin-top-right {
    -webkit-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
  }

  .md\:origin-right {
    -webkit-transform-origin: right;
         -o-transform-origin: right;
            transform-origin: right;
  }

  .md\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .md\:origin-bottom {
    -webkit-transform-origin: bottom;
         -o-transform-origin: bottom;
            transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .md\:origin-left {
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
  }

  .md\:origin-top-left {
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
  }

  .md\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .md\:rotate-0 {
    --transform-rotate: 0;
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .md\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .md\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .md\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .md\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .md\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .md\:translate-x-22 {
    --transform-translate-x: 5.5rem;
  }

  .md\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .md\:translate-x-28 {
    --transform-translate-x: 7rem;
  }

  .md\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .md\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .md\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .md\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .md\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .md\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .md\:-translate-x-22 {
    --transform-translate-x: -5.5rem;
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .md\:-translate-x-28 {
    --transform-translate-x: -7rem;
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .md\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .md\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .md\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .md\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .md\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .md\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .md\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .md\:translate-y-22 {
    --transform-translate-y: 5.5rem;
  }

  .md\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .md\:translate-y-28 {
    --transform-translate-y: 7rem;
  }

  .md\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .md\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .md\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .md\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .md\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .md\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .md\:-translate-y-22 {
    --transform-translate-y: -5.5rem;
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .md\:-translate-y-28 {
    --transform-translate-y: -7rem;
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .md\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .md\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .md\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .md\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem;
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .md\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .md\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .md\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem;
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .md\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .md\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem;
  }

  .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .md\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem;
  }

  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem;
  }

  .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .md\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .md\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem;
  }

  .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .md\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem;
  }

  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem;
  }

  .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .md\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .md\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .md\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .md\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }

  .md\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -o-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -o-transform;
  }

  .md\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  .md\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .md\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
  }

  .md\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .md\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .md\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .md\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .md\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .md\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .md\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .md\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .md\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .md\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .md\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .md\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .md\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .md\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .md\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .md\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .md\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .md\:animate-none {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  .md\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
         -o-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
         -o-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
         -o-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
         -o-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {
    .lg\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }

  @media (min-width: 2000px) {
    .lg\:container {
      max-width: 2000px;
    }
  }

  .lg\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .lg\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .lg\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:divide-flesh > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--divide-opacity));
  }

  .lg\:divide-gulfBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--divide-opacity));
  }

  .lg\:divide-blueDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--divide-opacity));
  }

  .lg\:divide-blueCheckbox > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--divide-opacity));
  }

  .lg\:divide-blueCyan > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--divide-opacity));
  }

  .lg\:divide-blueDarkHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--divide-opacity));
  }

  .lg\:divide-blueMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .lg\:divide-blueMediumHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--divide-opacity));
  }

  .lg\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--divide-opacity));
  }

  .lg\:divide-blueProgrammaBack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--divide-opacity));
  }

  .lg\:divide-blueHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .lg\:divide-blueLightDarker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--divide-opacity));
  }

  .lg\:divide-blueLightDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--divide-opacity));
  }

  .lg\:divide-perano > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--divide-opacity));
  }

  .lg\:divide-blueLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--divide-opacity));
  }

  .lg\:divide-bluePersian > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--divide-opacity));
  }

  .lg\:divide-mediumElectricBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--divide-opacity));
  }

  .lg\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--divide-opacity));
  }

  .lg\:divide-redCadmium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--divide-opacity));
  }

  .lg\:divide-redHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--divide-opacity));
  }

  .lg\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--divide-opacity));
  }

  .lg\:divide-yellowHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--divide-opacity));
  }

  .lg\:divide-greyLighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--divide-opacity));
  }

  .lg\:divide-greyLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--divide-opacity));
  }

  .lg\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--divide-opacity));
  }

  .lg\:divide-greyMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--divide-opacity));
  }

  .lg\:divide-greyWarm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--divide-opacity));
  }

  .lg\:divide-darkGrey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .lg\:divide-darkGreyHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--divide-opacity));
  }

  .lg\:divide-shadedFilters > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .lg\:divide-thunderBlack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .lg\:divide-greyText > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .lg\:divide-greyTextForm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--divide-opacity));
  }

  .lg\:divide-mountainMist > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .lg\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .lg\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .lg\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .lg\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .lg\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .lg\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35;
  }

  .lg\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .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\: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\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .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 {
    background-clip: text;
  }

  .lg\:bg-flesh {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .lg\:bg-gulfBlue {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .lg\:bg-blueDark {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .lg\:bg-blueCheckbox {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .lg\:bg-blueCyan {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .lg\:bg-blueDarkHover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .lg\:bg-blueMedium {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .lg\:bg-blueMediumHover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .lg\:bg-blue {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .lg\:bg-blueProgrammaBack {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .lg\:bg-blueHover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .lg\:bg-blueLightDarker {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .lg\:bg-blueLightDark {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .lg\:bg-perano {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .lg\:bg-blueLight {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .lg\:bg-bluePersian {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .lg\:bg-mediumElectricBlue {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .lg\:bg-red {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .lg\:bg-redCadmium {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .lg\:bg-redHover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .lg\:bg-yellow {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .lg\:bg-yellowHover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .lg\:bg-greyLighter {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .lg\:bg-greyLight {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .lg\:bg-grey {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .lg\:bg-greyMedium {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .lg\:bg-greyWarm {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .lg\:bg-darkGrey {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .lg\:bg-darkGreyHover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .lg\:bg-shadedFilters {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .lg\:bg-thunderBlack {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .lg\:bg-greyText {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .lg\:bg-greyTextForm {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .lg\:bg-mountainMist {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-flesh:hover {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .lg\:hover\:bg-gulfBlue:hover {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueDark:hover {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueCheckbox:hover {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueCyan:hover {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueDarkHover:hover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueMedium:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueMediumHover:hover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueProgrammaBack:hover {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueHover:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueLightDarker:hover {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueLightDark:hover {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .lg\:hover\:bg-perano:hover {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .lg\:hover\:bg-blueLight:hover {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .lg\:hover\:bg-bluePersian:hover {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .lg\:hover\:bg-mediumElectricBlue:hover {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .lg\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .lg\:hover\:bg-redCadmium:hover {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .lg\:hover\:bg-redHover:hover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellowHover:hover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .lg\:hover\:bg-greyLighter:hover {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .lg\:hover\:bg-greyLight:hover {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .lg\:hover\:bg-greyMedium:hover {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .lg\:hover\:bg-greyWarm:hover {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .lg\:hover\:bg-darkGrey:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .lg\:hover\:bg-darkGreyHover:hover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .lg\:hover\:bg-shadedFilters:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:bg-thunderBlack:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .lg\:hover\:bg-greyText:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .lg\:hover\:bg-greyTextForm:hover {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .lg\:hover\:bg-mountainMist:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-flesh:focus {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .lg\:focus\:bg-gulfBlue:focus {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueDark:focus {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueCheckbox:focus {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueCyan:focus {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueDarkHover:focus {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueMedium:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueMediumHover:focus {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueProgrammaBack:focus {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueHover:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueLightDarker:focus {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueLightDark:focus {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .lg\:focus\:bg-perano:focus {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .lg\:focus\:bg-blueLight:focus {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .lg\:focus\:bg-bluePersian:focus {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .lg\:focus\:bg-mediumElectricBlue:focus {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .lg\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .lg\:focus\:bg-redCadmium:focus {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .lg\:focus\:bg-redHover:focus {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellowHover:focus {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .lg\:focus\:bg-greyLighter:focus {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .lg\:focus\:bg-greyLight:focus {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .lg\:focus\:bg-greyMedium:focus {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .lg\:focus\:bg-greyWarm:focus {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .lg\:focus\:bg-darkGrey:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .lg\:focus\:bg-darkGreyHover:focus {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .lg\:focus\:bg-shadedFilters:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:bg-thunderBlack:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .lg\:focus\:bg-greyText:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .lg\:focus\:bg-greyTextForm:focus {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .lg\:focus\:bg-mountainMist:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .lg\:from-flesh {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .lg\:from-gulfBlue {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .lg\:from-blueDark {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .lg\:from-blueCheckbox {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .lg\:from-blueCyan {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .lg\:from-blueDarkHover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .lg\:from-blueMedium {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:from-blueMediumHover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .lg\:from-blue {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .lg\:from-blueProgrammaBack {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .lg\:from-blueHover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:from-blueLightDarker {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .lg\:from-blueLightDark {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .lg\:from-perano {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .lg\:from-blueLight {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .lg\:from-bluePersian {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .lg\:from-mediumElectricBlue {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .lg\:from-red {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .lg\:from-redCadmium {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .lg\:from-redHover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .lg\:from-yellow {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .lg\:from-yellowHover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .lg\:from-greyLighter {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .lg\:from-greyLight {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .lg\:from-grey {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .lg\:from-greyMedium {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .lg\:from-greyWarm {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .lg\:from-darkGrey {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:from-darkGreyHover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .lg\:from-shadedFilters {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-thunderBlack {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:from-greyText {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:from-greyTextForm {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .lg\:from-mountainMist {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:via-flesh {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .lg\:via-gulfBlue {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .lg\:via-blueDark {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .lg\:via-blueCheckbox {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .lg\:via-blueCyan {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .lg\:via-blueDarkHover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .lg\:via-blueMedium {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:via-blueMediumHover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .lg\:via-blue {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .lg\:via-blueProgrammaBack {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .lg\:via-blueHover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:via-blueLightDarker {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .lg\:via-blueLightDark {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .lg\:via-perano {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .lg\:via-blueLight {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .lg\:via-bluePersian {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .lg\:via-mediumElectricBlue {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .lg\:via-red {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .lg\:via-redCadmium {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .lg\:via-redHover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .lg\:via-yellow {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .lg\:via-yellowHover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .lg\:via-greyLighter {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .lg\:via-greyLight {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .lg\:via-grey {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .lg\:via-greyMedium {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .lg\:via-greyWarm {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .lg\:via-darkGrey {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:via-darkGreyHover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .lg\:via-shadedFilters {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-thunderBlack {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:via-greyText {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:via-greyTextForm {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .lg\:via-mountainMist {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:to-flesh {
    --gradient-to-color: #ffbe8d;
  }

  .lg\:to-gulfBlue {
    --gradient-to-color: #001959;
  }

  .lg\:to-blueDark {
    --gradient-to-color: #001b5b;
  }

  .lg\:to-blueCheckbox {
    --gradient-to-color: #2F7094;
  }

  .lg\:to-blueCyan {
    --gradient-to-color: #00518C;
  }

  .lg\:to-blueDarkHover {
    --gradient-to-color: #00233F;
  }

  .lg\:to-blueMedium {
    --gradient-to-color: #003F6D;
  }

  .lg\:to-blueMediumHover {
    --gradient-to-color: #00294B;
  }

  .lg\:to-blue {
    --gradient-to-color: #0065bb;
  }

  .lg\:to-blueProgrammaBack {
    --gradient-to-color: #0066b7;
  }

  .lg\:to-blueHover {
    --gradient-to-color: #003F6D;
  }

  .lg\:to-blueLightDarker {
    --gradient-to-color: #7BB1CF;
  }

  .lg\:to-blueLightDark {
    --gradient-to-color: #A4D2EC;
  }

  .lg\:to-perano {
    --gradient-to-color: #A6D1F4;
  }

  .lg\:to-blueLight {
    --gradient-to-color: #b7dbf9;
  }

  .lg\:to-bluePersian {
    --gradient-to-color: #0169B4;
  }

  .lg\:to-mediumElectricBlue {
    --gradient-to-color: #0057A0;
  }

  .lg\:to-red {
    --gradient-to-color: #e70000;
  }

  .lg\:to-redCadmium {
    --gradient-to-color: #E30413;
  }

  .lg\:to-redHover {
    --gradient-to-color: #AA030D;
  }

  .lg\:to-yellow {
    --gradient-to-color: #ff6f03;
  }

  .lg\:to-yellowHover {
    --gradient-to-color: #FF9103;
  }

  .lg\:to-greyLighter {
    --gradient-to-color: #F6F5F3;
  }

  .lg\:to-greyLight {
    --gradient-to-color: #E2E2E2;
  }

  .lg\:to-grey {
    --gradient-to-color: #E6E3DF;
  }

  .lg\:to-greyMedium {
    --gradient-to-color: #DDD;
  }

  .lg\:to-greyWarm {
    --gradient-to-color: #939283;
  }

  .lg\:to-darkGrey {
    --gradient-to-color: #2D2D2D;
  }

  .lg\:to-darkGreyHover {
    --gradient-to-color: #212121;
  }

  .lg\:to-shadedFilters {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .lg\:to-thunderBlack {
    --gradient-to-color: #2D2D2D;
  }

  .lg\:to-greyText {
    --gradient-to-color: #949494;
  }

  .lg\:to-greyTextForm {
    --gradient-to-color: #929292;
  }

  .lg\:to-mountainMist {
    --gradient-to-color: #949494;
  }

  .lg\:to-transparent {
    --gradient-to-color: transparent;
  }

  .lg\:to-black {
    --gradient-to-color: #000;
  }

  .lg\:to-white {
    --gradient-to-color: #fff;
  }

  .lg\:hover\:from-flesh:hover {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .lg\:hover\:from-gulfBlue:hover {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .lg\:hover\:from-blueDark:hover {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .lg\:hover\:from-blueCheckbox:hover {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .lg\:hover\:from-blueCyan:hover {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .lg\:hover\:from-blueDarkHover:hover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .lg\:hover\:from-blueMedium:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:hover\:from-blueMediumHover:hover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .lg\:hover\:from-blue:hover {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .lg\:hover\:from-blueProgrammaBack:hover {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .lg\:hover\:from-blueHover:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:hover\:from-blueLightDarker:hover {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .lg\:hover\:from-blueLightDark:hover {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .lg\:hover\:from-perano:hover {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .lg\:hover\:from-blueLight:hover {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .lg\:hover\:from-bluePersian:hover {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .lg\:hover\:from-mediumElectricBlue:hover {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .lg\:hover\:from-red:hover {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .lg\:hover\:from-redCadmium:hover {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .lg\:hover\:from-redHover:hover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .lg\:hover\:from-yellow:hover {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .lg\:hover\:from-yellowHover:hover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .lg\:hover\:from-greyLighter:hover {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .lg\:hover\:from-greyLight:hover {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .lg\:hover\:from-grey:hover {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .lg\:hover\:from-greyMedium:hover {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .lg\:hover\:from-greyWarm:hover {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .lg\:hover\:from-darkGrey:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:hover\:from-darkGreyHover:hover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .lg\:hover\:from-shadedFilters:hover {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-thunderBlack:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:hover\:from-greyText:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:hover\:from-greyTextForm:hover {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .lg\:hover\:from-mountainMist:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-flesh:hover {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .lg\:hover\:via-gulfBlue:hover {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .lg\:hover\:via-blueDark:hover {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .lg\:hover\:via-blueCheckbox:hover {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .lg\:hover\:via-blueCyan:hover {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .lg\:hover\:via-blueDarkHover:hover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .lg\:hover\:via-blueMedium:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:hover\:via-blueMediumHover:hover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .lg\:hover\:via-blue:hover {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .lg\:hover\:via-blueProgrammaBack:hover {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .lg\:hover\:via-blueHover:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:hover\:via-blueLightDarker:hover {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .lg\:hover\:via-blueLightDark:hover {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .lg\:hover\:via-perano:hover {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .lg\:hover\:via-blueLight:hover {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .lg\:hover\:via-bluePersian:hover {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .lg\:hover\:via-mediumElectricBlue:hover {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .lg\:hover\:via-red:hover {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .lg\:hover\:via-redCadmium:hover {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .lg\:hover\:via-redHover:hover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .lg\:hover\:via-yellow:hover {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .lg\:hover\:via-yellowHover:hover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .lg\:hover\:via-greyLighter:hover {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .lg\:hover\:via-greyLight:hover {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .lg\:hover\:via-grey:hover {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .lg\:hover\:via-greyMedium:hover {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .lg\:hover\:via-greyWarm:hover {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .lg\:hover\:via-darkGrey:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:hover\:via-darkGreyHover:hover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .lg\:hover\:via-shadedFilters:hover {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-thunderBlack:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:hover\:via-greyText:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:hover\:via-greyTextForm:hover {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .lg\:hover\:via-mountainMist:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:to-flesh:hover {
    --gradient-to-color: #ffbe8d;
  }

  .lg\:hover\:to-gulfBlue:hover {
    --gradient-to-color: #001959;
  }

  .lg\:hover\:to-blueDark:hover {
    --gradient-to-color: #001b5b;
  }

  .lg\:hover\:to-blueCheckbox:hover {
    --gradient-to-color: #2F7094;
  }

  .lg\:hover\:to-blueCyan:hover {
    --gradient-to-color: #00518C;
  }

  .lg\:hover\:to-blueDarkHover:hover {
    --gradient-to-color: #00233F;
  }

  .lg\:hover\:to-blueMedium:hover {
    --gradient-to-color: #003F6D;
  }

  .lg\:hover\:to-blueMediumHover:hover {
    --gradient-to-color: #00294B;
  }

  .lg\:hover\:to-blue:hover {
    --gradient-to-color: #0065bb;
  }

  .lg\:hover\:to-blueProgrammaBack:hover {
    --gradient-to-color: #0066b7;
  }

  .lg\:hover\:to-blueHover:hover {
    --gradient-to-color: #003F6D;
  }

  .lg\:hover\:to-blueLightDarker:hover {
    --gradient-to-color: #7BB1CF;
  }

  .lg\:hover\:to-blueLightDark:hover {
    --gradient-to-color: #A4D2EC;
  }

  .lg\:hover\:to-perano:hover {
    --gradient-to-color: #A6D1F4;
  }

  .lg\:hover\:to-blueLight:hover {
    --gradient-to-color: #b7dbf9;
  }

  .lg\:hover\:to-bluePersian:hover {
    --gradient-to-color: #0169B4;
  }

  .lg\:hover\:to-mediumElectricBlue:hover {
    --gradient-to-color: #0057A0;
  }

  .lg\:hover\:to-red:hover {
    --gradient-to-color: #e70000;
  }

  .lg\:hover\:to-redCadmium:hover {
    --gradient-to-color: #E30413;
  }

  .lg\:hover\:to-redHover:hover {
    --gradient-to-color: #AA030D;
  }

  .lg\:hover\:to-yellow:hover {
    --gradient-to-color: #ff6f03;
  }

  .lg\:hover\:to-yellowHover:hover {
    --gradient-to-color: #FF9103;
  }

  .lg\:hover\:to-greyLighter:hover {
    --gradient-to-color: #F6F5F3;
  }

  .lg\:hover\:to-greyLight:hover {
    --gradient-to-color: #E2E2E2;
  }

  .lg\:hover\:to-grey:hover {
    --gradient-to-color: #E6E3DF;
  }

  .lg\:hover\:to-greyMedium:hover {
    --gradient-to-color: #DDD;
  }

  .lg\:hover\:to-greyWarm:hover {
    --gradient-to-color: #939283;
  }

  .lg\:hover\:to-darkGrey:hover {
    --gradient-to-color: #2D2D2D;
  }

  .lg\:hover\:to-darkGreyHover:hover {
    --gradient-to-color: #212121;
  }

  .lg\:hover\:to-shadedFilters:hover {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:to-thunderBlack:hover {
    --gradient-to-color: #2D2D2D;
  }

  .lg\:hover\:to-greyText:hover {
    --gradient-to-color: #949494;
  }

  .lg\:hover\:to-greyTextForm:hover {
    --gradient-to-color: #929292;
  }

  .lg\:hover\:to-mountainMist:hover {
    --gradient-to-color: #949494;
  }

  .lg\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .lg\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .lg\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .lg\:focus\:from-flesh:focus {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .lg\:focus\:from-gulfBlue:focus {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .lg\:focus\:from-blueDark:focus {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .lg\:focus\:from-blueCheckbox:focus {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .lg\:focus\:from-blueCyan:focus {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .lg\:focus\:from-blueDarkHover:focus {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .lg\:focus\:from-blueMedium:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:focus\:from-blueMediumHover:focus {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .lg\:focus\:from-blue:focus {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .lg\:focus\:from-blueProgrammaBack:focus {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .lg\:focus\:from-blueHover:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:focus\:from-blueLightDarker:focus {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .lg\:focus\:from-blueLightDark:focus {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .lg\:focus\:from-perano:focus {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .lg\:focus\:from-blueLight:focus {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .lg\:focus\:from-bluePersian:focus {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .lg\:focus\:from-mediumElectricBlue:focus {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .lg\:focus\:from-red:focus {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .lg\:focus\:from-redCadmium:focus {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .lg\:focus\:from-redHover:focus {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .lg\:focus\:from-yellow:focus {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .lg\:focus\:from-yellowHover:focus {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .lg\:focus\:from-greyLighter:focus {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .lg\:focus\:from-greyLight:focus {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .lg\:focus\:from-grey:focus {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .lg\:focus\:from-greyMedium:focus {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .lg\:focus\:from-greyWarm:focus {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .lg\:focus\:from-darkGrey:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:focus\:from-darkGreyHover:focus {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .lg\:focus\:from-shadedFilters:focus {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-thunderBlack:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:focus\:from-greyText:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:focus\:from-greyTextForm:focus {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .lg\:focus\:from-mountainMist:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-flesh:focus {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .lg\:focus\:via-gulfBlue:focus {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .lg\:focus\:via-blueDark:focus {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .lg\:focus\:via-blueCheckbox:focus {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .lg\:focus\:via-blueCyan:focus {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .lg\:focus\:via-blueDarkHover:focus {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .lg\:focus\:via-blueMedium:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:focus\:via-blueMediumHover:focus {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .lg\:focus\:via-blue:focus {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .lg\:focus\:via-blueProgrammaBack:focus {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .lg\:focus\:via-blueHover:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .lg\:focus\:via-blueLightDarker:focus {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .lg\:focus\:via-blueLightDark:focus {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .lg\:focus\:via-perano:focus {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .lg\:focus\:via-blueLight:focus {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .lg\:focus\:via-bluePersian:focus {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .lg\:focus\:via-mediumElectricBlue:focus {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .lg\:focus\:via-red:focus {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .lg\:focus\:via-redCadmium:focus {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .lg\:focus\:via-redHover:focus {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .lg\:focus\:via-yellow:focus {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .lg\:focus\:via-yellowHover:focus {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .lg\:focus\:via-greyLighter:focus {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .lg\:focus\:via-greyLight:focus {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .lg\:focus\:via-grey:focus {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .lg\:focus\:via-greyMedium:focus {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .lg\:focus\:via-greyWarm:focus {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .lg\:focus\:via-darkGrey:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:focus\:via-darkGreyHover:focus {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .lg\:focus\:via-shadedFilters:focus {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-thunderBlack:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .lg\:focus\:via-greyText:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:focus\:via-greyTextForm:focus {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .lg\:focus\:via-mountainMist:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .lg\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:to-flesh:focus {
    --gradient-to-color: #ffbe8d;
  }

  .lg\:focus\:to-gulfBlue:focus {
    --gradient-to-color: #001959;
  }

  .lg\:focus\:to-blueDark:focus {
    --gradient-to-color: #001b5b;
  }

  .lg\:focus\:to-blueCheckbox:focus {
    --gradient-to-color: #2F7094;
  }

  .lg\:focus\:to-blueCyan:focus {
    --gradient-to-color: #00518C;
  }

  .lg\:focus\:to-blueDarkHover:focus {
    --gradient-to-color: #00233F;
  }

  .lg\:focus\:to-blueMedium:focus {
    --gradient-to-color: #003F6D;
  }

  .lg\:focus\:to-blueMediumHover:focus {
    --gradient-to-color: #00294B;
  }

  .lg\:focus\:to-blue:focus {
    --gradient-to-color: #0065bb;
  }

  .lg\:focus\:to-blueProgrammaBack:focus {
    --gradient-to-color: #0066b7;
  }

  .lg\:focus\:to-blueHover:focus {
    --gradient-to-color: #003F6D;
  }

  .lg\:focus\:to-blueLightDarker:focus {
    --gradient-to-color: #7BB1CF;
  }

  .lg\:focus\:to-blueLightDark:focus {
    --gradient-to-color: #A4D2EC;
  }

  .lg\:focus\:to-perano:focus {
    --gradient-to-color: #A6D1F4;
  }

  .lg\:focus\:to-blueLight:focus {
    --gradient-to-color: #b7dbf9;
  }

  .lg\:focus\:to-bluePersian:focus {
    --gradient-to-color: #0169B4;
  }

  .lg\:focus\:to-mediumElectricBlue:focus {
    --gradient-to-color: #0057A0;
  }

  .lg\:focus\:to-red:focus {
    --gradient-to-color: #e70000;
  }

  .lg\:focus\:to-redCadmium:focus {
    --gradient-to-color: #E30413;
  }

  .lg\:focus\:to-redHover:focus {
    --gradient-to-color: #AA030D;
  }

  .lg\:focus\:to-yellow:focus {
    --gradient-to-color: #ff6f03;
  }

  .lg\:focus\:to-yellowHover:focus {
    --gradient-to-color: #FF9103;
  }

  .lg\:focus\:to-greyLighter:focus {
    --gradient-to-color: #F6F5F3;
  }

  .lg\:focus\:to-greyLight:focus {
    --gradient-to-color: #E2E2E2;
  }

  .lg\:focus\:to-grey:focus {
    --gradient-to-color: #E6E3DF;
  }

  .lg\:focus\:to-greyMedium:focus {
    --gradient-to-color: #DDD;
  }

  .lg\:focus\:to-greyWarm:focus {
    --gradient-to-color: #939283;
  }

  .lg\:focus\:to-darkGrey:focus {
    --gradient-to-color: #2D2D2D;
  }

  .lg\:focus\:to-darkGreyHover:focus {
    --gradient-to-color: #212121;
  }

  .lg\:focus\:to-shadedFilters:focus {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:to-thunderBlack:focus {
    --gradient-to-color: #2D2D2D;
  }

  .lg\:focus\:to-greyText:focus {
    --gradient-to-color: #949494;
  }

  .lg\:focus\:to-greyTextForm:focus {
    --gradient-to-color: #929292;
  }

  .lg\:focus\:to-mountainMist:focus {
    --gradient-to-color: #949494;
  }

  .lg\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .lg\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .lg\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .lg\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .lg\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .lg\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .lg\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35;
  }

  .lg\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35;
  }

  .lg\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .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-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-flesh {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .lg\:border-gulfBlue {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .lg\:border-blueDark {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .lg\:border-blueCheckbox {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .lg\:border-blueCyan {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .lg\:border-blueDarkHover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .lg\:border-blueMedium {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .lg\:border-blueMediumHover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .lg\:border-blue {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .lg\:border-blueProgrammaBack {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .lg\:border-blueHover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .lg\:border-blueLightDarker {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .lg\:border-blueLightDark {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .lg\:border-perano {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .lg\:border-blueLight {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .lg\:border-bluePersian {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .lg\:border-mediumElectricBlue {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .lg\:border-red {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .lg\:border-redCadmium {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .lg\:border-redHover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .lg\:border-yellow {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .lg\:border-yellowHover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .lg\:border-greyLighter {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .lg\:border-greyLight {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .lg\:border-grey {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .lg\:border-greyMedium {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .lg\:border-greyWarm {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .lg\:border-darkGrey {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .lg\:border-darkGreyHover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .lg\:border-shadedFilters {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .lg\:border-thunderBlack {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .lg\:border-greyText {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .lg\:border-greyTextForm {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .lg\:border-mountainMist {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:hover\:border-flesh:hover {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .lg\:hover\:border-gulfBlue:hover {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .lg\:hover\:border-blueDark:hover {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .lg\:hover\:border-blueCheckbox:hover {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .lg\:hover\:border-blueCyan:hover {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .lg\:hover\:border-blueDarkHover:hover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .lg\:hover\:border-blueMedium:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .lg\:hover\:border-blueMediumHover:hover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .lg\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .lg\:hover\:border-blueProgrammaBack:hover {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .lg\:hover\:border-blueHover:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .lg\:hover\:border-blueLightDarker:hover {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .lg\:hover\:border-blueLightDark:hover {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .lg\:hover\:border-perano:hover {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .lg\:hover\:border-blueLight:hover {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .lg\:hover\:border-bluePersian:hover {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .lg\:hover\:border-mediumElectricBlue:hover {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .lg\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .lg\:hover\:border-redCadmium:hover {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .lg\:hover\:border-redHover:hover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .lg\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .lg\:hover\:border-yellowHover:hover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .lg\:hover\:border-greyLighter:hover {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .lg\:hover\:border-greyLight:hover {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .lg\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .lg\:hover\:border-greyMedium:hover {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .lg\:hover\:border-greyWarm:hover {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .lg\:hover\:border-darkGrey:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .lg\:hover\:border-darkGreyHover:hover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .lg\:hover\:border-shadedFilters:hover {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:border-thunderBlack:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .lg\:hover\:border-greyText:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .lg\:hover\:border-greyTextForm:hover {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .lg\:hover\:border-mountainMist:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:focus\:border-flesh:focus {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .lg\:focus\:border-gulfBlue:focus {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .lg\:focus\:border-blueDark:focus {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .lg\:focus\:border-blueCheckbox:focus {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .lg\:focus\:border-blueCyan:focus {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .lg\:focus\:border-blueDarkHover:focus {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .lg\:focus\:border-blueMedium:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .lg\:focus\:border-blueMediumHover:focus {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .lg\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .lg\:focus\:border-blueProgrammaBack:focus {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .lg\:focus\:border-blueHover:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .lg\:focus\:border-blueLightDarker:focus {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .lg\:focus\:border-blueLightDark:focus {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .lg\:focus\:border-perano:focus {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .lg\:focus\:border-blueLight:focus {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .lg\:focus\:border-bluePersian:focus {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .lg\:focus\:border-mediumElectricBlue:focus {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .lg\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .lg\:focus\:border-redCadmium:focus {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .lg\:focus\:border-redHover:focus {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .lg\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .lg\:focus\:border-yellowHover:focus {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .lg\:focus\:border-greyLighter:focus {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .lg\:focus\:border-greyLight:focus {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .lg\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .lg\:focus\:border-greyMedium:focus {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .lg\:focus\:border-greyWarm:focus {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .lg\:focus\:border-darkGrey:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .lg\:focus\:border-darkGreyHover:focus {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .lg\:focus\:border-shadedFilters:focus {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:border-thunderBlack:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .lg\:focus\:border-greyText:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .lg\:focus\:border-greyTextForm:focus {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .lg\:focus\:border-mountainMist:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0;
  }

  .lg\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .lg\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .lg\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .lg\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .lg\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .lg\:border-opacity-100 {
    --border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35;
  }

  .lg\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45;
  }

  .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .lg\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35;
  }

  .lg\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45;
  }

  .lg\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .lg\:rounded-2 {
    border-radius: 2px;
  }

  .lg\:rounded-6 {
    border-radius: 6px;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-2 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .lg\:rounded-r-2 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .lg\:rounded-b-2 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .lg\:rounded-l-2 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .lg\:rounded-t-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .lg\:rounded-r-6 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .lg\:rounded-b-6 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .lg\:rounded-l-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-2 {
    border-top-left-radius: 2px;
  }

  .lg\:rounded-tr-2 {
    border-top-right-radius: 2px;
  }

  .lg\:rounded-br-2 {
    border-bottom-right-radius: 2px;
  }

  .lg\:rounded-bl-2 {
    border-bottom-left-radius: 2px;
  }

  .lg\:rounded-tl-6 {
    border-top-left-radius: 6px;
  }

  .lg\:rounded-tr-6 {
    border-top-right-radius: 6px;
  }

  .lg\:rounded-br-6 {
    border-bottom-right-radius: 6px;
  }

  .lg\:rounded-bl-6 {
    border-bottom-left-radius: 6px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .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-0 {
    border-width: 0;
  }

  .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: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .lg\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .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-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lg\:table {
    display: 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\:hidden {
    display: none;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:place-items-auto {
    place-items: auto;
  }

  .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\: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-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\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lg\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .lg\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .lg\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .lg\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .lg\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .lg\:content-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }

  .lg\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .lg\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .lg\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .lg\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .lg\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .lg\:justify-items-auto {
    justify-items: auto;
  }

  .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\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .lg\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .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\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .lg\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .lg\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .lg\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .lg\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .lg\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .lg\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .lg\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .lg\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .lg\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .lg\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:font-sans {
    font-family: Bauziet, Goodot, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    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\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-22 {
    height: 5.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:text-12px {
    font-size: 12px;
  }

  .lg\:text-14px {
    font-size: 14px;
  }

  .lg\:text-15px {
    font-size: 15px;
  }

  .lg\:text-16px {
    font-size: 16px;
  }

  .lg\:text-17px {
    font-size: 17px;
  }

  .lg\:text-18px {
    font-size: 18px;
  }

  .lg\:text-20px {
    font-size: 20px;
  }

  .lg\:text-22px {
    font-size: 22px;
  }

  .lg\:text-24px {
    font-size: 24px;
  }

  .lg\:text-26px {
    font-size: 26px;
  }

  .lg\:text-30px {
    font-size: 30px;
  }

  .lg\:text-35px {
    font-size: 35px;
  }

  .lg\:text-40px {
    font-size: 40px;
  }

  .lg\:text-45px {
    font-size: 45px;
  }

  .lg\:text-50px {
    font-size: 50px;
  }

  .lg\:text-60px {
    font-size: 60px;
  }

  .lg\:text-70px {
    font-size: 70px;
  }

  .lg\:text-90px {
    font-size: 90px;
  }

  .lg\:text-97px {
    font-size: 97px;
  }

  .lg\:text-100px {
    font-size: 100px;
  }

  .lg\:text-150px {
    font-size: 150px;
  }

  .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-cramp {
    line-height: 0.75;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tighter {
    line-height: 1.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\: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\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-22 {
    margin: 5.5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-22 {
    margin: -5.5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-28 {
    margin: -7rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-22 {
    margin-top: 5.5rem;
  }

  .lg\:mr-22 {
    margin-right: 5.5rem;
  }

  .lg\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .lg\:ml-22 {
    margin-left: 5.5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-22 {
    margin-top: -5.5rem;
  }

  .lg\:-mr-22 {
    margin-right: -5.5rem;
  }

  .lg\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .lg\:-ml-22 {
    margin-left: -5.5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:first\:m-0:first-child {
    margin: 0;
  }

  .lg\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .lg\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .lg\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .lg\:first\:m-4:first-child {
    margin: 1rem;
  }

  .lg\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .lg\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .lg\:first\:m-8:first-child {
    margin: 2rem;
  }

  .lg\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .lg\:first\:m-12:first-child {
    margin: 3rem;
  }

  .lg\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .lg\:first\:m-16:first-child {
    margin: 4rem;
  }

  .lg\:first\:m-20:first-child {
    margin: 5rem;
  }

  .lg\:first\:m-22:first-child {
    margin: 5.5rem;
  }

  .lg\:first\:m-24:first-child {
    margin: 6rem;
  }

  .lg\:first\:m-28:first-child {
    margin: 7rem;
  }

  .lg\:first\:m-32:first-child {
    margin: 8rem;
  }

  .lg\:first\:m-40:first-child {
    margin: 10rem;
  }

  .lg\:first\:m-48:first-child {
    margin: 12rem;
  }

  .lg\:first\:m-56:first-child {
    margin: 14rem;
  }

  .lg\:first\:m-64:first-child {
    margin: 16rem;
  }

  .lg\:first\:m-auto:first-child {
    margin: auto;
  }

  .lg\:first\:m-px:first-child {
    margin: 1px;
  }

  .lg\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .lg\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .lg\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .lg\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .lg\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .lg\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .lg\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .lg\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .lg\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .lg\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .lg\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .lg\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .lg\:first\:-m-22:first-child {
    margin: -5.5rem;
  }

  .lg\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .lg\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .lg\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .lg\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .lg\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .lg\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .lg\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .lg\:first\:-m-px:first-child {
    margin: -1px;
  }

  .lg\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:first\:my-22:first-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:first\:mx-22:first-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .lg\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:first\:-my-22:first-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:first\:-mx-22:first-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .lg\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .lg\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .lg\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .lg\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .lg\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .lg\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .lg\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .lg\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .lg\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .lg\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .lg\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .lg\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .lg\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .lg\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .lg\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .lg\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .lg\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .lg\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .lg\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .lg\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .lg\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .lg\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .lg\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .lg\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .lg\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .lg\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .lg\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .lg\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .lg\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .lg\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .lg\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .lg\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .lg\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .lg\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .lg\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .lg\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .lg\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .lg\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .lg\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .lg\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .lg\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .lg\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .lg\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .lg\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .lg\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .lg\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .lg\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .lg\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .lg\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .lg\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .lg\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .lg\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .lg\:first\:mt-22:first-child {
    margin-top: 5.5rem;
  }

  .lg\:first\:mr-22:first-child {
    margin-right: 5.5rem;
  }

  .lg\:first\:mb-22:first-child {
    margin-bottom: 5.5rem;
  }

  .lg\:first\:ml-22:first-child {
    margin-left: 5.5rem;
  }

  .lg\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .lg\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .lg\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .lg\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .lg\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .lg\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .lg\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .lg\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .lg\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .lg\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .lg\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .lg\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .lg\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .lg\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .lg\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .lg\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .lg\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .lg\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .lg\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .lg\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .lg\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .lg\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .lg\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .lg\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .lg\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .lg\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .lg\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .lg\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .lg\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .lg\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .lg\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .lg\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .lg\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .lg\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .lg\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .lg\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .lg\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .lg\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .lg\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .lg\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .lg\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .lg\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .lg\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .lg\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .lg\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .lg\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .lg\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .lg\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .lg\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .lg\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .lg\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .lg\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .lg\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .lg\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .lg\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .lg\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .lg\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .lg\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .lg\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .lg\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .lg\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .lg\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .lg\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .lg\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .lg\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .lg\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .lg\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .lg\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .lg\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .lg\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .lg\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .lg\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .lg\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .lg\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .lg\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .lg\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .lg\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .lg\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .lg\:first\:-mt-22:first-child {
    margin-top: -5.5rem;
  }

  .lg\:first\:-mr-22:first-child {
    margin-right: -5.5rem;
  }

  .lg\:first\:-mb-22:first-child {
    margin-bottom: -5.5rem;
  }

  .lg\:first\:-ml-22:first-child {
    margin-left: -5.5rem;
  }

  .lg\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .lg\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .lg\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .lg\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .lg\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .lg\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .lg\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .lg\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .lg\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .lg\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .lg\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .lg\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .lg\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .lg\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .lg\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .lg\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .lg\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .lg\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .lg\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .lg\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .lg\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .lg\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .lg\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .lg\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .lg\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .lg\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .lg\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .lg\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .lg\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .lg\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .lg\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .lg\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .lg\:last\:m-0:last-child {
    margin: 0;
  }

  .lg\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .lg\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .lg\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .lg\:last\:m-4:last-child {
    margin: 1rem;
  }

  .lg\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .lg\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .lg\:last\:m-8:last-child {
    margin: 2rem;
  }

  .lg\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .lg\:last\:m-12:last-child {
    margin: 3rem;
  }

  .lg\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .lg\:last\:m-16:last-child {
    margin: 4rem;
  }

  .lg\:last\:m-20:last-child {
    margin: 5rem;
  }

  .lg\:last\:m-22:last-child {
    margin: 5.5rem;
  }

  .lg\:last\:m-24:last-child {
    margin: 6rem;
  }

  .lg\:last\:m-28:last-child {
    margin: 7rem;
  }

  .lg\:last\:m-32:last-child {
    margin: 8rem;
  }

  .lg\:last\:m-40:last-child {
    margin: 10rem;
  }

  .lg\:last\:m-48:last-child {
    margin: 12rem;
  }

  .lg\:last\:m-56:last-child {
    margin: 14rem;
  }

  .lg\:last\:m-64:last-child {
    margin: 16rem;
  }

  .lg\:last\:m-auto:last-child {
    margin: auto;
  }

  .lg\:last\:m-px:last-child {
    margin: 1px;
  }

  .lg\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .lg\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .lg\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .lg\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .lg\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .lg\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .lg\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .lg\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .lg\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .lg\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .lg\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .lg\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .lg\:last\:-m-22:last-child {
    margin: -5.5rem;
  }

  .lg\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .lg\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .lg\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .lg\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .lg\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .lg\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .lg\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .lg\:last\:-m-px:last-child {
    margin: -1px;
  }

  .lg\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:last\:my-22:last-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:last\:mx-22:last-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .lg\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:last\:-my-22:last-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:last\:-mx-22:last-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .lg\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .lg\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .lg\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .lg\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .lg\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .lg\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .lg\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .lg\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .lg\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .lg\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .lg\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .lg\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .lg\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .lg\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .lg\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .lg\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .lg\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .lg\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .lg\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .lg\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .lg\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .lg\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .lg\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .lg\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .lg\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .lg\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .lg\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .lg\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .lg\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .lg\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .lg\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .lg\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .lg\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .lg\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .lg\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .lg\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .lg\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .lg\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .lg\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .lg\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .lg\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .lg\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .lg\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .lg\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .lg\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .lg\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .lg\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .lg\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .lg\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .lg\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .lg\:last\:mt-22:last-child {
    margin-top: 5.5rem;
  }

  .lg\:last\:mr-22:last-child {
    margin-right: 5.5rem;
  }

  .lg\:last\:mb-22:last-child {
    margin-bottom: 5.5rem;
  }

  .lg\:last\:ml-22:last-child {
    margin-left: 5.5rem;
  }

  .lg\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .lg\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .lg\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .lg\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .lg\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .lg\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .lg\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .lg\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .lg\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .lg\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .lg\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .lg\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .lg\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .lg\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .lg\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .lg\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .lg\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .lg\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .lg\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .lg\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .lg\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .lg\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .lg\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .lg\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .lg\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .lg\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .lg\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .lg\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .lg\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .lg\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .lg\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .lg\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .lg\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .lg\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .lg\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .lg\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .lg\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .lg\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .lg\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .lg\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .lg\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .lg\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .lg\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .lg\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .lg\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .lg\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .lg\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .lg\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .lg\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .lg\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .lg\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .lg\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .lg\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .lg\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .lg\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .lg\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .lg\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .lg\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .lg\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .lg\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .lg\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .lg\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .lg\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .lg\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .lg\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .lg\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .lg\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .lg\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .lg\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .lg\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .lg\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .lg\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .lg\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .lg\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .lg\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .lg\:last\:-mt-22:last-child {
    margin-top: -5.5rem;
  }

  .lg\:last\:-mr-22:last-child {
    margin-right: -5.5rem;
  }

  .lg\:last\:-mb-22:last-child {
    margin-bottom: -5.5rem;
  }

  .lg\:last\:-ml-22:last-child {
    margin-left: -5.5rem;
  }

  .lg\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .lg\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .lg\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .lg\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .lg\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .lg\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .lg\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .lg\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .lg\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .lg\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .lg\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .lg\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .lg\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .lg\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .lg\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .lg\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .lg\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .lg\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .lg\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .lg\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .lg\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .lg\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .lg\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .lg\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .lg\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .lg\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .lg\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .lg\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .lg\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .lg\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .lg\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .lg\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .lg\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .lg\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .lg\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .lg\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .lg\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .lg\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .lg\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .lg\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .lg\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .lg\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .lg\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .lg\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .lg\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .lg\:even\:m-22:nth-child(even) {
    margin: 5.5rem;
  }

  .lg\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .lg\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .lg\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .lg\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .lg\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .lg\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .lg\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .lg\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .lg\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .lg\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .lg\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .lg\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .lg\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .lg\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .lg\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .lg\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .lg\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .lg\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .lg\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .lg\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .lg\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .lg\:even\:-m-22:nth-child(even) {
    margin: -5.5rem;
  }

  .lg\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .lg\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .lg\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .lg\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .lg\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .lg\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .lg\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .lg\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .lg\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:even\:my-22:nth-child(even) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:even\:mx-22:nth-child(even) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .lg\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:even\:-my-22:nth-child(even) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:even\:-mx-22:nth-child(even) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .lg\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .lg\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .lg\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .lg\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .lg\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .lg\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .lg\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .lg\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .lg\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .lg\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .lg\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .lg\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .lg\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .lg\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .lg\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .lg\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .lg\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .lg\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .lg\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .lg\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .lg\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .lg\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .lg\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .lg\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .lg\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .lg\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .lg\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .lg\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .lg\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .lg\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .lg\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .lg\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .lg\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .lg\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .lg\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .lg\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .lg\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .lg\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .lg\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .lg\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .lg\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .lg\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .lg\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .lg\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .lg\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .lg\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .lg\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .lg\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .lg\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .lg\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .lg\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .lg\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .lg\:even\:mt-22:nth-child(even) {
    margin-top: 5.5rem;
  }

  .lg\:even\:mr-22:nth-child(even) {
    margin-right: 5.5rem;
  }

  .lg\:even\:mb-22:nth-child(even) {
    margin-bottom: 5.5rem;
  }

  .lg\:even\:ml-22:nth-child(even) {
    margin-left: 5.5rem;
  }

  .lg\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .lg\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .lg\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .lg\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .lg\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .lg\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .lg\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .lg\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .lg\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .lg\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .lg\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .lg\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .lg\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .lg\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .lg\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .lg\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .lg\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .lg\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .lg\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .lg\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .lg\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .lg\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .lg\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .lg\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .lg\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .lg\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .lg\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .lg\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .lg\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .lg\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .lg\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .lg\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .lg\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .lg\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .lg\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .lg\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .lg\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .lg\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .lg\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .lg\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .lg\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .lg\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .lg\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .lg\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .lg\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .lg\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .lg\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .lg\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .lg\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .lg\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .lg\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .lg\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .lg\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .lg\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .lg\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .lg\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .lg\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .lg\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .lg\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .lg\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .lg\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .lg\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .lg\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .lg\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .lg\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .lg\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .lg\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .lg\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .lg\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .lg\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .lg\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .lg\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .lg\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .lg\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .lg\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .lg\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .lg\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .lg\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .lg\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .lg\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .lg\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .lg\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .lg\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .lg\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .lg\:even\:-mt-22:nth-child(even) {
    margin-top: -5.5rem;
  }

  .lg\:even\:-mr-22:nth-child(even) {
    margin-right: -5.5rem;
  }

  .lg\:even\:-mb-22:nth-child(even) {
    margin-bottom: -5.5rem;
  }

  .lg\:even\:-ml-22:nth-child(even) {
    margin-left: -5.5rem;
  }

  .lg\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .lg\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .lg\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .lg\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .lg\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .lg\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .lg\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .lg\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .lg\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .lg\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .lg\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .lg\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .lg\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .lg\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .lg\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .lg\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .lg\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .lg\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .lg\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .lg\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .lg\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .lg\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .lg\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .lg\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .lg\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .lg\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .lg\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .lg\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .lg\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .lg\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .lg\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .lg\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .lg\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .lg\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .lg\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .lg\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .lg\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .lg\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .lg\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .lg\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .lg\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .lg\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .lg\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .lg\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .lg\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .lg\:odd\:m-22:nth-child(odd) {
    margin: 5.5rem;
  }

  .lg\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .lg\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .lg\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .lg\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .lg\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .lg\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .lg\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .lg\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .lg\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .lg\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .lg\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .lg\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .lg\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .lg\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .lg\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .lg\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .lg\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .lg\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .lg\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .lg\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .lg\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .lg\:odd\:-m-22:nth-child(odd) {
    margin: -5.5rem;
  }

  .lg\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .lg\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .lg\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .lg\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .lg\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .lg\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .lg\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .lg\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .lg\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:odd\:my-22:nth-child(odd) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:odd\:mx-22:nth-child(odd) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .lg\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:odd\:-my-22:nth-child(odd) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:odd\:-mx-22:nth-child(odd) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .lg\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .lg\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .lg\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .lg\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .lg\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .lg\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .lg\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .lg\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .lg\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .lg\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .lg\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .lg\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .lg\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .lg\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .lg\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .lg\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .lg\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .lg\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .lg\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .lg\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .lg\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .lg\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .lg\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .lg\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .lg\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .lg\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .lg\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .lg\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .lg\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .lg\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .lg\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .lg\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .lg\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .lg\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .lg\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .lg\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .lg\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .lg\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .lg\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .lg\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .lg\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .lg\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .lg\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .lg\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .lg\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .lg\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .lg\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .lg\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .lg\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .lg\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .lg\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .lg\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .lg\:odd\:mt-22:nth-child(odd) {
    margin-top: 5.5rem;
  }

  .lg\:odd\:mr-22:nth-child(odd) {
    margin-right: 5.5rem;
  }

  .lg\:odd\:mb-22:nth-child(odd) {
    margin-bottom: 5.5rem;
  }

  .lg\:odd\:ml-22:nth-child(odd) {
    margin-left: 5.5rem;
  }

  .lg\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .lg\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .lg\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .lg\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .lg\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .lg\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .lg\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .lg\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .lg\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .lg\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .lg\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .lg\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .lg\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .lg\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .lg\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .lg\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .lg\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .lg\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .lg\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .lg\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .lg\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .lg\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .lg\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .lg\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .lg\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .lg\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .lg\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .lg\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .lg\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .lg\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .lg\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .lg\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .lg\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .lg\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .lg\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .lg\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .lg\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .lg\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .lg\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .lg\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .lg\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .lg\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .lg\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .lg\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .lg\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .lg\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .lg\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .lg\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .lg\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .lg\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .lg\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .lg\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .lg\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .lg\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .lg\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .lg\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .lg\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .lg\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .lg\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .lg\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .lg\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .lg\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .lg\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .lg\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .lg\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .lg\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .lg\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .lg\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .lg\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .lg\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .lg\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .lg\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .lg\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .lg\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .lg\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .lg\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .lg\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .lg\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .lg\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .lg\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .lg\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .lg\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .lg\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .lg\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .lg\:odd\:-mt-22:nth-child(odd) {
    margin-top: -5.5rem;
  }

  .lg\:odd\:-mr-22:nth-child(odd) {
    margin-right: -5.5rem;
  }

  .lg\:odd\:-mb-22:nth-child(odd) {
    margin-bottom: -5.5rem;
  }

  .lg\:odd\:-ml-22:nth-child(odd) {
    margin-left: -5.5rem;
  }

  .lg\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .lg\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .lg\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .lg\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .lg\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .lg\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .lg\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .lg\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .lg\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .lg\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .lg\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .lg\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .lg\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .lg\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .lg\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .lg\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .lg\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .lg\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .lg\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .lg\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .lg\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .lg\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .lg\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .lg\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .lg\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .lg\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .lg\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .lg\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .lg\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .lg\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .lg\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .lg\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .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-full {
    max-width: 100%;
  }

  .lg\:max-w-screen-xs {
    max-width: 480px;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:max-w-screen-xxl {
    max-width: 1400px;
  }

  .lg\:max-w-screen-xxxl {
    max-width: 1600px;
  }

  .lg\:max-w-screen-XL {
    max-width: 2000px;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .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\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-35 {
    opacity: 0.35;
  }

  .lg\:opacity-45 {
    opacity: 0.45;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-35:hover {
    opacity: 0.35;
  }

  .lg\:hover\:opacity-45:hover {
    opacity: 0.45;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-35:focus {
    opacity: 0.35;
  }

  .lg\:focus\:opacity-45:focus {
    opacity: 0.45;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .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\: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\: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\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    -ms-scroll-chaining: 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\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-22 {
    padding: 5.5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-22 {
    padding-top: 5.5rem;
  }

  .lg\:pr-22 {
    padding-right: 5.5rem;
  }

  .lg\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .lg\:pl-22 {
    padding-left: 5.5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:placeholder-flesh::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-flesh::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-flesh::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-flesh::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-gulfBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-gulfBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-gulfBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-gulfBlue::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueDark::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueCheckbox::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueCheckbox::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueCheckbox::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueCheckbox::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueCyan::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueCyan::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueCyan::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueCyan::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueDarkHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueDarkHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueDarkHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueDarkHover::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueMedium::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueMediumHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueMediumHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueMediumHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueMediumHover::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueProgrammaBack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueProgrammaBack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueProgrammaBack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueProgrammaBack::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueHover::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLightDarker::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLightDarker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLightDarker::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLightDarker::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLightDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLightDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLightDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLightDark::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .lg\:placeholder-perano::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-perano::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-perano::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-perano::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-blueLight::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-bluePersian::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .lg\:placeholder-bluePersian::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .lg\:placeholder-bluePersian::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .lg\:placeholder-bluePersian::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .lg\:placeholder-mediumElectricBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .lg\:placeholder-mediumElectricBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .lg\:placeholder-mediumElectricBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .lg\:placeholder-mediumElectricBlue::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-redCadmium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .lg\:placeholder-redCadmium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .lg\:placeholder-redCadmium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .lg\:placeholder-redCadmium::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .lg\:placeholder-redHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .lg\:placeholder-redHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .lg\:placeholder-redHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .lg\:placeholder-redHover::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellowHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellowHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellowHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellowHover::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyLighter::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyLighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyLighter::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyLighter::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyLight::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyMedium::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyWarm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyWarm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyWarm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyWarm::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .lg\:placeholder-darkGrey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:placeholder-darkGrey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:placeholder-darkGrey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:placeholder-darkGrey::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:placeholder-darkGreyHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-darkGreyHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-darkGreyHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-darkGreyHover::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-shadedFilters::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:placeholder-shadedFilters::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:placeholder-shadedFilters::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:placeholder-shadedFilters::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:placeholder-thunderBlack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:placeholder-thunderBlack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:placeholder-thunderBlack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:placeholder-thunderBlack::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyText::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyText::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyText::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyText::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyTextForm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyTextForm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyTextForm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .lg\:placeholder-greyTextForm::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .lg\:placeholder-mountainMist::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-mountainMist::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-mountainMist::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-mountainMist::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-flesh:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-flesh:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-flesh:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-flesh:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gulfBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gulfBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gulfBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gulfBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueCheckbox:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueCheckbox:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueCheckbox:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueCheckbox:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueCyan:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueCyan:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueCyan:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueCyan:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueDarkHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueDarkHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueDarkHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueDarkHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueMediumHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueMediumHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueMediumHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueMediumHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueProgrammaBack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueProgrammaBack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueProgrammaBack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueProgrammaBack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLightDarker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLightDarker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLightDarker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLightDarker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLightDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLightDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLightDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLightDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-perano:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-perano:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-perano:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-perano:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-bluePersian:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-bluePersian:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-bluePersian:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-bluePersian:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-mediumElectricBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-mediumElectricBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-mediumElectricBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-mediumElectricBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-redCadmium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-redCadmium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-redCadmium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-redCadmium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-redHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-redHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-redHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-redHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellowHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellowHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellowHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellowHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyLighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyLighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyLighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyLighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyWarm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyWarm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyWarm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyWarm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-darkGrey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-darkGrey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-darkGrey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-darkGrey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-darkGreyHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-darkGreyHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-darkGreyHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-darkGreyHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-shadedFilters:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:placeholder-shadedFilters:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:placeholder-shadedFilters:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:placeholder-shadedFilters:focus::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:placeholder-thunderBlack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-thunderBlack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-thunderBlack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-thunderBlack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyText:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyText:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyText:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyText:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyTextForm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyTextForm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyTextForm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-greyTextForm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-mountainMist:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-mountainMist:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-mountainMist:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-mountainMist:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .lg\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .lg\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .lg\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45;
  }

  .lg\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .lg\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .lg\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .lg\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .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.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-3 {
    top: .75rem;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
  }

  .lg\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-y-3 {
    top: .75rem;
    bottom: .75rem;
  }

  .lg\:inset-x-3 {
    right: .75rem;
    left: .75rem;
  }

  .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .lg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .lg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:top-3 {
    top: .75rem;
  }

  .lg\:right-3 {
    right: .75rem;
  }

  .lg\:bottom-3 {
    bottom: .75rem;
  }

  .lg\:left-3 {
    left: .75rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:right-9 {
    right: 2.25rem;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:left-9 {
    left: 2.25rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:shadow-lg_noBottom {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-lg_noTop {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:hover\:shadow-lg_noBottom:hover {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-lg_noTop:hover {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:focus\:shadow-lg_noBottom:focus {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-lg_noTop:focus {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .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\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .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\:text-flesh {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .lg\:text-gulfBlue {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .lg\:text-blueDark {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .lg\:text-blueCheckbox {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .lg\:text-blueCyan {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .lg\:text-blueDarkHover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .lg\:text-blueMedium {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .lg\:text-blueMediumHover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .lg\:text-blue {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .lg\:text-blueProgrammaBack {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .lg\:text-blueHover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .lg\:text-blueLightDarker {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .lg\:text-blueLightDark {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .lg\:text-perano {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .lg\:text-blueLight {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .lg\:text-bluePersian {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .lg\:text-mediumElectricBlue {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .lg\:text-red {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .lg\:text-redCadmium {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .lg\:text-redHover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .lg\:text-yellow {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .lg\:text-yellowHover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .lg\:text-greyLighter {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .lg\:text-greyLight {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .lg\:text-grey {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .lg\:text-greyMedium {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .lg\:text-greyWarm {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .lg\:text-darkGrey {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .lg\:text-darkGreyHover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .lg\:text-shadedFilters {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:text-thunderBlack {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .lg\:text-greyText {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .lg\:text-greyTextForm {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .lg\:text-mountainMist {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:hover\:text-flesh:hover {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .lg\:hover\:text-gulfBlue:hover {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .lg\:hover\:text-blueDark:hover {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .lg\:hover\:text-blueCheckbox:hover {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .lg\:hover\:text-blueCyan:hover {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .lg\:hover\:text-blueDarkHover:hover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .lg\:hover\:text-blueMedium:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .lg\:hover\:text-blueMediumHover:hover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .lg\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .lg\:hover\:text-blueProgrammaBack:hover {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .lg\:hover\:text-blueHover:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .lg\:hover\:text-blueLightDarker:hover {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .lg\:hover\:text-blueLightDark:hover {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .lg\:hover\:text-perano:hover {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .lg\:hover\:text-blueLight:hover {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .lg\:hover\:text-bluePersian:hover {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .lg\:hover\:text-mediumElectricBlue:hover {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .lg\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .lg\:hover\:text-redCadmium:hover {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .lg\:hover\:text-redHover:hover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .lg\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .lg\:hover\:text-yellowHover:hover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .lg\:hover\:text-greyLighter:hover {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .lg\:hover\:text-greyLight:hover {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .lg\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .lg\:hover\:text-greyMedium:hover {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .lg\:hover\:text-greyWarm:hover {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .lg\:hover\:text-darkGrey:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .lg\:hover\:text-darkGreyHover:hover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .lg\:hover\:text-shadedFilters:hover {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:text-thunderBlack:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .lg\:hover\:text-greyText:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .lg\:hover\:text-greyTextForm:hover {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .lg\:hover\:text-mountainMist:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:focus\:text-flesh:focus {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .lg\:focus\:text-gulfBlue:focus {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .lg\:focus\:text-blueDark:focus {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .lg\:focus\:text-blueCheckbox:focus {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .lg\:focus\:text-blueCyan:focus {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .lg\:focus\:text-blueDarkHover:focus {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .lg\:focus\:text-blueMedium:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .lg\:focus\:text-blueMediumHover:focus {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .lg\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .lg\:focus\:text-blueProgrammaBack:focus {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .lg\:focus\:text-blueHover:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .lg\:focus\:text-blueLightDarker:focus {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .lg\:focus\:text-blueLightDark:focus {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .lg\:focus\:text-perano:focus {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .lg\:focus\:text-blueLight:focus {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .lg\:focus\:text-bluePersian:focus {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .lg\:focus\:text-mediumElectricBlue:focus {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .lg\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .lg\:focus\:text-redCadmium:focus {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .lg\:focus\:text-redHover:focus {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .lg\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .lg\:focus\:text-yellowHover:focus {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .lg\:focus\:text-greyLighter:focus {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .lg\:focus\:text-greyLight:focus {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .lg\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .lg\:focus\:text-greyMedium:focus {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .lg\:focus\:text-greyWarm:focus {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .lg\:focus\:text-darkGrey:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .lg\:focus\:text-darkGreyHover:focus {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .lg\:focus\:text-shadedFilters:focus {
    color: rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:text-thunderBlack:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .lg\:focus\:text-greyText:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .lg\:focus\:text-greyTextForm:focus {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .lg\:focus\:text-mountainMist:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:text-opacity-0 {
    --text-opacity: 0;
  }

  .lg\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .lg\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .lg\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .lg\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .lg\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .lg\:text-opacity-100 {
    --text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35;
  }

  .lg\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45;
  }

  .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .lg\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35;
  }

  .lg\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45;
  }

  .lg\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    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\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .lg\:normal-nums {
    font-variant-numeric: normal;
  }

  .lg\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .lg\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .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\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    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 {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-22 {
    width: 5.5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .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-48\% {
    width: 48%;
  }

  .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\:-z-1 {
    z-index: -1;
  }

  .lg\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:gap-22 {
    grid-gap: 5.5rem;
    gap: 5.5rem;
  }

  .lg\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .lg\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .lg\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .lg\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .lg\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .lg\:col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .lg\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .lg\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .lg\:col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .lg\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .lg\:col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .lg\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .lg\:col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .lg\:col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .lg\:col-gap-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .lg\:col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .lg\:col-gap-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .lg\:col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .lg\:col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .lg\:col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .lg\:col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .lg\:col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .lg\:col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .lg\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .lg\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .lg\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .lg\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .lg\:gap-x-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .lg\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .lg\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .lg\:gap-x-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .lg\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .lg\:gap-x-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .lg\:gap-x-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .lg\:gap-x-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .lg\:gap-x-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .lg\:gap-x-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .lg\:gap-x-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .lg\:gap-x-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .lg\:gap-x-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .lg\:gap-x-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .lg\:gap-x-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .lg\:gap-x-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .lg\:gap-x-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .lg\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:row-gap-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .lg\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:row-gap-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .lg\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:gap-y-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .lg\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .lg\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .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\: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\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .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-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\: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\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-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\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
         -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:transform-none {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .lg\:origin-center {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }

  .lg\:origin-top {
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }

  .lg\:origin-top-right {
    -webkit-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
  }

  .lg\:origin-right {
    -webkit-transform-origin: right;
         -o-transform-origin: right;
            transform-origin: right;
  }

  .lg\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    -webkit-transform-origin: bottom;
         -o-transform-origin: bottom;
            transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .lg\:origin-left {
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
  }

  .lg\:origin-top-left {
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .lg\:rotate-0 {
    --transform-rotate: 0;
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .lg\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .lg\:translate-x-22 {
    --transform-translate-x: 5.5rem;
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .lg\:translate-x-28 {
    --transform-translate-x: 7rem;
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .lg\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .lg\:-translate-x-22 {
    --transform-translate-x: -5.5rem;
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .lg\:-translate-x-28 {
    --transform-translate-x: -7rem;
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .lg\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .lg\:translate-y-22 {
    --transform-translate-y: 5.5rem;
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .lg\:translate-y-28 {
    --transform-translate-y: 7rem;
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .lg\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .lg\:-translate-y-22 {
    --transform-translate-y: -5.5rem;
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .lg\:-translate-y-28 {
    --transform-translate-y: -7rem;
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem;
  }

  .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem;
  }

  .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem;
  }

  .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem;
  }

  .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .lg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .lg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .lg\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .lg\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }

  .lg\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -o-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -o-transform;
  }

  .lg\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  .lg\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .lg\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
  }

  .lg\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .lg\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .lg\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .lg\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .lg\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .lg\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .lg\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .lg\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .lg\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .lg\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .lg\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .lg\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .lg\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .lg\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .lg\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .lg\:animate-none {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  .lg\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
         -o-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
         -o-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
         -o-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
         -o-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .xl\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {
    .xl\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {
    .xl\:container {
      max-width: 1600px;
    }
  }

  @media (min-width: 2000px) {
    .xl\:container {
      max-width: 2000px;
    }
  }

  .xl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .xl\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .xl\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xl\:divide-flesh > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--divide-opacity));
  }

  .xl\:divide-gulfBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--divide-opacity));
  }

  .xl\:divide-blueDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--divide-opacity));
  }

  .xl\:divide-blueCheckbox > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--divide-opacity));
  }

  .xl\:divide-blueCyan > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--divide-opacity));
  }

  .xl\:divide-blueDarkHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--divide-opacity));
  }

  .xl\:divide-blueMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .xl\:divide-blueMediumHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--divide-opacity));
  }

  .xl\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--divide-opacity));
  }

  .xl\:divide-blueProgrammaBack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--divide-opacity));
  }

  .xl\:divide-blueHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .xl\:divide-blueLightDarker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--divide-opacity));
  }

  .xl\:divide-blueLightDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--divide-opacity));
  }

  .xl\:divide-perano > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--divide-opacity));
  }

  .xl\:divide-blueLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--divide-opacity));
  }

  .xl\:divide-bluePersian > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--divide-opacity));
  }

  .xl\:divide-mediumElectricBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--divide-opacity));
  }

  .xl\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--divide-opacity));
  }

  .xl\:divide-redCadmium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--divide-opacity));
  }

  .xl\:divide-redHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--divide-opacity));
  }

  .xl\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--divide-opacity));
  }

  .xl\:divide-yellowHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--divide-opacity));
  }

  .xl\:divide-greyLighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--divide-opacity));
  }

  .xl\:divide-greyLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--divide-opacity));
  }

  .xl\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--divide-opacity));
  }

  .xl\:divide-greyMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--divide-opacity));
  }

  .xl\:divide-greyWarm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--divide-opacity));
  }

  .xl\:divide-darkGrey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .xl\:divide-darkGreyHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--divide-opacity));
  }

  .xl\:divide-shadedFilters > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xl\:divide-thunderBlack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .xl\:divide-greyText > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .xl\:divide-greyTextForm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--divide-opacity));
  }

  .xl\:divide-mountainMist > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .xl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xl\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35;
  }

  .xl\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45;
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .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\: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\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .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 {
    background-clip: text;
  }

  .xl\:bg-flesh {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xl\:bg-gulfBlue {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xl\:bg-blueDark {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xl\:bg-blueCheckbox {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xl\:bg-blueCyan {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xl\:bg-blueDarkHover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xl\:bg-blueMedium {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xl\:bg-blueMediumHover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xl\:bg-blue {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xl\:bg-blueProgrammaBack {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xl\:bg-blueHover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xl\:bg-blueLightDarker {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xl\:bg-blueLightDark {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xl\:bg-perano {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xl\:bg-blueLight {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xl\:bg-bluePersian {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xl\:bg-mediumElectricBlue {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xl\:bg-red {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xl\:bg-redCadmium {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xl\:bg-redHover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xl\:bg-yellow {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xl\:bg-yellowHover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xl\:bg-greyLighter {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xl\:bg-greyLight {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xl\:bg-grey {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xl\:bg-greyMedium {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xl\:bg-greyWarm {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xl\:bg-darkGrey {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xl\:bg-darkGreyHover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xl\:bg-shadedFilters {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xl\:bg-thunderBlack {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xl\:bg-greyText {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xl\:bg-greyTextForm {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xl\:bg-mountainMist {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-flesh:hover {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xl\:hover\:bg-gulfBlue:hover {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueDark:hover {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueCheckbox:hover {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueCyan:hover {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueDarkHover:hover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueMedium:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueMediumHover:hover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueProgrammaBack:hover {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueHover:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueLightDarker:hover {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueLightDark:hover {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xl\:hover\:bg-perano:hover {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xl\:hover\:bg-blueLight:hover {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xl\:hover\:bg-bluePersian:hover {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xl\:hover\:bg-mediumElectricBlue:hover {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xl\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xl\:hover\:bg-redCadmium:hover {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xl\:hover\:bg-redHover:hover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellowHover:hover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xl\:hover\:bg-greyLighter:hover {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xl\:hover\:bg-greyLight:hover {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xl\:hover\:bg-greyMedium:hover {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xl\:hover\:bg-greyWarm:hover {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xl\:hover\:bg-darkGrey:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xl\:hover\:bg-darkGreyHover:hover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xl\:hover\:bg-shadedFilters:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:bg-thunderBlack:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xl\:hover\:bg-greyText:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xl\:hover\:bg-greyTextForm:hover {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xl\:hover\:bg-mountainMist:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:focus\:bg-flesh:focus {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xl\:focus\:bg-gulfBlue:focus {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueDark:focus {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueCheckbox:focus {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueCyan:focus {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueDarkHover:focus {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueMedium:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueMediumHover:focus {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueProgrammaBack:focus {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueHover:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueLightDarker:focus {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueLightDark:focus {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xl\:focus\:bg-perano:focus {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xl\:focus\:bg-blueLight:focus {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xl\:focus\:bg-bluePersian:focus {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xl\:focus\:bg-mediumElectricBlue:focus {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xl\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xl\:focus\:bg-redCadmium:focus {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xl\:focus\:bg-redHover:focus {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellowHover:focus {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xl\:focus\:bg-greyLighter:focus {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xl\:focus\:bg-greyLight:focus {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xl\:focus\:bg-greyMedium:focus {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xl\:focus\:bg-greyWarm:focus {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xl\:focus\:bg-darkGrey:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xl\:focus\:bg-darkGreyHover:focus {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xl\:focus\:bg-shadedFilters:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:bg-thunderBlack:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xl\:focus\:bg-greyText:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xl\:focus\:bg-greyTextForm:focus {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xl\:focus\:bg-mountainMist:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:bg-none {
    background-image: none;
  }

  .xl\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xl\:from-flesh {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xl\:from-gulfBlue {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xl\:from-blueDark {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xl\:from-blueCheckbox {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xl\:from-blueCyan {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xl\:from-blueDarkHover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xl\:from-blueMedium {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:from-blueMediumHover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xl\:from-blue {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xl\:from-blueProgrammaBack {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xl\:from-blueHover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:from-blueLightDarker {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xl\:from-blueLightDark {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xl\:from-perano {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xl\:from-blueLight {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xl\:from-bluePersian {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xl\:from-mediumElectricBlue {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xl\:from-red {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xl\:from-redCadmium {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xl\:from-redHover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xl\:from-yellow {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xl\:from-yellowHover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xl\:from-greyLighter {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xl\:from-greyLight {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xl\:from-grey {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xl\:from-greyMedium {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xl\:from-greyWarm {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xl\:from-darkGrey {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:from-darkGreyHover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xl\:from-shadedFilters {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-thunderBlack {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:from-greyText {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:from-greyTextForm {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xl\:from-mountainMist {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:via-flesh {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xl\:via-gulfBlue {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xl\:via-blueDark {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xl\:via-blueCheckbox {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xl\:via-blueCyan {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xl\:via-blueDarkHover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xl\:via-blueMedium {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:via-blueMediumHover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xl\:via-blue {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xl\:via-blueProgrammaBack {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xl\:via-blueHover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:via-blueLightDarker {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xl\:via-blueLightDark {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xl\:via-perano {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xl\:via-blueLight {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xl\:via-bluePersian {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xl\:via-mediumElectricBlue {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xl\:via-red {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xl\:via-redCadmium {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xl\:via-redHover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xl\:via-yellow {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xl\:via-yellowHover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xl\:via-greyLighter {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xl\:via-greyLight {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xl\:via-grey {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xl\:via-greyMedium {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xl\:via-greyWarm {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xl\:via-darkGrey {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:via-darkGreyHover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xl\:via-shadedFilters {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-thunderBlack {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:via-greyText {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:via-greyTextForm {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xl\:via-mountainMist {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:to-flesh {
    --gradient-to-color: #ffbe8d;
  }

  .xl\:to-gulfBlue {
    --gradient-to-color: #001959;
  }

  .xl\:to-blueDark {
    --gradient-to-color: #001b5b;
  }

  .xl\:to-blueCheckbox {
    --gradient-to-color: #2F7094;
  }

  .xl\:to-blueCyan {
    --gradient-to-color: #00518C;
  }

  .xl\:to-blueDarkHover {
    --gradient-to-color: #00233F;
  }

  .xl\:to-blueMedium {
    --gradient-to-color: #003F6D;
  }

  .xl\:to-blueMediumHover {
    --gradient-to-color: #00294B;
  }

  .xl\:to-blue {
    --gradient-to-color: #0065bb;
  }

  .xl\:to-blueProgrammaBack {
    --gradient-to-color: #0066b7;
  }

  .xl\:to-blueHover {
    --gradient-to-color: #003F6D;
  }

  .xl\:to-blueLightDarker {
    --gradient-to-color: #7BB1CF;
  }

  .xl\:to-blueLightDark {
    --gradient-to-color: #A4D2EC;
  }

  .xl\:to-perano {
    --gradient-to-color: #A6D1F4;
  }

  .xl\:to-blueLight {
    --gradient-to-color: #b7dbf9;
  }

  .xl\:to-bluePersian {
    --gradient-to-color: #0169B4;
  }

  .xl\:to-mediumElectricBlue {
    --gradient-to-color: #0057A0;
  }

  .xl\:to-red {
    --gradient-to-color: #e70000;
  }

  .xl\:to-redCadmium {
    --gradient-to-color: #E30413;
  }

  .xl\:to-redHover {
    --gradient-to-color: #AA030D;
  }

  .xl\:to-yellow {
    --gradient-to-color: #ff6f03;
  }

  .xl\:to-yellowHover {
    --gradient-to-color: #FF9103;
  }

  .xl\:to-greyLighter {
    --gradient-to-color: #F6F5F3;
  }

  .xl\:to-greyLight {
    --gradient-to-color: #E2E2E2;
  }

  .xl\:to-grey {
    --gradient-to-color: #E6E3DF;
  }

  .xl\:to-greyMedium {
    --gradient-to-color: #DDD;
  }

  .xl\:to-greyWarm {
    --gradient-to-color: #939283;
  }

  .xl\:to-darkGrey {
    --gradient-to-color: #2D2D2D;
  }

  .xl\:to-darkGreyHover {
    --gradient-to-color: #212121;
  }

  .xl\:to-shadedFilters {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xl\:to-thunderBlack {
    --gradient-to-color: #2D2D2D;
  }

  .xl\:to-greyText {
    --gradient-to-color: #949494;
  }

  .xl\:to-greyTextForm {
    --gradient-to-color: #929292;
  }

  .xl\:to-mountainMist {
    --gradient-to-color: #949494;
  }

  .xl\:to-transparent {
    --gradient-to-color: transparent;
  }

  .xl\:to-black {
    --gradient-to-color: #000;
  }

  .xl\:to-white {
    --gradient-to-color: #fff;
  }

  .xl\:hover\:from-flesh:hover {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xl\:hover\:from-gulfBlue:hover {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xl\:hover\:from-blueDark:hover {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xl\:hover\:from-blueCheckbox:hover {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xl\:hover\:from-blueCyan:hover {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xl\:hover\:from-blueDarkHover:hover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xl\:hover\:from-blueMedium:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:hover\:from-blueMediumHover:hover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xl\:hover\:from-blue:hover {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xl\:hover\:from-blueProgrammaBack:hover {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xl\:hover\:from-blueHover:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:hover\:from-blueLightDarker:hover {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xl\:hover\:from-blueLightDark:hover {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xl\:hover\:from-perano:hover {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xl\:hover\:from-blueLight:hover {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xl\:hover\:from-bluePersian:hover {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xl\:hover\:from-mediumElectricBlue:hover {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xl\:hover\:from-red:hover {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xl\:hover\:from-redCadmium:hover {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xl\:hover\:from-redHover:hover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xl\:hover\:from-yellow:hover {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xl\:hover\:from-yellowHover:hover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xl\:hover\:from-greyLighter:hover {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xl\:hover\:from-greyLight:hover {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xl\:hover\:from-grey:hover {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xl\:hover\:from-greyMedium:hover {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xl\:hover\:from-greyWarm:hover {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xl\:hover\:from-darkGrey:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:hover\:from-darkGreyHover:hover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xl\:hover\:from-shadedFilters:hover {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-thunderBlack:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:hover\:from-greyText:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:hover\:from-greyTextForm:hover {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xl\:hover\:from-mountainMist:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-flesh:hover {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xl\:hover\:via-gulfBlue:hover {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xl\:hover\:via-blueDark:hover {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xl\:hover\:via-blueCheckbox:hover {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xl\:hover\:via-blueCyan:hover {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xl\:hover\:via-blueDarkHover:hover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xl\:hover\:via-blueMedium:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:hover\:via-blueMediumHover:hover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xl\:hover\:via-blue:hover {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xl\:hover\:via-blueProgrammaBack:hover {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xl\:hover\:via-blueHover:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:hover\:via-blueLightDarker:hover {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xl\:hover\:via-blueLightDark:hover {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xl\:hover\:via-perano:hover {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xl\:hover\:via-blueLight:hover {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xl\:hover\:via-bluePersian:hover {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xl\:hover\:via-mediumElectricBlue:hover {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xl\:hover\:via-red:hover {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xl\:hover\:via-redCadmium:hover {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xl\:hover\:via-redHover:hover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xl\:hover\:via-yellow:hover {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xl\:hover\:via-yellowHover:hover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xl\:hover\:via-greyLighter:hover {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xl\:hover\:via-greyLight:hover {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xl\:hover\:via-grey:hover {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xl\:hover\:via-greyMedium:hover {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xl\:hover\:via-greyWarm:hover {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xl\:hover\:via-darkGrey:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:hover\:via-darkGreyHover:hover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xl\:hover\:via-shadedFilters:hover {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-thunderBlack:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:hover\:via-greyText:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:hover\:via-greyTextForm:hover {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xl\:hover\:via-mountainMist:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:to-flesh:hover {
    --gradient-to-color: #ffbe8d;
  }

  .xl\:hover\:to-gulfBlue:hover {
    --gradient-to-color: #001959;
  }

  .xl\:hover\:to-blueDark:hover {
    --gradient-to-color: #001b5b;
  }

  .xl\:hover\:to-blueCheckbox:hover {
    --gradient-to-color: #2F7094;
  }

  .xl\:hover\:to-blueCyan:hover {
    --gradient-to-color: #00518C;
  }

  .xl\:hover\:to-blueDarkHover:hover {
    --gradient-to-color: #00233F;
  }

  .xl\:hover\:to-blueMedium:hover {
    --gradient-to-color: #003F6D;
  }

  .xl\:hover\:to-blueMediumHover:hover {
    --gradient-to-color: #00294B;
  }

  .xl\:hover\:to-blue:hover {
    --gradient-to-color: #0065bb;
  }

  .xl\:hover\:to-blueProgrammaBack:hover {
    --gradient-to-color: #0066b7;
  }

  .xl\:hover\:to-blueHover:hover {
    --gradient-to-color: #003F6D;
  }

  .xl\:hover\:to-blueLightDarker:hover {
    --gradient-to-color: #7BB1CF;
  }

  .xl\:hover\:to-blueLightDark:hover {
    --gradient-to-color: #A4D2EC;
  }

  .xl\:hover\:to-perano:hover {
    --gradient-to-color: #A6D1F4;
  }

  .xl\:hover\:to-blueLight:hover {
    --gradient-to-color: #b7dbf9;
  }

  .xl\:hover\:to-bluePersian:hover {
    --gradient-to-color: #0169B4;
  }

  .xl\:hover\:to-mediumElectricBlue:hover {
    --gradient-to-color: #0057A0;
  }

  .xl\:hover\:to-red:hover {
    --gradient-to-color: #e70000;
  }

  .xl\:hover\:to-redCadmium:hover {
    --gradient-to-color: #E30413;
  }

  .xl\:hover\:to-redHover:hover {
    --gradient-to-color: #AA030D;
  }

  .xl\:hover\:to-yellow:hover {
    --gradient-to-color: #ff6f03;
  }

  .xl\:hover\:to-yellowHover:hover {
    --gradient-to-color: #FF9103;
  }

  .xl\:hover\:to-greyLighter:hover {
    --gradient-to-color: #F6F5F3;
  }

  .xl\:hover\:to-greyLight:hover {
    --gradient-to-color: #E2E2E2;
  }

  .xl\:hover\:to-grey:hover {
    --gradient-to-color: #E6E3DF;
  }

  .xl\:hover\:to-greyMedium:hover {
    --gradient-to-color: #DDD;
  }

  .xl\:hover\:to-greyWarm:hover {
    --gradient-to-color: #939283;
  }

  .xl\:hover\:to-darkGrey:hover {
    --gradient-to-color: #2D2D2D;
  }

  .xl\:hover\:to-darkGreyHover:hover {
    --gradient-to-color: #212121;
  }

  .xl\:hover\:to-shadedFilters:hover {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:to-thunderBlack:hover {
    --gradient-to-color: #2D2D2D;
  }

  .xl\:hover\:to-greyText:hover {
    --gradient-to-color: #949494;
  }

  .xl\:hover\:to-greyTextForm:hover {
    --gradient-to-color: #929292;
  }

  .xl\:hover\:to-mountainMist:hover {
    --gradient-to-color: #949494;
  }

  .xl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .xl\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .xl\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .xl\:focus\:from-flesh:focus {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xl\:focus\:from-gulfBlue:focus {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xl\:focus\:from-blueDark:focus {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xl\:focus\:from-blueCheckbox:focus {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xl\:focus\:from-blueCyan:focus {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xl\:focus\:from-blueDarkHover:focus {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xl\:focus\:from-blueMedium:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:focus\:from-blueMediumHover:focus {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xl\:focus\:from-blue:focus {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xl\:focus\:from-blueProgrammaBack:focus {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xl\:focus\:from-blueHover:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:focus\:from-blueLightDarker:focus {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xl\:focus\:from-blueLightDark:focus {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xl\:focus\:from-perano:focus {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xl\:focus\:from-blueLight:focus {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xl\:focus\:from-bluePersian:focus {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xl\:focus\:from-mediumElectricBlue:focus {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xl\:focus\:from-red:focus {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xl\:focus\:from-redCadmium:focus {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xl\:focus\:from-redHover:focus {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xl\:focus\:from-yellow:focus {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xl\:focus\:from-yellowHover:focus {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xl\:focus\:from-greyLighter:focus {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xl\:focus\:from-greyLight:focus {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xl\:focus\:from-grey:focus {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xl\:focus\:from-greyMedium:focus {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xl\:focus\:from-greyWarm:focus {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xl\:focus\:from-darkGrey:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:focus\:from-darkGreyHover:focus {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xl\:focus\:from-shadedFilters:focus {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-thunderBlack:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:focus\:from-greyText:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:focus\:from-greyTextForm:focus {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xl\:focus\:from-mountainMist:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-flesh:focus {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xl\:focus\:via-gulfBlue:focus {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xl\:focus\:via-blueDark:focus {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xl\:focus\:via-blueCheckbox:focus {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xl\:focus\:via-blueCyan:focus {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xl\:focus\:via-blueDarkHover:focus {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xl\:focus\:via-blueMedium:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:focus\:via-blueMediumHover:focus {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xl\:focus\:via-blue:focus {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xl\:focus\:via-blueProgrammaBack:focus {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xl\:focus\:via-blueHover:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xl\:focus\:via-blueLightDarker:focus {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xl\:focus\:via-blueLightDark:focus {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xl\:focus\:via-perano:focus {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xl\:focus\:via-blueLight:focus {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xl\:focus\:via-bluePersian:focus {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xl\:focus\:via-mediumElectricBlue:focus {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xl\:focus\:via-red:focus {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xl\:focus\:via-redCadmium:focus {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xl\:focus\:via-redHover:focus {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xl\:focus\:via-yellow:focus {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xl\:focus\:via-yellowHover:focus {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xl\:focus\:via-greyLighter:focus {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xl\:focus\:via-greyLight:focus {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xl\:focus\:via-grey:focus {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xl\:focus\:via-greyMedium:focus {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xl\:focus\:via-greyWarm:focus {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xl\:focus\:via-darkGrey:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:focus\:via-darkGreyHover:focus {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xl\:focus\:via-shadedFilters:focus {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-thunderBlack:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xl\:focus\:via-greyText:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:focus\:via-greyTextForm:focus {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xl\:focus\:via-mountainMist:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:to-flesh:focus {
    --gradient-to-color: #ffbe8d;
  }

  .xl\:focus\:to-gulfBlue:focus {
    --gradient-to-color: #001959;
  }

  .xl\:focus\:to-blueDark:focus {
    --gradient-to-color: #001b5b;
  }

  .xl\:focus\:to-blueCheckbox:focus {
    --gradient-to-color: #2F7094;
  }

  .xl\:focus\:to-blueCyan:focus {
    --gradient-to-color: #00518C;
  }

  .xl\:focus\:to-blueDarkHover:focus {
    --gradient-to-color: #00233F;
  }

  .xl\:focus\:to-blueMedium:focus {
    --gradient-to-color: #003F6D;
  }

  .xl\:focus\:to-blueMediumHover:focus {
    --gradient-to-color: #00294B;
  }

  .xl\:focus\:to-blue:focus {
    --gradient-to-color: #0065bb;
  }

  .xl\:focus\:to-blueProgrammaBack:focus {
    --gradient-to-color: #0066b7;
  }

  .xl\:focus\:to-blueHover:focus {
    --gradient-to-color: #003F6D;
  }

  .xl\:focus\:to-blueLightDarker:focus {
    --gradient-to-color: #7BB1CF;
  }

  .xl\:focus\:to-blueLightDark:focus {
    --gradient-to-color: #A4D2EC;
  }

  .xl\:focus\:to-perano:focus {
    --gradient-to-color: #A6D1F4;
  }

  .xl\:focus\:to-blueLight:focus {
    --gradient-to-color: #b7dbf9;
  }

  .xl\:focus\:to-bluePersian:focus {
    --gradient-to-color: #0169B4;
  }

  .xl\:focus\:to-mediumElectricBlue:focus {
    --gradient-to-color: #0057A0;
  }

  .xl\:focus\:to-red:focus {
    --gradient-to-color: #e70000;
  }

  .xl\:focus\:to-redCadmium:focus {
    --gradient-to-color: #E30413;
  }

  .xl\:focus\:to-redHover:focus {
    --gradient-to-color: #AA030D;
  }

  .xl\:focus\:to-yellow:focus {
    --gradient-to-color: #ff6f03;
  }

  .xl\:focus\:to-yellowHover:focus {
    --gradient-to-color: #FF9103;
  }

  .xl\:focus\:to-greyLighter:focus {
    --gradient-to-color: #F6F5F3;
  }

  .xl\:focus\:to-greyLight:focus {
    --gradient-to-color: #E2E2E2;
  }

  .xl\:focus\:to-grey:focus {
    --gradient-to-color: #E6E3DF;
  }

  .xl\:focus\:to-greyMedium:focus {
    --gradient-to-color: #DDD;
  }

  .xl\:focus\:to-greyWarm:focus {
    --gradient-to-color: #939283;
  }

  .xl\:focus\:to-darkGrey:focus {
    --gradient-to-color: #2D2D2D;
  }

  .xl\:focus\:to-darkGreyHover:focus {
    --gradient-to-color: #212121;
  }

  .xl\:focus\:to-shadedFilters:focus {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:to-thunderBlack:focus {
    --gradient-to-color: #2D2D2D;
  }

  .xl\:focus\:to-greyText:focus {
    --gradient-to-color: #949494;
  }

  .xl\:focus\:to-greyTextForm:focus {
    --gradient-to-color: #929292;
  }

  .xl\:focus\:to-mountainMist:focus {
    --gradient-to-color: #949494;
  }

  .xl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .xl\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .xl\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .xl\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xl\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xl\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .xl\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .xl\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xl\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xl\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35;
  }

  .xl\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35;
  }

  .xl\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .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-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:border-flesh {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xl\:border-gulfBlue {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xl\:border-blueDark {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xl\:border-blueCheckbox {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xl\:border-blueCyan {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xl\:border-blueDarkHover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xl\:border-blueMedium {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xl\:border-blueMediumHover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xl\:border-blue {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xl\:border-blueProgrammaBack {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xl\:border-blueHover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xl\:border-blueLightDarker {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xl\:border-blueLightDark {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xl\:border-perano {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xl\:border-blueLight {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xl\:border-bluePersian {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xl\:border-mediumElectricBlue {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xl\:border-red {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xl\:border-redCadmium {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xl\:border-redHover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xl\:border-yellow {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xl\:border-yellowHover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xl\:border-greyLighter {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xl\:border-greyLight {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xl\:border-grey {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xl\:border-greyMedium {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xl\:border-greyWarm {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xl\:border-darkGrey {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xl\:border-darkGreyHover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xl\:border-shadedFilters {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xl\:border-thunderBlack {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xl\:border-greyText {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xl\:border-greyTextForm {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xl\:border-mountainMist {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:hover\:border-flesh:hover {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xl\:hover\:border-gulfBlue:hover {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xl\:hover\:border-blueDark:hover {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xl\:hover\:border-blueCheckbox:hover {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xl\:hover\:border-blueCyan:hover {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xl\:hover\:border-blueDarkHover:hover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xl\:hover\:border-blueMedium:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xl\:hover\:border-blueMediumHover:hover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xl\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xl\:hover\:border-blueProgrammaBack:hover {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xl\:hover\:border-blueHover:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xl\:hover\:border-blueLightDarker:hover {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xl\:hover\:border-blueLightDark:hover {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xl\:hover\:border-perano:hover {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xl\:hover\:border-blueLight:hover {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xl\:hover\:border-bluePersian:hover {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xl\:hover\:border-mediumElectricBlue:hover {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xl\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xl\:hover\:border-redCadmium:hover {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xl\:hover\:border-redHover:hover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xl\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xl\:hover\:border-yellowHover:hover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xl\:hover\:border-greyLighter:hover {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xl\:hover\:border-greyLight:hover {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xl\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xl\:hover\:border-greyMedium:hover {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xl\:hover\:border-greyWarm:hover {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xl\:hover\:border-darkGrey:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xl\:hover\:border-darkGreyHover:hover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xl\:hover\:border-shadedFilters:hover {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:border-thunderBlack:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xl\:hover\:border-greyText:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xl\:hover\:border-greyTextForm:hover {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xl\:hover\:border-mountainMist:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:focus\:border-flesh:focus {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xl\:focus\:border-gulfBlue:focus {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xl\:focus\:border-blueDark:focus {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xl\:focus\:border-blueCheckbox:focus {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xl\:focus\:border-blueCyan:focus {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xl\:focus\:border-blueDarkHover:focus {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xl\:focus\:border-blueMedium:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xl\:focus\:border-blueMediumHover:focus {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xl\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xl\:focus\:border-blueProgrammaBack:focus {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xl\:focus\:border-blueHover:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xl\:focus\:border-blueLightDarker:focus {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xl\:focus\:border-blueLightDark:focus {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xl\:focus\:border-perano:focus {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xl\:focus\:border-blueLight:focus {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xl\:focus\:border-bluePersian:focus {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xl\:focus\:border-mediumElectricBlue:focus {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xl\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xl\:focus\:border-redCadmium:focus {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xl\:focus\:border-redHover:focus {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xl\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xl\:focus\:border-yellowHover:focus {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xl\:focus\:border-greyLighter:focus {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xl\:focus\:border-greyLight:focus {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xl\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xl\:focus\:border-greyMedium:focus {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xl\:focus\:border-greyWarm:focus {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xl\:focus\:border-darkGrey:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xl\:focus\:border-darkGreyHover:focus {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xl\:focus\:border-shadedFilters:focus {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:border-thunderBlack:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xl\:focus\:border-greyText:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xl\:focus\:border-greyTextForm:focus {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xl\:focus\:border-mountainMist:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xl\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xl\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .xl\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .xl\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xl\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xl\:border-opacity-100 {
    --border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35;
  }

  .xl\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45;
  }

  .xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .xl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35;
  }

  .xl\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45;
  }

  .xl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .xl\:rounded-2 {
    border-radius: 2px;
  }

  .xl\:rounded-6 {
    border-radius: 6px;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-2 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .xl\:rounded-r-2 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .xl\:rounded-b-2 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xl\:rounded-l-2 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xl\:rounded-t-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .xl\:rounded-r-6 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .xl\:rounded-b-6 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .xl\:rounded-l-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-2 {
    border-top-left-radius: 2px;
  }

  .xl\:rounded-tr-2 {
    border-top-right-radius: 2px;
  }

  .xl\:rounded-br-2 {
    border-bottom-right-radius: 2px;
  }

  .xl\:rounded-bl-2 {
    border-bottom-left-radius: 2px;
  }

  .xl\:rounded-tl-6 {
    border-top-left-radius: 6px;
  }

  .xl\:rounded-tr-6 {
    border-top-right-radius: 6px;
  }

  .xl\:rounded-br-6 {
    border-bottom-right-radius: 6px;
  }

  .xl\:rounded-bl-6 {
    border-bottom-left-radius: 6px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .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-0 {
    border-width: 0;
  }

  .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: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .xl\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .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-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xl\:table {
    display: 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\:hidden {
    display: none;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xl\:place-items-auto {
    place-items: auto;
  }

  .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\: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-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\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xl\:content-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }

  .xl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xl\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xl\:justify-items-auto {
    justify-items: auto;
  }

  .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\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xl\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .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\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xl\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xl\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xl\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:font-sans {
    font-family: Bauziet, Goodot, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    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\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-22 {
    height: 5.5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:text-12px {
    font-size: 12px;
  }

  .xl\:text-14px {
    font-size: 14px;
  }

  .xl\:text-15px {
    font-size: 15px;
  }

  .xl\:text-16px {
    font-size: 16px;
  }

  .xl\:text-17px {
    font-size: 17px;
  }

  .xl\:text-18px {
    font-size: 18px;
  }

  .xl\:text-20px {
    font-size: 20px;
  }

  .xl\:text-22px {
    font-size: 22px;
  }

  .xl\:text-24px {
    font-size: 24px;
  }

  .xl\:text-26px {
    font-size: 26px;
  }

  .xl\:text-30px {
    font-size: 30px;
  }

  .xl\:text-35px {
    font-size: 35px;
  }

  .xl\:text-40px {
    font-size: 40px;
  }

  .xl\:text-45px {
    font-size: 45px;
  }

  .xl\:text-50px {
    font-size: 50px;
  }

  .xl\:text-60px {
    font-size: 60px;
  }

  .xl\:text-70px {
    font-size: 70px;
  }

  .xl\:text-90px {
    font-size: 90px;
  }

  .xl\:text-97px {
    font-size: 97px;
  }

  .xl\:text-100px {
    font-size: 100px;
  }

  .xl\:text-150px {
    font-size: 150px;
  }

  .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-cramp {
    line-height: 0.75;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tighter {
    line-height: 1.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\: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\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-22 {
    margin: 5.5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-22 {
    margin: -5.5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-28 {
    margin: -7rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-22 {
    margin-top: 5.5rem;
  }

  .xl\:mr-22 {
    margin-right: 5.5rem;
  }

  .xl\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .xl\:ml-22 {
    margin-left: 5.5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-22 {
    margin-top: -5.5rem;
  }

  .xl\:-mr-22 {
    margin-right: -5.5rem;
  }

  .xl\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .xl\:-ml-22 {
    margin-left: -5.5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:-mr-28 {
    margin-right: -7rem;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:first\:m-0:first-child {
    margin: 0;
  }

  .xl\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xl\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xl\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .xl\:first\:m-4:first-child {
    margin: 1rem;
  }

  .xl\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .xl\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .xl\:first\:m-8:first-child {
    margin: 2rem;
  }

  .xl\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .xl\:first\:m-12:first-child {
    margin: 3rem;
  }

  .xl\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .xl\:first\:m-16:first-child {
    margin: 4rem;
  }

  .xl\:first\:m-20:first-child {
    margin: 5rem;
  }

  .xl\:first\:m-22:first-child {
    margin: 5.5rem;
  }

  .xl\:first\:m-24:first-child {
    margin: 6rem;
  }

  .xl\:first\:m-28:first-child {
    margin: 7rem;
  }

  .xl\:first\:m-32:first-child {
    margin: 8rem;
  }

  .xl\:first\:m-40:first-child {
    margin: 10rem;
  }

  .xl\:first\:m-48:first-child {
    margin: 12rem;
  }

  .xl\:first\:m-56:first-child {
    margin: 14rem;
  }

  .xl\:first\:m-64:first-child {
    margin: 16rem;
  }

  .xl\:first\:m-auto:first-child {
    margin: auto;
  }

  .xl\:first\:m-px:first-child {
    margin: 1px;
  }

  .xl\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xl\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xl\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .xl\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .xl\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .xl\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .xl\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .xl\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .xl\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .xl\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .xl\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .xl\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .xl\:first\:-m-22:first-child {
    margin: -5.5rem;
  }

  .xl\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .xl\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .xl\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .xl\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .xl\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .xl\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .xl\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .xl\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xl\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:first\:my-22:first-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:first\:mx-22:first-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xl\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:first\:-my-22:first-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:first\:-mx-22:first-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xl\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .xl\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .xl\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .xl\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .xl\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xl\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xl\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xl\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xl\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xl\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xl\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xl\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xl\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xl\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xl\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xl\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xl\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .xl\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .xl\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xl\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .xl\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xl\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xl\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xl\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xl\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xl\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xl\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xl\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xl\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .xl\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .xl\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xl\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .xl\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xl\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xl\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xl\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xl\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .xl\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .xl\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xl\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .xl\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .xl\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .xl\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .xl\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .xl\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .xl\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .xl\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xl\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .xl\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .xl\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .xl\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xl\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .xl\:first\:mt-22:first-child {
    margin-top: 5.5rem;
  }

  .xl\:first\:mr-22:first-child {
    margin-right: 5.5rem;
  }

  .xl\:first\:mb-22:first-child {
    margin-bottom: 5.5rem;
  }

  .xl\:first\:ml-22:first-child {
    margin-left: 5.5rem;
  }

  .xl\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .xl\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .xl\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xl\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .xl\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .xl\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .xl\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .xl\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .xl\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .xl\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .xl\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xl\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .xl\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .xl\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .xl\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xl\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .xl\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .xl\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .xl\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xl\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .xl\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .xl\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .xl\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xl\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .xl\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .xl\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .xl\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xl\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .xl\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xl\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xl\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xl\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xl\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xl\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xl\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xl\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xl\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xl\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xl\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xl\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xl\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xl\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xl\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xl\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xl\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xl\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .xl\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .xl\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xl\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .xl\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xl\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xl\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xl\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xl\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xl\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xl\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .xl\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .xl\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xl\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .xl\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xl\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xl\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xl\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .xl\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .xl\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xl\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .xl\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .xl\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .xl\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .xl\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .xl\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .xl\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .xl\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xl\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .xl\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .xl\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .xl\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xl\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .xl\:first\:-mt-22:first-child {
    margin-top: -5.5rem;
  }

  .xl\:first\:-mr-22:first-child {
    margin-right: -5.5rem;
  }

  .xl\:first\:-mb-22:first-child {
    margin-bottom: -5.5rem;
  }

  .xl\:first\:-ml-22:first-child {
    margin-left: -5.5rem;
  }

  .xl\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .xl\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .xl\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xl\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .xl\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .xl\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .xl\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .xl\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .xl\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .xl\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .xl\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xl\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .xl\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .xl\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .xl\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xl\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .xl\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .xl\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .xl\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xl\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .xl\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .xl\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .xl\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xl\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .xl\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .xl\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .xl\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xl\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .xl\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xl\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xl\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xl\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xl\:last\:m-0:last-child {
    margin: 0;
  }

  .xl\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xl\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xl\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xl\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xl\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xl\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xl\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xl\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xl\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xl\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .xl\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xl\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xl\:last\:m-22:last-child {
    margin: 5.5rem;
  }

  .xl\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xl\:last\:m-28:last-child {
    margin: 7rem;
  }

  .xl\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xl\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xl\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xl\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xl\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xl\:last\:m-auto:last-child {
    margin: auto;
  }

  .xl\:last\:m-px:last-child {
    margin: 1px;
  }

  .xl\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xl\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xl\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xl\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xl\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xl\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xl\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xl\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xl\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xl\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .xl\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xl\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xl\:last\:-m-22:last-child {
    margin: -5.5rem;
  }

  .xl\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xl\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .xl\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xl\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xl\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xl\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xl\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xl\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xl\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:last\:my-22:last-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:last\:mx-22:last-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xl\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:last\:-my-22:last-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:last\:-mx-22:last-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xl\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xl\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xl\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xl\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xl\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xl\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xl\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xl\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xl\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xl\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xl\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xl\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xl\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xl\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xl\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xl\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xl\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xl\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xl\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xl\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xl\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xl\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xl\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xl\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xl\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xl\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xl\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xl\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xl\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xl\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xl\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xl\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xl\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xl\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xl\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xl\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xl\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xl\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xl\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xl\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xl\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .xl\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .xl\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .xl\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .xl\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xl\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xl\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xl\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xl\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xl\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xl\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xl\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xl\:last\:mt-22:last-child {
    margin-top: 5.5rem;
  }

  .xl\:last\:mr-22:last-child {
    margin-right: 5.5rem;
  }

  .xl\:last\:mb-22:last-child {
    margin-bottom: 5.5rem;
  }

  .xl\:last\:ml-22:last-child {
    margin-left: 5.5rem;
  }

  .xl\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xl\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xl\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xl\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xl\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .xl\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .xl\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .xl\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .xl\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xl\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xl\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xl\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xl\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xl\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xl\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xl\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xl\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xl\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xl\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xl\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xl\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xl\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xl\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xl\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xl\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xl\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xl\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xl\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xl\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xl\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xl\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xl\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xl\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xl\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xl\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xl\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xl\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xl\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xl\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xl\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xl\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xl\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xl\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xl\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xl\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xl\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xl\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xl\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xl\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xl\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xl\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xl\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xl\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xl\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xl\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xl\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xl\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xl\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xl\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xl\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xl\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xl\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xl\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xl\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xl\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xl\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xl\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .xl\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .xl\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .xl\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .xl\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xl\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xl\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xl\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xl\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xl\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xl\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xl\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xl\:last\:-mt-22:last-child {
    margin-top: -5.5rem;
  }

  .xl\:last\:-mr-22:last-child {
    margin-right: -5.5rem;
  }

  .xl\:last\:-mb-22:last-child {
    margin-bottom: -5.5rem;
  }

  .xl\:last\:-ml-22:last-child {
    margin-left: -5.5rem;
  }

  .xl\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xl\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xl\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xl\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xl\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .xl\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .xl\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .xl\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .xl\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xl\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xl\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xl\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xl\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xl\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xl\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xl\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xl\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xl\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xl\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xl\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xl\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xl\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xl\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xl\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xl\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xl\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xl\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xl\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xl\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xl\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xl\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xl\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xl\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .xl\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .xl\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .xl\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .xl\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .xl\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .xl\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .xl\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .xl\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .xl\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .xl\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .xl\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .xl\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .xl\:even\:m-22:nth-child(even) {
    margin: 5.5rem;
  }

  .xl\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .xl\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .xl\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .xl\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .xl\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .xl\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .xl\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .xl\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .xl\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .xl\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .xl\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .xl\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .xl\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .xl\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .xl\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .xl\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .xl\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .xl\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .xl\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .xl\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .xl\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .xl\:even\:-m-22:nth-child(even) {
    margin: -5.5rem;
  }

  .xl\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .xl\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .xl\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .xl\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .xl\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .xl\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .xl\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .xl\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .xl\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:even\:my-22:nth-child(even) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:even\:mx-22:nth-child(even) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xl\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:even\:-my-22:nth-child(even) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:even\:-mx-22:nth-child(even) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xl\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .xl\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .xl\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .xl\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .xl\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .xl\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .xl\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .xl\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .xl\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .xl\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .xl\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .xl\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .xl\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .xl\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .xl\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .xl\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .xl\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .xl\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .xl\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .xl\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .xl\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .xl\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .xl\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .xl\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .xl\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .xl\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .xl\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .xl\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .xl\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .xl\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .xl\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .xl\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .xl\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .xl\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .xl\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .xl\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .xl\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .xl\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .xl\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .xl\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .xl\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .xl\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .xl\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .xl\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .xl\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .xl\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .xl\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .xl\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .xl\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .xl\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .xl\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .xl\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .xl\:even\:mt-22:nth-child(even) {
    margin-top: 5.5rem;
  }

  .xl\:even\:mr-22:nth-child(even) {
    margin-right: 5.5rem;
  }

  .xl\:even\:mb-22:nth-child(even) {
    margin-bottom: 5.5rem;
  }

  .xl\:even\:ml-22:nth-child(even) {
    margin-left: 5.5rem;
  }

  .xl\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .xl\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .xl\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .xl\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .xl\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .xl\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .xl\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .xl\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .xl\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .xl\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .xl\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .xl\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .xl\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .xl\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .xl\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .xl\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .xl\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .xl\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .xl\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .xl\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .xl\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .xl\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .xl\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .xl\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .xl\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .xl\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .xl\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .xl\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .xl\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .xl\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .xl\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .xl\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .xl\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .xl\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .xl\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .xl\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .xl\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .xl\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .xl\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .xl\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .xl\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .xl\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .xl\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .xl\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .xl\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .xl\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .xl\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .xl\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .xl\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .xl\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .xl\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .xl\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .xl\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .xl\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .xl\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .xl\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .xl\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .xl\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .xl\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .xl\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .xl\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .xl\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .xl\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .xl\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .xl\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .xl\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .xl\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .xl\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .xl\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .xl\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .xl\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .xl\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .xl\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .xl\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .xl\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .xl\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .xl\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .xl\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .xl\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .xl\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .xl\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .xl\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .xl\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .xl\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .xl\:even\:-mt-22:nth-child(even) {
    margin-top: -5.5rem;
  }

  .xl\:even\:-mr-22:nth-child(even) {
    margin-right: -5.5rem;
  }

  .xl\:even\:-mb-22:nth-child(even) {
    margin-bottom: -5.5rem;
  }

  .xl\:even\:-ml-22:nth-child(even) {
    margin-left: -5.5rem;
  }

  .xl\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .xl\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .xl\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .xl\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .xl\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .xl\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .xl\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .xl\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .xl\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .xl\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .xl\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .xl\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .xl\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .xl\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .xl\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .xl\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .xl\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .xl\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .xl\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .xl\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .xl\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .xl\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .xl\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .xl\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .xl\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .xl\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .xl\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .xl\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .xl\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .xl\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .xl\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .xl\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .xl\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .xl\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .xl\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .xl\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .xl\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .xl\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .xl\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .xl\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .xl\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .xl\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .xl\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .xl\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .xl\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .xl\:odd\:m-22:nth-child(odd) {
    margin: 5.5rem;
  }

  .xl\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .xl\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .xl\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .xl\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .xl\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .xl\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .xl\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .xl\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .xl\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .xl\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .xl\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .xl\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .xl\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .xl\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .xl\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .xl\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .xl\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .xl\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .xl\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .xl\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .xl\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .xl\:odd\:-m-22:nth-child(odd) {
    margin: -5.5rem;
  }

  .xl\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .xl\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .xl\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .xl\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .xl\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .xl\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .xl\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .xl\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .xl\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:odd\:my-22:nth-child(odd) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:odd\:mx-22:nth-child(odd) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xl\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:odd\:-my-22:nth-child(odd) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:odd\:-mx-22:nth-child(odd) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xl\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .xl\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .xl\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .xl\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .xl\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .xl\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .xl\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .xl\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .xl\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .xl\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .xl\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .xl\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .xl\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .xl\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .xl\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .xl\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .xl\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .xl\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .xl\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .xl\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .xl\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .xl\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .xl\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .xl\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .xl\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .xl\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .xl\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .xl\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .xl\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .xl\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .xl\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .xl\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .xl\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .xl\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .xl\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .xl\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .xl\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .xl\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .xl\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .xl\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .xl\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .xl\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .xl\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .xl\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .xl\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .xl\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .xl\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .xl\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .xl\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .xl\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .xl\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .xl\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .xl\:odd\:mt-22:nth-child(odd) {
    margin-top: 5.5rem;
  }

  .xl\:odd\:mr-22:nth-child(odd) {
    margin-right: 5.5rem;
  }

  .xl\:odd\:mb-22:nth-child(odd) {
    margin-bottom: 5.5rem;
  }

  .xl\:odd\:ml-22:nth-child(odd) {
    margin-left: 5.5rem;
  }

  .xl\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .xl\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .xl\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .xl\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .xl\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .xl\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .xl\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .xl\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .xl\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .xl\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .xl\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .xl\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .xl\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .xl\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .xl\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .xl\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .xl\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .xl\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .xl\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .xl\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .xl\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .xl\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .xl\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .xl\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .xl\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .xl\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .xl\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .xl\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .xl\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .xl\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .xl\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .xl\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .xl\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .xl\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .xl\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .xl\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .xl\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .xl\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .xl\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .xl\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .xl\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .xl\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .xl\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .xl\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .xl\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .xl\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .xl\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .xl\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .xl\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .xl\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .xl\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .xl\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .xl\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .xl\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .xl\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .xl\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .xl\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .xl\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .xl\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .xl\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .xl\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .xl\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .xl\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .xl\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .xl\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .xl\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .xl\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .xl\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .xl\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .xl\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .xl\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .xl\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .xl\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .xl\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .xl\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .xl\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .xl\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .xl\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .xl\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .xl\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .xl\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .xl\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .xl\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .xl\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .xl\:odd\:-mt-22:nth-child(odd) {
    margin-top: -5.5rem;
  }

  .xl\:odd\:-mr-22:nth-child(odd) {
    margin-right: -5.5rem;
  }

  .xl\:odd\:-mb-22:nth-child(odd) {
    margin-bottom: -5.5rem;
  }

  .xl\:odd\:-ml-22:nth-child(odd) {
    margin-left: -5.5rem;
  }

  .xl\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .xl\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .xl\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .xl\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .xl\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .xl\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .xl\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .xl\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .xl\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .xl\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .xl\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .xl\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .xl\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .xl\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .xl\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .xl\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .xl\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .xl\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .xl\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .xl\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .xl\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .xl\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .xl\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .xl\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .xl\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .xl\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .xl\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .xl\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .xl\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .xl\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .xl\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .xl\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .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-full {
    max-width: 100%;
  }

  .xl\:max-w-screen-xs {
    max-width: 480px;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:max-w-screen-xxl {
    max-width: 1400px;
  }

  .xl\:max-w-screen-xxxl {
    max-width: 1600px;
  }

  .xl\:max-w-screen-XL {
    max-width: 2000px;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .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\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-35 {
    opacity: 0.35;
  }

  .xl\:opacity-45 {
    opacity: 0.45;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-35:hover {
    opacity: 0.35;
  }

  .xl\:hover\:opacity-45:hover {
    opacity: 0.45;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-35:focus {
    opacity: 0.35;
  }

  .xl\:focus\:opacity-45:focus {
    opacity: 0.45;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .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\: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\: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\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:overscroll-none {
    -ms-scroll-chaining: 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\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-22 {
    padding: 5.5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-22 {
    padding-top: 5.5rem;
  }

  .xl\:pr-22 {
    padding-right: 5.5rem;
  }

  .xl\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .xl\:pl-22 {
    padding-left: 5.5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:placeholder-flesh::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xl\:placeholder-flesh::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xl\:placeholder-flesh::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xl\:placeholder-flesh::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xl\:placeholder-gulfBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-gulfBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-gulfBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-gulfBlue::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueDark::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueCheckbox::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueCheckbox::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueCheckbox::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueCheckbox::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueCyan::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueCyan::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueCyan::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueCyan::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueDarkHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueDarkHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueDarkHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueDarkHover::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueMedium::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueMediumHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueMediumHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueMediumHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueMediumHover::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueProgrammaBack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueProgrammaBack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueProgrammaBack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueProgrammaBack::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueHover::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLightDarker::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLightDarker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLightDarker::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLightDarker::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLightDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLightDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLightDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLightDark::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xl\:placeholder-perano::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-perano::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-perano::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-perano::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-blueLight::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-bluePersian::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xl\:placeholder-bluePersian::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xl\:placeholder-bluePersian::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xl\:placeholder-bluePersian::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xl\:placeholder-mediumElectricBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xl\:placeholder-mediumElectricBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xl\:placeholder-mediumElectricBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xl\:placeholder-mediumElectricBlue::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-redCadmium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xl\:placeholder-redCadmium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xl\:placeholder-redCadmium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xl\:placeholder-redCadmium::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xl\:placeholder-redHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xl\:placeholder-redHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xl\:placeholder-redHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xl\:placeholder-redHover::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellowHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellowHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellowHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellowHover::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyLighter::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyLighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyLighter::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyLighter::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyLight::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyMedium::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyWarm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyWarm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyWarm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyWarm::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xl\:placeholder-darkGrey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:placeholder-darkGrey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:placeholder-darkGrey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:placeholder-darkGrey::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:placeholder-darkGreyHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-darkGreyHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-darkGreyHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-darkGreyHover::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-shadedFilters::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:placeholder-shadedFilters::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:placeholder-shadedFilters::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:placeholder-shadedFilters::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:placeholder-thunderBlack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:placeholder-thunderBlack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:placeholder-thunderBlack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:placeholder-thunderBlack::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyText::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyText::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyText::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyText::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyTextForm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyTextForm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyTextForm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xl\:placeholder-greyTextForm::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xl\:placeholder-mountainMist::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-mountainMist::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-mountainMist::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-mountainMist::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-flesh:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-flesh:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-flesh:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-flesh:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gulfBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gulfBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gulfBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gulfBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueCheckbox:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueCheckbox:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueCheckbox:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueCheckbox:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueCyan:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueCyan:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueCyan:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueCyan:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueDarkHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueDarkHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueDarkHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueDarkHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueMediumHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueMediumHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueMediumHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueMediumHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueProgrammaBack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueProgrammaBack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueProgrammaBack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueProgrammaBack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLightDarker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLightDarker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLightDarker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLightDarker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLightDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLightDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLightDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLightDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-perano:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-perano:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-perano:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-perano:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-bluePersian:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-bluePersian:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-bluePersian:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-bluePersian:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-mediumElectricBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-mediumElectricBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-mediumElectricBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-mediumElectricBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-redCadmium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-redCadmium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-redCadmium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-redCadmium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-redHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-redHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-redHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-redHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellowHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellowHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellowHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellowHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyLighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyLighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyLighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyLighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyWarm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyWarm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyWarm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyWarm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-darkGrey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-darkGrey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-darkGrey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-darkGrey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-darkGreyHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-darkGreyHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-darkGreyHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-darkGreyHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-shadedFilters:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:placeholder-shadedFilters:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:placeholder-shadedFilters:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:placeholder-shadedFilters:focus::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:placeholder-thunderBlack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-thunderBlack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-thunderBlack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-thunderBlack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyText:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyText:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyText:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyText:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyTextForm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyTextForm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyTextForm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-greyTextForm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-mountainMist:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-mountainMist:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-mountainMist:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-mountainMist:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xl\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xl\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xl\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45;
  }

  .xl\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xl\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xl\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xl\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .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.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-3 {
    top: .75rem;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
  }

  .xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-y-3 {
    top: .75rem;
    bottom: .75rem;
  }

  .xl\:inset-x-3 {
    right: .75rem;
    left: .75rem;
  }

  .xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:right-1 {
    right: 0.25rem;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:left-1 {
    left: 0.25rem;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:right-2 {
    right: 0.5rem;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:top-3 {
    top: .75rem;
  }

  .xl\:right-3 {
    right: .75rem;
  }

  .xl\:bottom-3 {
    bottom: .75rem;
  }

  .xl\:left-3 {
    left: .75rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:left-4 {
    left: 1rem;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

  .xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:right-6 {
    right: 1.5rem;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:left-6 {
    left: 1.5rem;
  }

  .xl\:top-7 {
    top: 1.75rem;
  }

  .xl\:right-7 {
    right: 1.75rem;
  }

  .xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xl\:left-7 {
    left: 1.75rem;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:top-9 {
    top: 2.25rem;
  }

  .xl\:right-9 {
    right: 2.25rem;
  }

  .xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xl\:left-9 {
    left: 2.25rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:right-10 {
    right: 2.5rem;
  }

  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:shadow-lg_noBottom {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-lg_noTop {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:hover\:shadow-lg_noBottom:hover {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-lg_noTop:hover {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:focus\:shadow-lg_noBottom:focus {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-lg_noTop:focus {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .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\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .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\:text-flesh {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xl\:text-gulfBlue {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xl\:text-blueDark {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xl\:text-blueCheckbox {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xl\:text-blueCyan {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xl\:text-blueDarkHover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xl\:text-blueMedium {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xl\:text-blueMediumHover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xl\:text-blue {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xl\:text-blueProgrammaBack {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xl\:text-blueHover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xl\:text-blueLightDarker {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xl\:text-blueLightDark {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xl\:text-perano {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xl\:text-blueLight {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xl\:text-bluePersian {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xl\:text-mediumElectricBlue {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xl\:text-red {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xl\:text-redCadmium {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xl\:text-redHover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xl\:text-yellow {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xl\:text-yellowHover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xl\:text-greyLighter {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xl\:text-greyLight {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xl\:text-grey {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xl\:text-greyMedium {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xl\:text-greyWarm {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xl\:text-darkGrey {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xl\:text-darkGreyHover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xl\:text-shadedFilters {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:text-thunderBlack {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xl\:text-greyText {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xl\:text-greyTextForm {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xl\:text-mountainMist {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:hover\:text-flesh:hover {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xl\:hover\:text-gulfBlue:hover {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xl\:hover\:text-blueDark:hover {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xl\:hover\:text-blueCheckbox:hover {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xl\:hover\:text-blueCyan:hover {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xl\:hover\:text-blueDarkHover:hover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xl\:hover\:text-blueMedium:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xl\:hover\:text-blueMediumHover:hover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xl\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xl\:hover\:text-blueProgrammaBack:hover {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xl\:hover\:text-blueHover:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xl\:hover\:text-blueLightDarker:hover {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xl\:hover\:text-blueLightDark:hover {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xl\:hover\:text-perano:hover {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xl\:hover\:text-blueLight:hover {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xl\:hover\:text-bluePersian:hover {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xl\:hover\:text-mediumElectricBlue:hover {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xl\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xl\:hover\:text-redCadmium:hover {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xl\:hover\:text-redHover:hover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xl\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xl\:hover\:text-yellowHover:hover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xl\:hover\:text-greyLighter:hover {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xl\:hover\:text-greyLight:hover {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xl\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xl\:hover\:text-greyMedium:hover {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xl\:hover\:text-greyWarm:hover {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xl\:hover\:text-darkGrey:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xl\:hover\:text-darkGreyHover:hover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xl\:hover\:text-shadedFilters:hover {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:text-thunderBlack:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xl\:hover\:text-greyText:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xl\:hover\:text-greyTextForm:hover {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xl\:hover\:text-mountainMist:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:focus\:text-flesh:focus {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xl\:focus\:text-gulfBlue:focus {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xl\:focus\:text-blueDark:focus {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xl\:focus\:text-blueCheckbox:focus {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xl\:focus\:text-blueCyan:focus {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xl\:focus\:text-blueDarkHover:focus {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xl\:focus\:text-blueMedium:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xl\:focus\:text-blueMediumHover:focus {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xl\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xl\:focus\:text-blueProgrammaBack:focus {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xl\:focus\:text-blueHover:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xl\:focus\:text-blueLightDarker:focus {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xl\:focus\:text-blueLightDark:focus {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xl\:focus\:text-perano:focus {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xl\:focus\:text-blueLight:focus {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xl\:focus\:text-bluePersian:focus {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xl\:focus\:text-mediumElectricBlue:focus {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xl\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xl\:focus\:text-redCadmium:focus {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xl\:focus\:text-redHover:focus {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xl\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xl\:focus\:text-yellowHover:focus {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xl\:focus\:text-greyLighter:focus {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xl\:focus\:text-greyLight:focus {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xl\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xl\:focus\:text-greyMedium:focus {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xl\:focus\:text-greyWarm:focus {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xl\:focus\:text-darkGrey:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xl\:focus\:text-darkGreyHover:focus {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xl\:focus\:text-shadedFilters:focus {
    color: rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:text-thunderBlack:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xl\:focus\:text-greyText:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xl\:focus\:text-greyTextForm:focus {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xl\:focus\:text-mountainMist:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xl\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xl\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .xl\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .xl\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xl\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xl\:text-opacity-100 {
    --text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35;
  }

  .xl\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45;
  }

  .xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .xl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35;
  }

  .xl\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45;
  }

  .xl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    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\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xl\:normal-nums {
    font-variant-numeric: normal;
  }

  .xl\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .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\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    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 {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-22 {
    width: 5.5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .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-48\% {
    width: 48%;
  }

  .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\:-z-1 {
    z-index: -1;
  }

  .xl\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xl\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:gap-22 {
    grid-gap: 5.5rem;
    gap: 5.5rem;
  }

  .xl\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xl\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xl\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xl\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .xl\:col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .xl\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xl\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .xl\:col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .xl\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xl\:col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .xl\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .xl\:col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .xl\:col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .xl\:col-gap-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .xl\:col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .xl\:col-gap-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .xl\:col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xl\:col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .xl\:col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .xl\:col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .xl\:col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .xl\:col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .xl\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xl\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xl\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xl\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .xl\:gap-x-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .xl\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xl\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .xl\:gap-x-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .xl\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xl\:gap-x-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .xl\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .xl\:gap-x-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .xl\:gap-x-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .xl\:gap-x-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .xl\:gap-x-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .xl\:gap-x-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .xl\:gap-x-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xl\:gap-x-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .xl\:gap-x-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .xl\:gap-x-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .xl\:gap-x-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .xl\:gap-x-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .xl\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:row-gap-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .xl\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:row-gap-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xl\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:gap-y-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .xl\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xl\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .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\: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\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .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-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\: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\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-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\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
         -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xl\:transform-none {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .xl\:origin-center {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }

  .xl\:origin-top {
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }

  .xl\:origin-top-right {
    -webkit-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
  }

  .xl\:origin-right {
    -webkit-transform-origin: right;
         -o-transform-origin: right;
            transform-origin: right;
  }

  .xl\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    -webkit-transform-origin: bottom;
         -o-transform-origin: bottom;
            transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .xl\:origin-left {
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
  }

  .xl\:origin-top-left {
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
  }

  .xl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xl\:rotate-0 {
    --transform-rotate: 0;
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xl\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xl\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xl\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xl\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xl\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xl\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xl\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .xl\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xl\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xl\:translate-x-22 {
    --transform-translate-x: 5.5rem;
  }

  .xl\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xl\:translate-x-28 {
    --transform-translate-x: 7rem;
  }

  .xl\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xl\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xl\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xl\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xl\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xl\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xl\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xl\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xl\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .xl\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xl\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xl\:-translate-x-22 {
    --transform-translate-x: -5.5rem;
  }

  .xl\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xl\:-translate-x-28 {
    --transform-translate-x: -7rem;
  }

  .xl\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xl\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xl\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xl\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xl\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xl\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xl\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xl\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xl\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xl\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xl\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xl\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xl\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xl\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .xl\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xl\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xl\:translate-y-22 {
    --transform-translate-y: 5.5rem;
  }

  .xl\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xl\:translate-y-28 {
    --transform-translate-y: 7rem;
  }

  .xl\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xl\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xl\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xl\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xl\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xl\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xl\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xl\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xl\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .xl\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xl\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xl\:-translate-y-22 {
    --transform-translate-y: -5.5rem;
  }

  .xl\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xl\:-translate-y-28 {
    --transform-translate-y: -7rem;
  }

  .xl\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xl\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xl\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xl\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xl\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xl\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xl\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem;
  }

  .xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem;
  }

  .xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem;
  }

  .xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem;
  }

  .xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xl\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xl\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xl\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xl\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xl\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xl\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xl\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xl\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xl\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xl\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xl\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xl\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xl\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .xl\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }

  .xl\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -o-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -o-transform;
  }

  .xl\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  .xl\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .xl\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
  }

  .xl\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .xl\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .xl\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .xl\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .xl\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .xl\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .xl\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .xl\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .xl\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .xl\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .xl\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .xl\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .xl\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .xl\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .xl\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .xl\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .xl\:animate-none {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  .xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
         -o-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
         -o-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
         -o-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
         -o-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1400px) {
  .xxl\:container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .xxl\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .xxl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xxl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xxl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xxl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {
    .xxl\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {
    .xxl\:container {
      max-width: 1600px;
    }
  }

  @media (min-width: 2000px) {
    .xxl\:container {
      max-width: 2000px;
    }
  }

  .xxl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xxl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xxl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xxl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xxl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xxl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xxl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xxl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xxl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xxl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xxl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xxl\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xxl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xxl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--space-y-reverse));
  }

  .xxl\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xxl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .xxl\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xxl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xxl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xxl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xxl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xxl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xxl\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xxl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xxl\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xxl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xxl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xxl\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xxl\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xxl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xxl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xxl\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xxl\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xxl\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xxl\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xxl\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xxl\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xxl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xxl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xxl\:divide-flesh > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--divide-opacity));
  }

  .xxl\:divide-gulfBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--divide-opacity));
  }

  .xxl\:divide-blueDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--divide-opacity));
  }

  .xxl\:divide-blueCheckbox > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--divide-opacity));
  }

  .xxl\:divide-blueCyan > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--divide-opacity));
  }

  .xxl\:divide-blueDarkHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--divide-opacity));
  }

  .xxl\:divide-blueMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .xxl\:divide-blueMediumHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--divide-opacity));
  }

  .xxl\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--divide-opacity));
  }

  .xxl\:divide-blueProgrammaBack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--divide-opacity));
  }

  .xxl\:divide-blueHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .xxl\:divide-blueLightDarker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--divide-opacity));
  }

  .xxl\:divide-blueLightDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--divide-opacity));
  }

  .xxl\:divide-perano > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--divide-opacity));
  }

  .xxl\:divide-blueLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--divide-opacity));
  }

  .xxl\:divide-bluePersian > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--divide-opacity));
  }

  .xxl\:divide-mediumElectricBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--divide-opacity));
  }

  .xxl\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--divide-opacity));
  }

  .xxl\:divide-redCadmium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--divide-opacity));
  }

  .xxl\:divide-redHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--divide-opacity));
  }

  .xxl\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--divide-opacity));
  }

  .xxl\:divide-yellowHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--divide-opacity));
  }

  .xxl\:divide-greyLighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--divide-opacity));
  }

  .xxl\:divide-greyLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--divide-opacity));
  }

  .xxl\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--divide-opacity));
  }

  .xxl\:divide-greyMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--divide-opacity));
  }

  .xxl\:divide-greyWarm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--divide-opacity));
  }

  .xxl\:divide-darkGrey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .xxl\:divide-darkGreyHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--divide-opacity));
  }

  .xxl\:divide-shadedFilters > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:divide-thunderBlack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .xxl\:divide-greyText > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .xxl\:divide-greyTextForm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--divide-opacity));
  }

  .xxl\:divide-mountainMist > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .xxl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xxl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xxl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xxl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .xxl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .xxl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .xxl\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .xxl\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .xxl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xxl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xxl\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35;
  }

  .xxl\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45;
  }

  .xxl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xxl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xxl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xxl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxl\:bg-fixed {
    background-attachment: fixed;
  }

  .xxl\:bg-local {
    background-attachment: local;
  }

  .xxl\:bg-scroll {
    background-attachment: scroll;
  }

  .xxl\:bg-clip-border {
    background-clip: border-box;
  }

  .xxl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xxl\:bg-clip-content {
    background-clip: content-box;
  }

  .xxl\:bg-clip-text {
    background-clip: text;
  }

  .xxl\:bg-flesh {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xxl\:bg-gulfBlue {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xxl\:bg-blueDark {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xxl\:bg-blueCheckbox {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xxl\:bg-blueCyan {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xxl\:bg-blueDarkHover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xxl\:bg-blueMedium {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxl\:bg-blueMediumHover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xxl\:bg-blue {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xxl\:bg-blueProgrammaBack {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xxl\:bg-blueHover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxl\:bg-blueLightDarker {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xxl\:bg-blueLightDark {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xxl\:bg-perano {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xxl\:bg-blueLight {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xxl\:bg-bluePersian {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xxl\:bg-mediumElectricBlue {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xxl\:bg-red {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xxl\:bg-redCadmium {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xxl\:bg-redHover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xxl\:bg-yellow {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xxl\:bg-yellowHover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xxl\:bg-greyLighter {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xxl\:bg-greyLight {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xxl\:bg-grey {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xxl\:bg-greyMedium {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xxl\:bg-greyWarm {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xxl\:bg-darkGrey {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxl\:bg-darkGreyHover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xxl\:bg-shadedFilters {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:bg-thunderBlack {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxl\:bg-greyText {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxl\:bg-greyTextForm {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xxl\:bg-mountainMist {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxl\:bg-transparent {
    background-color: transparent;
  }

  .xxl\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xxl\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xxl\:hover\:bg-flesh:hover {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xxl\:hover\:bg-gulfBlue:hover {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueDark:hover {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueCheckbox:hover {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueCyan:hover {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueDarkHover:hover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueMedium:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueMediumHover:hover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueProgrammaBack:hover {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueHover:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueLightDarker:hover {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueLightDark:hover {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xxl\:hover\:bg-perano:hover {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blueLight:hover {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xxl\:hover\:bg-bluePersian:hover {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xxl\:hover\:bg-mediumElectricBlue:hover {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xxl\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xxl\:hover\:bg-redCadmium:hover {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xxl\:hover\:bg-redHover:hover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xxl\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xxl\:hover\:bg-yellowHover:hover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xxl\:hover\:bg-greyLighter:hover {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xxl\:hover\:bg-greyLight:hover {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xxl\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xxl\:hover\:bg-greyMedium:hover {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xxl\:hover\:bg-greyWarm:hover {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xxl\:hover\:bg-darkGrey:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxl\:hover\:bg-darkGreyHover:hover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xxl\:hover\:bg-shadedFilters:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:bg-thunderBlack:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxl\:hover\:bg-greyText:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxl\:hover\:bg-greyTextForm:hover {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xxl\:hover\:bg-mountainMist:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xxl\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xxl\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xxl\:focus\:bg-flesh:focus {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xxl\:focus\:bg-gulfBlue:focus {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueDark:focus {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueCheckbox:focus {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueCyan:focus {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueDarkHover:focus {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueMedium:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueMediumHover:focus {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueProgrammaBack:focus {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueHover:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueLightDarker:focus {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueLightDark:focus {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xxl\:focus\:bg-perano:focus {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blueLight:focus {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xxl\:focus\:bg-bluePersian:focus {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xxl\:focus\:bg-mediumElectricBlue:focus {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xxl\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xxl\:focus\:bg-redCadmium:focus {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xxl\:focus\:bg-redHover:focus {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xxl\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xxl\:focus\:bg-yellowHover:focus {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xxl\:focus\:bg-greyLighter:focus {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xxl\:focus\:bg-greyLight:focus {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xxl\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xxl\:focus\:bg-greyMedium:focus {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xxl\:focus\:bg-greyWarm:focus {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xxl\:focus\:bg-darkGrey:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxl\:focus\:bg-darkGreyHover:focus {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xxl\:focus\:bg-shadedFilters:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:bg-thunderBlack:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxl\:focus\:bg-greyText:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxl\:focus\:bg-greyTextForm:focus {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xxl\:focus\:bg-mountainMist:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xxl\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xxl\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xxl\:bg-none {
    background-image: none;
  }

  .xxl\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xxl\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xxl\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xxl\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xxl\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xxl\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xxl\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xxl\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xxl\:from-flesh {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxl\:from-gulfBlue {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxl\:from-blueDark {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxl\:from-blueCheckbox {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxl\:from-blueCyan {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxl\:from-blueDarkHover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxl\:from-blueMedium {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:from-blueMediumHover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxl\:from-blue {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxl\:from-blueProgrammaBack {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxl\:from-blueHover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:from-blueLightDarker {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxl\:from-blueLightDark {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxl\:from-perano {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxl\:from-blueLight {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxl\:from-bluePersian {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxl\:from-mediumElectricBlue {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxl\:from-red {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxl\:from-redCadmium {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxl\:from-redHover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxl\:from-yellow {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxl\:from-yellowHover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxl\:from-greyLighter {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxl\:from-greyLight {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxl\:from-grey {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxl\:from-greyMedium {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxl\:from-greyWarm {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxl\:from-darkGrey {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:from-darkGreyHover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxl\:from-shadedFilters {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:from-thunderBlack {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:from-greyText {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:from-greyTextForm {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxl\:from-mountainMist {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxl\:via-flesh {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxl\:via-gulfBlue {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxl\:via-blueDark {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxl\:via-blueCheckbox {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxl\:via-blueCyan {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxl\:via-blueDarkHover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxl\:via-blueMedium {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:via-blueMediumHover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxl\:via-blue {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxl\:via-blueProgrammaBack {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxl\:via-blueHover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:via-blueLightDarker {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxl\:via-blueLightDark {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxl\:via-perano {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxl\:via-blueLight {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxl\:via-bluePersian {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxl\:via-mediumElectricBlue {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxl\:via-red {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxl\:via-redCadmium {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxl\:via-redHover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxl\:via-yellow {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxl\:via-yellowHover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxl\:via-greyLighter {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxl\:via-greyLight {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxl\:via-grey {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxl\:via-greyMedium {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxl\:via-greyWarm {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxl\:via-darkGrey {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:via-darkGreyHover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxl\:via-shadedFilters {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:via-thunderBlack {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:via-greyText {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:via-greyTextForm {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxl\:via-mountainMist {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxl\:to-flesh {
    --gradient-to-color: #ffbe8d;
  }

  .xxl\:to-gulfBlue {
    --gradient-to-color: #001959;
  }

  .xxl\:to-blueDark {
    --gradient-to-color: #001b5b;
  }

  .xxl\:to-blueCheckbox {
    --gradient-to-color: #2F7094;
  }

  .xxl\:to-blueCyan {
    --gradient-to-color: #00518C;
  }

  .xxl\:to-blueDarkHover {
    --gradient-to-color: #00233F;
  }

  .xxl\:to-blueMedium {
    --gradient-to-color: #003F6D;
  }

  .xxl\:to-blueMediumHover {
    --gradient-to-color: #00294B;
  }

  .xxl\:to-blue {
    --gradient-to-color: #0065bb;
  }

  .xxl\:to-blueProgrammaBack {
    --gradient-to-color: #0066b7;
  }

  .xxl\:to-blueHover {
    --gradient-to-color: #003F6D;
  }

  .xxl\:to-blueLightDarker {
    --gradient-to-color: #7BB1CF;
  }

  .xxl\:to-blueLightDark {
    --gradient-to-color: #A4D2EC;
  }

  .xxl\:to-perano {
    --gradient-to-color: #A6D1F4;
  }

  .xxl\:to-blueLight {
    --gradient-to-color: #b7dbf9;
  }

  .xxl\:to-bluePersian {
    --gradient-to-color: #0169B4;
  }

  .xxl\:to-mediumElectricBlue {
    --gradient-to-color: #0057A0;
  }

  .xxl\:to-red {
    --gradient-to-color: #e70000;
  }

  .xxl\:to-redCadmium {
    --gradient-to-color: #E30413;
  }

  .xxl\:to-redHover {
    --gradient-to-color: #AA030D;
  }

  .xxl\:to-yellow {
    --gradient-to-color: #ff6f03;
  }

  .xxl\:to-yellowHover {
    --gradient-to-color: #FF9103;
  }

  .xxl\:to-greyLighter {
    --gradient-to-color: #F6F5F3;
  }

  .xxl\:to-greyLight {
    --gradient-to-color: #E2E2E2;
  }

  .xxl\:to-grey {
    --gradient-to-color: #E6E3DF;
  }

  .xxl\:to-greyMedium {
    --gradient-to-color: #DDD;
  }

  .xxl\:to-greyWarm {
    --gradient-to-color: #939283;
  }

  .xxl\:to-darkGrey {
    --gradient-to-color: #2D2D2D;
  }

  .xxl\:to-darkGreyHover {
    --gradient-to-color: #212121;
  }

  .xxl\:to-shadedFilters {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:to-thunderBlack {
    --gradient-to-color: #2D2D2D;
  }

  .xxl\:to-greyText {
    --gradient-to-color: #949494;
  }

  .xxl\:to-greyTextForm {
    --gradient-to-color: #929292;
  }

  .xxl\:to-mountainMist {
    --gradient-to-color: #949494;
  }

  .xxl\:to-transparent {
    --gradient-to-color: transparent;
  }

  .xxl\:to-black {
    --gradient-to-color: #000;
  }

  .xxl\:to-white {
    --gradient-to-color: #fff;
  }

  .xxl\:hover\:from-flesh:hover {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxl\:hover\:from-gulfBlue:hover {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxl\:hover\:from-blueDark:hover {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxl\:hover\:from-blueCheckbox:hover {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxl\:hover\:from-blueCyan:hover {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxl\:hover\:from-blueDarkHover:hover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxl\:hover\:from-blueMedium:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:hover\:from-blueMediumHover:hover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxl\:hover\:from-blue:hover {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxl\:hover\:from-blueProgrammaBack:hover {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxl\:hover\:from-blueHover:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:hover\:from-blueLightDarker:hover {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxl\:hover\:from-blueLightDark:hover {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxl\:hover\:from-perano:hover {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxl\:hover\:from-blueLight:hover {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxl\:hover\:from-bluePersian:hover {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxl\:hover\:from-mediumElectricBlue:hover {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxl\:hover\:from-red:hover {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxl\:hover\:from-redCadmium:hover {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxl\:hover\:from-redHover:hover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxl\:hover\:from-yellow:hover {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxl\:hover\:from-yellowHover:hover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxl\:hover\:from-greyLighter:hover {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxl\:hover\:from-greyLight:hover {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxl\:hover\:from-grey:hover {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxl\:hover\:from-greyMedium:hover {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxl\:hover\:from-greyWarm:hover {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxl\:hover\:from-darkGrey:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:hover\:from-darkGreyHover:hover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxl\:hover\:from-shadedFilters:hover {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-thunderBlack:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:hover\:from-greyText:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:hover\:from-greyTextForm:hover {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxl\:hover\:from-mountainMist:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxl\:hover\:via-flesh:hover {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxl\:hover\:via-gulfBlue:hover {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxl\:hover\:via-blueDark:hover {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxl\:hover\:via-blueCheckbox:hover {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxl\:hover\:via-blueCyan:hover {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxl\:hover\:via-blueDarkHover:hover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxl\:hover\:via-blueMedium:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:hover\:via-blueMediumHover:hover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxl\:hover\:via-blue:hover {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxl\:hover\:via-blueProgrammaBack:hover {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxl\:hover\:via-blueHover:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:hover\:via-blueLightDarker:hover {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxl\:hover\:via-blueLightDark:hover {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxl\:hover\:via-perano:hover {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxl\:hover\:via-blueLight:hover {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxl\:hover\:via-bluePersian:hover {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxl\:hover\:via-mediumElectricBlue:hover {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxl\:hover\:via-red:hover {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxl\:hover\:via-redCadmium:hover {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxl\:hover\:via-redHover:hover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxl\:hover\:via-yellow:hover {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxl\:hover\:via-yellowHover:hover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxl\:hover\:via-greyLighter:hover {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxl\:hover\:via-greyLight:hover {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxl\:hover\:via-grey:hover {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxl\:hover\:via-greyMedium:hover {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxl\:hover\:via-greyWarm:hover {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxl\:hover\:via-darkGrey:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:hover\:via-darkGreyHover:hover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxl\:hover\:via-shadedFilters:hover {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-thunderBlack:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:hover\:via-greyText:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:hover\:via-greyTextForm:hover {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxl\:hover\:via-mountainMist:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxl\:hover\:to-flesh:hover {
    --gradient-to-color: #ffbe8d;
  }

  .xxl\:hover\:to-gulfBlue:hover {
    --gradient-to-color: #001959;
  }

  .xxl\:hover\:to-blueDark:hover {
    --gradient-to-color: #001b5b;
  }

  .xxl\:hover\:to-blueCheckbox:hover {
    --gradient-to-color: #2F7094;
  }

  .xxl\:hover\:to-blueCyan:hover {
    --gradient-to-color: #00518C;
  }

  .xxl\:hover\:to-blueDarkHover:hover {
    --gradient-to-color: #00233F;
  }

  .xxl\:hover\:to-blueMedium:hover {
    --gradient-to-color: #003F6D;
  }

  .xxl\:hover\:to-blueMediumHover:hover {
    --gradient-to-color: #00294B;
  }

  .xxl\:hover\:to-blue:hover {
    --gradient-to-color: #0065bb;
  }

  .xxl\:hover\:to-blueProgrammaBack:hover {
    --gradient-to-color: #0066b7;
  }

  .xxl\:hover\:to-blueHover:hover {
    --gradient-to-color: #003F6D;
  }

  .xxl\:hover\:to-blueLightDarker:hover {
    --gradient-to-color: #7BB1CF;
  }

  .xxl\:hover\:to-blueLightDark:hover {
    --gradient-to-color: #A4D2EC;
  }

  .xxl\:hover\:to-perano:hover {
    --gradient-to-color: #A6D1F4;
  }

  .xxl\:hover\:to-blueLight:hover {
    --gradient-to-color: #b7dbf9;
  }

  .xxl\:hover\:to-bluePersian:hover {
    --gradient-to-color: #0169B4;
  }

  .xxl\:hover\:to-mediumElectricBlue:hover {
    --gradient-to-color: #0057A0;
  }

  .xxl\:hover\:to-red:hover {
    --gradient-to-color: #e70000;
  }

  .xxl\:hover\:to-redCadmium:hover {
    --gradient-to-color: #E30413;
  }

  .xxl\:hover\:to-redHover:hover {
    --gradient-to-color: #AA030D;
  }

  .xxl\:hover\:to-yellow:hover {
    --gradient-to-color: #ff6f03;
  }

  .xxl\:hover\:to-yellowHover:hover {
    --gradient-to-color: #FF9103;
  }

  .xxl\:hover\:to-greyLighter:hover {
    --gradient-to-color: #F6F5F3;
  }

  .xxl\:hover\:to-greyLight:hover {
    --gradient-to-color: #E2E2E2;
  }

  .xxl\:hover\:to-grey:hover {
    --gradient-to-color: #E6E3DF;
  }

  .xxl\:hover\:to-greyMedium:hover {
    --gradient-to-color: #DDD;
  }

  .xxl\:hover\:to-greyWarm:hover {
    --gradient-to-color: #939283;
  }

  .xxl\:hover\:to-darkGrey:hover {
    --gradient-to-color: #2D2D2D;
  }

  .xxl\:hover\:to-darkGreyHover:hover {
    --gradient-to-color: #212121;
  }

  .xxl\:hover\:to-shadedFilters:hover {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:to-thunderBlack:hover {
    --gradient-to-color: #2D2D2D;
  }

  .xxl\:hover\:to-greyText:hover {
    --gradient-to-color: #949494;
  }

  .xxl\:hover\:to-greyTextForm:hover {
    --gradient-to-color: #929292;
  }

  .xxl\:hover\:to-mountainMist:hover {
    --gradient-to-color: #949494;
  }

  .xxl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .xxl\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .xxl\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .xxl\:focus\:from-flesh:focus {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxl\:focus\:from-gulfBlue:focus {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxl\:focus\:from-blueDark:focus {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxl\:focus\:from-blueCheckbox:focus {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxl\:focus\:from-blueCyan:focus {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxl\:focus\:from-blueDarkHover:focus {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxl\:focus\:from-blueMedium:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:focus\:from-blueMediumHover:focus {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxl\:focus\:from-blue:focus {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxl\:focus\:from-blueProgrammaBack:focus {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxl\:focus\:from-blueHover:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:focus\:from-blueLightDarker:focus {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxl\:focus\:from-blueLightDark:focus {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxl\:focus\:from-perano:focus {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxl\:focus\:from-blueLight:focus {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxl\:focus\:from-bluePersian:focus {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxl\:focus\:from-mediumElectricBlue:focus {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxl\:focus\:from-red:focus {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxl\:focus\:from-redCadmium:focus {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxl\:focus\:from-redHover:focus {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxl\:focus\:from-yellow:focus {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxl\:focus\:from-yellowHover:focus {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxl\:focus\:from-greyLighter:focus {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxl\:focus\:from-greyLight:focus {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxl\:focus\:from-grey:focus {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxl\:focus\:from-greyMedium:focus {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxl\:focus\:from-greyWarm:focus {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxl\:focus\:from-darkGrey:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:focus\:from-darkGreyHover:focus {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxl\:focus\:from-shadedFilters:focus {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-thunderBlack:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:focus\:from-greyText:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:focus\:from-greyTextForm:focus {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxl\:focus\:from-mountainMist:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxl\:focus\:via-flesh:focus {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxl\:focus\:via-gulfBlue:focus {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxl\:focus\:via-blueDark:focus {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxl\:focus\:via-blueCheckbox:focus {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxl\:focus\:via-blueCyan:focus {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxl\:focus\:via-blueDarkHover:focus {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxl\:focus\:via-blueMedium:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:focus\:via-blueMediumHover:focus {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxl\:focus\:via-blue:focus {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxl\:focus\:via-blueProgrammaBack:focus {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxl\:focus\:via-blueHover:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxl\:focus\:via-blueLightDarker:focus {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxl\:focus\:via-blueLightDark:focus {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxl\:focus\:via-perano:focus {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxl\:focus\:via-blueLight:focus {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxl\:focus\:via-bluePersian:focus {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxl\:focus\:via-mediumElectricBlue:focus {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxl\:focus\:via-red:focus {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxl\:focus\:via-redCadmium:focus {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxl\:focus\:via-redHover:focus {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxl\:focus\:via-yellow:focus {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxl\:focus\:via-yellowHover:focus {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxl\:focus\:via-greyLighter:focus {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxl\:focus\:via-greyLight:focus {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxl\:focus\:via-grey:focus {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxl\:focus\:via-greyMedium:focus {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxl\:focus\:via-greyWarm:focus {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxl\:focus\:via-darkGrey:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:focus\:via-darkGreyHover:focus {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxl\:focus\:via-shadedFilters:focus {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-thunderBlack:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxl\:focus\:via-greyText:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:focus\:via-greyTextForm:focus {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxl\:focus\:via-mountainMist:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxl\:focus\:to-flesh:focus {
    --gradient-to-color: #ffbe8d;
  }

  .xxl\:focus\:to-gulfBlue:focus {
    --gradient-to-color: #001959;
  }

  .xxl\:focus\:to-blueDark:focus {
    --gradient-to-color: #001b5b;
  }

  .xxl\:focus\:to-blueCheckbox:focus {
    --gradient-to-color: #2F7094;
  }

  .xxl\:focus\:to-blueCyan:focus {
    --gradient-to-color: #00518C;
  }

  .xxl\:focus\:to-blueDarkHover:focus {
    --gradient-to-color: #00233F;
  }

  .xxl\:focus\:to-blueMedium:focus {
    --gradient-to-color: #003F6D;
  }

  .xxl\:focus\:to-blueMediumHover:focus {
    --gradient-to-color: #00294B;
  }

  .xxl\:focus\:to-blue:focus {
    --gradient-to-color: #0065bb;
  }

  .xxl\:focus\:to-blueProgrammaBack:focus {
    --gradient-to-color: #0066b7;
  }

  .xxl\:focus\:to-blueHover:focus {
    --gradient-to-color: #003F6D;
  }

  .xxl\:focus\:to-blueLightDarker:focus {
    --gradient-to-color: #7BB1CF;
  }

  .xxl\:focus\:to-blueLightDark:focus {
    --gradient-to-color: #A4D2EC;
  }

  .xxl\:focus\:to-perano:focus {
    --gradient-to-color: #A6D1F4;
  }

  .xxl\:focus\:to-blueLight:focus {
    --gradient-to-color: #b7dbf9;
  }

  .xxl\:focus\:to-bluePersian:focus {
    --gradient-to-color: #0169B4;
  }

  .xxl\:focus\:to-mediumElectricBlue:focus {
    --gradient-to-color: #0057A0;
  }

  .xxl\:focus\:to-red:focus {
    --gradient-to-color: #e70000;
  }

  .xxl\:focus\:to-redCadmium:focus {
    --gradient-to-color: #E30413;
  }

  .xxl\:focus\:to-redHover:focus {
    --gradient-to-color: #AA030D;
  }

  .xxl\:focus\:to-yellow:focus {
    --gradient-to-color: #ff6f03;
  }

  .xxl\:focus\:to-yellowHover:focus {
    --gradient-to-color: #FF9103;
  }

  .xxl\:focus\:to-greyLighter:focus {
    --gradient-to-color: #F6F5F3;
  }

  .xxl\:focus\:to-greyLight:focus {
    --gradient-to-color: #E2E2E2;
  }

  .xxl\:focus\:to-grey:focus {
    --gradient-to-color: #E6E3DF;
  }

  .xxl\:focus\:to-greyMedium:focus {
    --gradient-to-color: #DDD;
  }

  .xxl\:focus\:to-greyWarm:focus {
    --gradient-to-color: #939283;
  }

  .xxl\:focus\:to-darkGrey:focus {
    --gradient-to-color: #2D2D2D;
  }

  .xxl\:focus\:to-darkGreyHover:focus {
    --gradient-to-color: #212121;
  }

  .xxl\:focus\:to-shadedFilters:focus {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:to-thunderBlack:focus {
    --gradient-to-color: #2D2D2D;
  }

  .xxl\:focus\:to-greyText:focus {
    --gradient-to-color: #949494;
  }

  .xxl\:focus\:to-greyTextForm:focus {
    --gradient-to-color: #929292;
  }

  .xxl\:focus\:to-mountainMist:focus {
    --gradient-to-color: #949494;
  }

  .xxl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .xxl\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .xxl\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .xxl\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xxl\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xxl\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .xxl\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .xxl\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xxl\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xxl\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .xxl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .xxl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .xxl\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35;
  }

  .xxl\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45;
  }

  .xxl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .xxl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .xxl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .xxl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .xxl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .xxl\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35;
  }

  .xxl\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45;
  }

  .xxl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .xxl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .xxl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .xxl\:bg-bottom {
    background-position: bottom;
  }

  .xxl\:bg-center {
    background-position: center;
  }

  .xxl\:bg-left {
    background-position: left;
  }

  .xxl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxl\:bg-left-top {
    background-position: left top;
  }

  .xxl\:bg-right {
    background-position: right;
  }

  .xxl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxl\:bg-right-top {
    background-position: right top;
  }

  .xxl\:bg-top {
    background-position: top;
  }

  .xxl\:bg-repeat {
    background-repeat: repeat;
  }

  .xxl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxl\:bg-repeat-round {
    background-repeat: round;
  }

  .xxl\:bg-repeat-space {
    background-repeat: space;
  }

  .xxl\:bg-auto {
    background-size: auto;
  }

  .xxl\:bg-cover {
    background-size: cover;
  }

  .xxl\:bg-contain {
    background-size: contain;
  }

  .xxl\:border-collapse {
    border-collapse: collapse;
  }

  .xxl\:border-separate {
    border-collapse: separate;
  }

  .xxl\:border-flesh {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xxl\:border-gulfBlue {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xxl\:border-blueDark {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xxl\:border-blueCheckbox {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xxl\:border-blueCyan {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xxl\:border-blueDarkHover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xxl\:border-blueMedium {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxl\:border-blueMediumHover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xxl\:border-blue {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xxl\:border-blueProgrammaBack {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xxl\:border-blueHover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxl\:border-blueLightDarker {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xxl\:border-blueLightDark {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xxl\:border-perano {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xxl\:border-blueLight {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xxl\:border-bluePersian {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xxl\:border-mediumElectricBlue {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xxl\:border-red {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xxl\:border-redCadmium {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xxl\:border-redHover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xxl\:border-yellow {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xxl\:border-yellowHover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xxl\:border-greyLighter {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xxl\:border-greyLight {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xxl\:border-grey {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xxl\:border-greyMedium {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xxl\:border-greyWarm {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xxl\:border-darkGrey {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxl\:border-darkGreyHover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xxl\:border-shadedFilters {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:border-thunderBlack {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxl\:border-greyText {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxl\:border-greyTextForm {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xxl\:border-mountainMist {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxl\:border-transparent {
    border-color: transparent;
  }

  .xxl\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xxl\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xxl\:hover\:border-flesh:hover {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xxl\:hover\:border-gulfBlue:hover {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xxl\:hover\:border-blueDark:hover {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xxl\:hover\:border-blueCheckbox:hover {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xxl\:hover\:border-blueCyan:hover {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xxl\:hover\:border-blueDarkHover:hover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xxl\:hover\:border-blueMedium:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxl\:hover\:border-blueMediumHover:hover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xxl\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xxl\:hover\:border-blueProgrammaBack:hover {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xxl\:hover\:border-blueHover:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxl\:hover\:border-blueLightDarker:hover {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xxl\:hover\:border-blueLightDark:hover {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xxl\:hover\:border-perano:hover {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xxl\:hover\:border-blueLight:hover {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xxl\:hover\:border-bluePersian:hover {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xxl\:hover\:border-mediumElectricBlue:hover {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xxl\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xxl\:hover\:border-redCadmium:hover {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xxl\:hover\:border-redHover:hover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xxl\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xxl\:hover\:border-yellowHover:hover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xxl\:hover\:border-greyLighter:hover {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xxl\:hover\:border-greyLight:hover {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xxl\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xxl\:hover\:border-greyMedium:hover {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xxl\:hover\:border-greyWarm:hover {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xxl\:hover\:border-darkGrey:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxl\:hover\:border-darkGreyHover:hover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xxl\:hover\:border-shadedFilters:hover {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:border-thunderBlack:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxl\:hover\:border-greyText:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxl\:hover\:border-greyTextForm:hover {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xxl\:hover\:border-mountainMist:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xxl\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xxl\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xxl\:focus\:border-flesh:focus {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xxl\:focus\:border-gulfBlue:focus {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xxl\:focus\:border-blueDark:focus {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xxl\:focus\:border-blueCheckbox:focus {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xxl\:focus\:border-blueCyan:focus {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xxl\:focus\:border-blueDarkHover:focus {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xxl\:focus\:border-blueMedium:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxl\:focus\:border-blueMediumHover:focus {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xxl\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xxl\:focus\:border-blueProgrammaBack:focus {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xxl\:focus\:border-blueHover:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxl\:focus\:border-blueLightDarker:focus {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xxl\:focus\:border-blueLightDark:focus {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xxl\:focus\:border-perano:focus {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xxl\:focus\:border-blueLight:focus {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xxl\:focus\:border-bluePersian:focus {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xxl\:focus\:border-mediumElectricBlue:focus {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xxl\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xxl\:focus\:border-redCadmium:focus {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xxl\:focus\:border-redHover:focus {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xxl\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xxl\:focus\:border-yellowHover:focus {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xxl\:focus\:border-greyLighter:focus {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xxl\:focus\:border-greyLight:focus {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xxl\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xxl\:focus\:border-greyMedium:focus {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xxl\:focus\:border-greyWarm:focus {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xxl\:focus\:border-darkGrey:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxl\:focus\:border-darkGreyHover:focus {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xxl\:focus\:border-shadedFilters:focus {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:border-thunderBlack:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxl\:focus\:border-greyText:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxl\:focus\:border-greyTextForm:focus {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xxl\:focus\:border-mountainMist:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xxl\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xxl\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xxl\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xxl\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xxl\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .xxl\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .xxl\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xxl\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xxl\:border-opacity-100 {
    --border-opacity: 1;
  }

  .xxl\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .xxl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .xxl\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35;
  }

  .xxl\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45;
  }

  .xxl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .xxl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .xxl\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .xxl\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .xxl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .xxl\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35;
  }

  .xxl\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45;
  }

  .xxl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .xxl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .xxl\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .xxl\:rounded-2 {
    border-radius: 2px;
  }

  .xxl\:rounded-6 {
    border-radius: 6px;
  }

  .xxl\:rounded-none {
    border-radius: 0;
  }

  .xxl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xxl\:rounded {
    border-radius: 0.25rem;
  }

  .xxl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xxl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xxl\:rounded-full {
    border-radius: 9999px;
  }

  .xxl\:rounded-t-2 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .xxl\:rounded-r-2 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .xxl\:rounded-b-2 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xxl\:rounded-l-2 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xxl\:rounded-t-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .xxl\:rounded-r-6 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .xxl\:rounded-b-6 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .xxl\:rounded-l-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .xxl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xxl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xxl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xxl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xxl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xxl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xxl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xxl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xxl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xxl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xxl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-tl-2 {
    border-top-left-radius: 2px;
  }

  .xxl\:rounded-tr-2 {
    border-top-right-radius: 2px;
  }

  .xxl\:rounded-br-2 {
    border-bottom-right-radius: 2px;
  }

  .xxl\:rounded-bl-2 {
    border-bottom-left-radius: 2px;
  }

  .xxl\:rounded-tl-6 {
    border-top-left-radius: 6px;
  }

  .xxl\:rounded-tr-6 {
    border-top-right-radius: 6px;
  }

  .xxl\:rounded-br-6 {
    border-bottom-right-radius: 6px;
  }

  .xxl\:rounded-bl-6 {
    border-bottom-left-radius: 6px;
  }

  .xxl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xxl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xxl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xxl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xxl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xxl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xxl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xxl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xxl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xxl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xxl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xxl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xxl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xxl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xxl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xxl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xxl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxl\:border-solid {
    border-style: solid;
  }

  .xxl\:border-dashed {
    border-style: dashed;
  }

  .xxl\:border-dotted {
    border-style: dotted;
  }

  .xxl\:border-double {
    border-style: double;
  }

  .xxl\:border-none {
    border-style: none;
  }

  .xxl\:border-0 {
    border-width: 0;
  }

  .xxl\:border-2 {
    border-width: 2px;
  }

  .xxl\:border-4 {
    border-width: 4px;
  }

  .xxl\:border-8 {
    border-width: 8px;
  }

  .xxl\:border {
    border-width: 1px;
  }

  .xxl\:border-t-0 {
    border-top-width: 0;
  }

  .xxl\:border-r-0 {
    border-right-width: 0;
  }

  .xxl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xxl\:border-l-0 {
    border-left-width: 0;
  }

  .xxl\:border-t-2 {
    border-top-width: 2px;
  }

  .xxl\:border-r-2 {
    border-right-width: 2px;
  }

  .xxl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxl\:border-l-2 {
    border-left-width: 2px;
  }

  .xxl\:border-t-4 {
    border-top-width: 4px;
  }

  .xxl\:border-r-4 {
    border-right-width: 4px;
  }

  .xxl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxl\:border-l-4 {
    border-left-width: 4px;
  }

  .xxl\:border-t-8 {
    border-top-width: 8px;
  }

  .xxl\:border-r-8 {
    border-right-width: 8px;
  }

  .xxl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xxl\:border-l-8 {
    border-left-width: 8px;
  }

  .xxl\:border-t {
    border-top-width: 1px;
  }

  .xxl\:border-r {
    border-right-width: 1px;
  }

  .xxl\:border-b {
    border-bottom-width: 1px;
  }

  .xxl\:border-l {
    border-left-width: 1px;
  }

  .xxl\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .xxl\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .xxl\:cursor-auto {
    cursor: auto;
  }

  .xxl\:cursor-default {
    cursor: default;
  }

  .xxl\:cursor-pointer {
    cursor: pointer;
  }

  .xxl\:cursor-wait {
    cursor: wait;
  }

  .xxl\:cursor-text {
    cursor: text;
  }

  .xxl\:cursor-move {
    cursor: move;
  }

  .xxl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxl\:block {
    display: block;
  }

  .xxl\:inline-block {
    display: inline-block;
  }

  .xxl\:inline {
    display: inline;
  }

  .xxl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xxl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xxl\:table {
    display: table;
  }

  .xxl\:table-caption {
    display: table-caption;
  }

  .xxl\:table-cell {
    display: table-cell;
  }

  .xxl\:table-column {
    display: table-column;
  }

  .xxl\:table-column-group {
    display: table-column-group;
  }

  .xxl\:table-footer-group {
    display: table-footer-group;
  }

  .xxl\:table-header-group {
    display: table-header-group;
  }

  .xxl\:table-row-group {
    display: table-row-group;
  }

  .xxl\:table-row {
    display: table-row;
  }

  .xxl\:flow-root {
    display: flow-root;
  }

  .xxl\:grid {
    display: grid;
  }

  .xxl\:inline-grid {
    display: inline-grid;
  }

  .xxl\:contents {
    display: contents;
  }

  .xxl\:hidden {
    display: none;
  }

  .xxl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xxl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xxl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xxl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xxl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xxl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xxl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xxl\:place-items-auto {
    place-items: auto;
  }

  .xxl\:place-items-start {
    place-items: start;
  }

  .xxl\:place-items-end {
    place-items: end;
  }

  .xxl\:place-items-center {
    place-items: center;
  }

  .xxl\:place-items-stretch {
    place-items: stretch;
  }

  .xxl\:place-content-center {
    place-content: center;
  }

  .xxl\:place-content-start {
    place-content: start;
  }

  .xxl\:place-content-end {
    place-content: end;
  }

  .xxl\:place-content-between {
    place-content: space-between;
  }

  .xxl\:place-content-around {
    place-content: space-around;
  }

  .xxl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xxl\:place-content-stretch {
    place-content: stretch;
  }

  .xxl\:place-self-auto {
    place-self: auto;
  }

  .xxl\:place-self-start {
    place-self: start;
  }

  .xxl\:place-self-end {
    place-self: end;
  }

  .xxl\:place-self-center {
    place-self: center;
  }

  .xxl\:place-self-stretch {
    place-self: stretch;
  }

  .xxl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xxl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xxl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xxl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xxl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xxl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xxl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xxl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xxl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xxl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xxl\:content-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }

  .xxl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xxl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xxl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xxl\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xxl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xxl\:justify-items-auto {
    justify-items: auto;
  }

  .xxl\:justify-items-start {
    justify-items: start;
  }

  .xxl\:justify-items-end {
    justify-items: end;
  }

  .xxl\:justify-items-center {
    justify-items: center;
  }

  .xxl\:justify-items-stretch {
    justify-items: stretch;
  }

  .xxl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xxl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xxl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xxl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xxl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xxl\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .xxl\:justify-self-auto {
    justify-self: auto;
  }

  .xxl\:justify-self-start {
    justify-self: start;
  }

  .xxl\:justify-self-end {
    justify-self: end;
  }

  .xxl\:justify-self-center {
    justify-self: center;
  }

  .xxl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xxl\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xxl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xxl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xxl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xxl\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xxl\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xxl\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xxl\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xxl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xxl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xxl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xxl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xxl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xxl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xxl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xxl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xxl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xxl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xxl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xxl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xxl\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xxl\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xxl\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xxl\:float-right {
    float: right;
  }

  .xxl\:float-left {
    float: left;
  }

  .xxl\:float-none {
    float: none;
  }

  .xxl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxl\:clear-left {
    clear: left;
  }

  .xxl\:clear-right {
    clear: right;
  }

  .xxl\:clear-both {
    clear: both;
  }

  .xxl\:clear-none {
    clear: none;
  }

  .xxl\:font-sans {
    font-family: Bauziet, Goodot, 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";
  }

  .xxl\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xxl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xxl\:font-hairline {
    font-weight: 100;
  }

  .xxl\:font-thin {
    font-weight: 200;
  }

  .xxl\:font-light {
    font-weight: 300;
  }

  .xxl\:font-normal {
    font-weight: 400;
  }

  .xxl\:font-medium {
    font-weight: 500;
  }

  .xxl\:font-semibold {
    font-weight: 600;
  }

  .xxl\:font-bold {
    font-weight: 700;
  }

  .xxl\:font-extrabold {
    font-weight: 800;
  }

  .xxl\:font-black {
    font-weight: 900;
  }

  .xxl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xxl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xxl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xxl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xxl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xxl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xxl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xxl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xxl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xxl\:h-0 {
    height: 0;
  }

  .xxl\:h-1 {
    height: 0.25rem;
  }

  .xxl\:h-2 {
    height: 0.5rem;
  }

  .xxl\:h-3 {
    height: 0.75rem;
  }

  .xxl\:h-4 {
    height: 1rem;
  }

  .xxl\:h-5 {
    height: 1.25rem;
  }

  .xxl\:h-6 {
    height: 1.5rem;
  }

  .xxl\:h-8 {
    height: 2rem;
  }

  .xxl\:h-10 {
    height: 2.5rem;
  }

  .xxl\:h-12 {
    height: 3rem;
  }

  .xxl\:h-14 {
    height: 3.5rem;
  }

  .xxl\:h-16 {
    height: 4rem;
  }

  .xxl\:h-20 {
    height: 5rem;
  }

  .xxl\:h-22 {
    height: 5.5rem;
  }

  .xxl\:h-24 {
    height: 6rem;
  }

  .xxl\:h-28 {
    height: 7rem;
  }

  .xxl\:h-32 {
    height: 8rem;
  }

  .xxl\:h-40 {
    height: 10rem;
  }

  .xxl\:h-48 {
    height: 12rem;
  }

  .xxl\:h-56 {
    height: 14rem;
  }

  .xxl\:h-64 {
    height: 16rem;
  }

  .xxl\:h-auto {
    height: auto;
  }

  .xxl\:h-px {
    height: 1px;
  }

  .xxl\:h-full {
    height: 100%;
  }

  .xxl\:h-screen {
    height: 100vh;
  }

  .xxl\:text-xs {
    font-size: 0.75rem;
  }

  .xxl\:text-sm {
    font-size: 0.875rem;
  }

  .xxl\:text-base {
    font-size: 1rem;
  }

  .xxl\:text-lg {
    font-size: 1.125rem;
  }

  .xxl\:text-xl {
    font-size: 1.25rem;
  }

  .xxl\:text-2xl {
    font-size: 1.5rem;
  }

  .xxl\:text-3xl {
    font-size: 1.875rem;
  }

  .xxl\:text-4xl {
    font-size: 2.25rem;
  }

  .xxl\:text-5xl {
    font-size: 3rem;
  }

  .xxl\:text-6xl {
    font-size: 4rem;
  }

  .xxl\:text-12px {
    font-size: 12px;
  }

  .xxl\:text-14px {
    font-size: 14px;
  }

  .xxl\:text-15px {
    font-size: 15px;
  }

  .xxl\:text-16px {
    font-size: 16px;
  }

  .xxl\:text-17px {
    font-size: 17px;
  }

  .xxl\:text-18px {
    font-size: 18px;
  }

  .xxl\:text-20px {
    font-size: 20px;
  }

  .xxl\:text-22px {
    font-size: 22px;
  }

  .xxl\:text-24px {
    font-size: 24px;
  }

  .xxl\:text-26px {
    font-size: 26px;
  }

  .xxl\:text-30px {
    font-size: 30px;
  }

  .xxl\:text-35px {
    font-size: 35px;
  }

  .xxl\:text-40px {
    font-size: 40px;
  }

  .xxl\:text-45px {
    font-size: 45px;
  }

  .xxl\:text-50px {
    font-size: 50px;
  }

  .xxl\:text-60px {
    font-size: 60px;
  }

  .xxl\:text-70px {
    font-size: 70px;
  }

  .xxl\:text-90px {
    font-size: 90px;
  }

  .xxl\:text-97px {
    font-size: 97px;
  }

  .xxl\:text-100px {
    font-size: 100px;
  }

  .xxl\:text-150px {
    font-size: 150px;
  }

  .xxl\:leading-3 {
    line-height: .75rem;
  }

  .xxl\:leading-4 {
    line-height: 1rem;
  }

  .xxl\:leading-5 {
    line-height: 1.25rem;
  }

  .xxl\:leading-6 {
    line-height: 1.5rem;
  }

  .xxl\:leading-7 {
    line-height: 1.75rem;
  }

  .xxl\:leading-8 {
    line-height: 2rem;
  }

  .xxl\:leading-9 {
    line-height: 2.25rem;
  }

  .xxl\:leading-10 {
    line-height: 2.5rem;
  }

  .xxl\:leading-cramp {
    line-height: 0.75;
  }

  .xxl\:leading-none {
    line-height: 1;
  }

  .xxl\:leading-tighter {
    line-height: 1.1;
  }

  .xxl\:leading-tight {
    line-height: 1.25;
  }

  .xxl\:leading-snug {
    line-height: 1.375;
  }

  .xxl\:leading-normal {
    line-height: 1.5;
  }

  .xxl\:leading-relaxed {
    line-height: 1.625;
  }

  .xxl\:leading-loose {
    line-height: 2;
  }

  .xxl\:list-inside {
    list-style-position: inside;
  }

  .xxl\:list-outside {
    list-style-position: outside;
  }

  .xxl\:list-none {
    list-style-type: none;
  }

  .xxl\:list-disc {
    list-style-type: disc;
  }

  .xxl\:list-decimal {
    list-style-type: decimal;
  }

  .xxl\:m-0 {
    margin: 0;
  }

  .xxl\:m-1 {
    margin: 0.25rem;
  }

  .xxl\:m-2 {
    margin: 0.5rem;
  }

  .xxl\:m-3 {
    margin: 0.75rem;
  }

  .xxl\:m-4 {
    margin: 1rem;
  }

  .xxl\:m-5 {
    margin: 1.25rem;
  }

  .xxl\:m-6 {
    margin: 1.5rem;
  }

  .xxl\:m-8 {
    margin: 2rem;
  }

  .xxl\:m-10 {
    margin: 2.5rem;
  }

  .xxl\:m-12 {
    margin: 3rem;
  }

  .xxl\:m-14 {
    margin: 3.5rem;
  }

  .xxl\:m-16 {
    margin: 4rem;
  }

  .xxl\:m-20 {
    margin: 5rem;
  }

  .xxl\:m-22 {
    margin: 5.5rem;
  }

  .xxl\:m-24 {
    margin: 6rem;
  }

  .xxl\:m-28 {
    margin: 7rem;
  }

  .xxl\:m-32 {
    margin: 8rem;
  }

  .xxl\:m-40 {
    margin: 10rem;
  }

  .xxl\:m-48 {
    margin: 12rem;
  }

  .xxl\:m-56 {
    margin: 14rem;
  }

  .xxl\:m-64 {
    margin: 16rem;
  }

  .xxl\:m-auto {
    margin: auto;
  }

  .xxl\:m-px {
    margin: 1px;
  }

  .xxl\:-m-1 {
    margin: -0.25rem;
  }

  .xxl\:-m-2 {
    margin: -0.5rem;
  }

  .xxl\:-m-3 {
    margin: -0.75rem;
  }

  .xxl\:-m-4 {
    margin: -1rem;
  }

  .xxl\:-m-5 {
    margin: -1.25rem;
  }

  .xxl\:-m-6 {
    margin: -1.5rem;
  }

  .xxl\:-m-8 {
    margin: -2rem;
  }

  .xxl\:-m-10 {
    margin: -2.5rem;
  }

  .xxl\:-m-12 {
    margin: -3rem;
  }

  .xxl\:-m-14 {
    margin: -3.5rem;
  }

  .xxl\:-m-16 {
    margin: -4rem;
  }

  .xxl\:-m-20 {
    margin: -5rem;
  }

  .xxl\:-m-22 {
    margin: -5.5rem;
  }

  .xxl\:-m-24 {
    margin: -6rem;
  }

  .xxl\:-m-28 {
    margin: -7rem;
  }

  .xxl\:-m-32 {
    margin: -8rem;
  }

  .xxl\:-m-40 {
    margin: -10rem;
  }

  .xxl\:-m-48 {
    margin: -12rem;
  }

  .xxl\:-m-56 {
    margin: -14rem;
  }

  .xxl\:-m-64 {
    margin: -16rem;
  }

  .xxl\:-m-px {
    margin: -1px;
  }

  .xxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxl\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxl\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:mt-0 {
    margin-top: 0;
  }

  .xxl\:mr-0 {
    margin-right: 0;
  }

  .xxl\:mb-0 {
    margin-bottom: 0;
  }

  .xxl\:ml-0 {
    margin-left: 0;
  }

  .xxl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xxl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xxl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xxl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xxl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xxl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xxl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xxl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xxl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xxl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xxl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xxl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xxl\:mt-4 {
    margin-top: 1rem;
  }

  .xxl\:mr-4 {
    margin-right: 1rem;
  }

  .xxl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxl\:ml-4 {
    margin-left: 1rem;
  }

  .xxl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xxl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xxl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xxl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xxl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxl\:mt-8 {
    margin-top: 2rem;
  }

  .xxl\:mr-8 {
    margin-right: 2rem;
  }

  .xxl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxl\:ml-8 {
    margin-left: 2rem;
  }

  .xxl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xxl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xxl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xxl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xxl\:mt-12 {
    margin-top: 3rem;
  }

  .xxl\:mr-12 {
    margin-right: 3rem;
  }

  .xxl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xxl\:ml-12 {
    margin-left: 3rem;
  }

  .xxl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xxl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xxl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xxl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xxl\:mt-16 {
    margin-top: 4rem;
  }

  .xxl\:mr-16 {
    margin-right: 4rem;
  }

  .xxl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xxl\:ml-16 {
    margin-left: 4rem;
  }

  .xxl\:mt-20 {
    margin-top: 5rem;
  }

  .xxl\:mr-20 {
    margin-right: 5rem;
  }

  .xxl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xxl\:ml-20 {
    margin-left: 5rem;
  }

  .xxl\:mt-22 {
    margin-top: 5.5rem;
  }

  .xxl\:mr-22 {
    margin-right: 5.5rem;
  }

  .xxl\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .xxl\:ml-22 {
    margin-left: 5.5rem;
  }

  .xxl\:mt-24 {
    margin-top: 6rem;
  }

  .xxl\:mr-24 {
    margin-right: 6rem;
  }

  .xxl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xxl\:ml-24 {
    margin-left: 6rem;
  }

  .xxl\:mt-28 {
    margin-top: 7rem;
  }

  .xxl\:mr-28 {
    margin-right: 7rem;
  }

  .xxl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xxl\:ml-28 {
    margin-left: 7rem;
  }

  .xxl\:mt-32 {
    margin-top: 8rem;
  }

  .xxl\:mr-32 {
    margin-right: 8rem;
  }

  .xxl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xxl\:ml-32 {
    margin-left: 8rem;
  }

  .xxl\:mt-40 {
    margin-top: 10rem;
  }

  .xxl\:mr-40 {
    margin-right: 10rem;
  }

  .xxl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xxl\:ml-40 {
    margin-left: 10rem;
  }

  .xxl\:mt-48 {
    margin-top: 12rem;
  }

  .xxl\:mr-48 {
    margin-right: 12rem;
  }

  .xxl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xxl\:ml-48 {
    margin-left: 12rem;
  }

  .xxl\:mt-56 {
    margin-top: 14rem;
  }

  .xxl\:mr-56 {
    margin-right: 14rem;
  }

  .xxl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xxl\:ml-56 {
    margin-left: 14rem;
  }

  .xxl\:mt-64 {
    margin-top: 16rem;
  }

  .xxl\:mr-64 {
    margin-right: 16rem;
  }

  .xxl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xxl\:ml-64 {
    margin-left: 16rem;
  }

  .xxl\:mt-auto {
    margin-top: auto;
  }

  .xxl\:mr-auto {
    margin-right: auto;
  }

  .xxl\:mb-auto {
    margin-bottom: auto;
  }

  .xxl\:ml-auto {
    margin-left: auto;
  }

  .xxl\:mt-px {
    margin-top: 1px;
  }

  .xxl\:mr-px {
    margin-right: 1px;
  }

  .xxl\:mb-px {
    margin-bottom: 1px;
  }

  .xxl\:ml-px {
    margin-left: 1px;
  }

  .xxl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xxl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xxl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xxl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xxl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xxl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xxl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xxl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xxl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xxl\:-mt-4 {
    margin-top: -1rem;
  }

  .xxl\:-mr-4 {
    margin-right: -1rem;
  }

  .xxl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xxl\:-ml-4 {
    margin-left: -1rem;
  }

  .xxl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xxl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xxl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xxl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xxl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xxl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xxl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xxl\:-mt-8 {
    margin-top: -2rem;
  }

  .xxl\:-mr-8 {
    margin-right: -2rem;
  }

  .xxl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xxl\:-ml-8 {
    margin-left: -2rem;
  }

  .xxl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xxl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xxl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xxl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xxl\:-mt-12 {
    margin-top: -3rem;
  }

  .xxl\:-mr-12 {
    margin-right: -3rem;
  }

  .xxl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xxl\:-ml-12 {
    margin-left: -3rem;
  }

  .xxl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xxl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xxl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xxl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xxl\:-mt-16 {
    margin-top: -4rem;
  }

  .xxl\:-mr-16 {
    margin-right: -4rem;
  }

  .xxl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xxl\:-ml-16 {
    margin-left: -4rem;
  }

  .xxl\:-mt-20 {
    margin-top: -5rem;
  }

  .xxl\:-mr-20 {
    margin-right: -5rem;
  }

  .xxl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xxl\:-ml-20 {
    margin-left: -5rem;
  }

  .xxl\:-mt-22 {
    margin-top: -5.5rem;
  }

  .xxl\:-mr-22 {
    margin-right: -5.5rem;
  }

  .xxl\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .xxl\:-ml-22 {
    margin-left: -5.5rem;
  }

  .xxl\:-mt-24 {
    margin-top: -6rem;
  }

  .xxl\:-mr-24 {
    margin-right: -6rem;
  }

  .xxl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xxl\:-ml-24 {
    margin-left: -6rem;
  }

  .xxl\:-mt-28 {
    margin-top: -7rem;
  }

  .xxl\:-mr-28 {
    margin-right: -7rem;
  }

  .xxl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xxl\:-ml-28 {
    margin-left: -7rem;
  }

  .xxl\:-mt-32 {
    margin-top: -8rem;
  }

  .xxl\:-mr-32 {
    margin-right: -8rem;
  }

  .xxl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xxl\:-ml-32 {
    margin-left: -8rem;
  }

  .xxl\:-mt-40 {
    margin-top: -10rem;
  }

  .xxl\:-mr-40 {
    margin-right: -10rem;
  }

  .xxl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xxl\:-ml-40 {
    margin-left: -10rem;
  }

  .xxl\:-mt-48 {
    margin-top: -12rem;
  }

  .xxl\:-mr-48 {
    margin-right: -12rem;
  }

  .xxl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xxl\:-ml-48 {
    margin-left: -12rem;
  }

  .xxl\:-mt-56 {
    margin-top: -14rem;
  }

  .xxl\:-mr-56 {
    margin-right: -14rem;
  }

  .xxl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xxl\:-ml-56 {
    margin-left: -14rem;
  }

  .xxl\:-mt-64 {
    margin-top: -16rem;
  }

  .xxl\:-mr-64 {
    margin-right: -16rem;
  }

  .xxl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xxl\:-ml-64 {
    margin-left: -16rem;
  }

  .xxl\:-mt-px {
    margin-top: -1px;
  }

  .xxl\:-mr-px {
    margin-right: -1px;
  }

  .xxl\:-mb-px {
    margin-bottom: -1px;
  }

  .xxl\:-ml-px {
    margin-left: -1px;
  }

  .xxl\:first\:m-0:first-child {
    margin: 0;
  }

  .xxl\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xxl\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xxl\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .xxl\:first\:m-4:first-child {
    margin: 1rem;
  }

  .xxl\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .xxl\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .xxl\:first\:m-8:first-child {
    margin: 2rem;
  }

  .xxl\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .xxl\:first\:m-12:first-child {
    margin: 3rem;
  }

  .xxl\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .xxl\:first\:m-16:first-child {
    margin: 4rem;
  }

  .xxl\:first\:m-20:first-child {
    margin: 5rem;
  }

  .xxl\:first\:m-22:first-child {
    margin: 5.5rem;
  }

  .xxl\:first\:m-24:first-child {
    margin: 6rem;
  }

  .xxl\:first\:m-28:first-child {
    margin: 7rem;
  }

  .xxl\:first\:m-32:first-child {
    margin: 8rem;
  }

  .xxl\:first\:m-40:first-child {
    margin: 10rem;
  }

  .xxl\:first\:m-48:first-child {
    margin: 12rem;
  }

  .xxl\:first\:m-56:first-child {
    margin: 14rem;
  }

  .xxl\:first\:m-64:first-child {
    margin: 16rem;
  }

  .xxl\:first\:m-auto:first-child {
    margin: auto;
  }

  .xxl\:first\:m-px:first-child {
    margin: 1px;
  }

  .xxl\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xxl\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xxl\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .xxl\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .xxl\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .xxl\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .xxl\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .xxl\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .xxl\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .xxl\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .xxl\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .xxl\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .xxl\:first\:-m-22:first-child {
    margin: -5.5rem;
  }

  .xxl\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .xxl\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .xxl\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .xxl\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .xxl\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .xxl\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .xxl\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .xxl\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xxl\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxl\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxl\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxl\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxl\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxl\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxl\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxl\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxl\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxl\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxl\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:first\:my-22:first-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxl\:first\:mx-22:first-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxl\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxl\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxl\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxl\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxl\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxl\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxl\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxl\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxl\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxl\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxl\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxl\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxl\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxl\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxl\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxl\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:first\:-my-22:first-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxl\:first\:-mx-22:first-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxl\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxl\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxl\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxl\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxl\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxl\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxl\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxl\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxl\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxl\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxl\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxl\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxl\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .xxl\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .xxl\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .xxl\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .xxl\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xxl\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xxl\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xxl\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xxl\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xxl\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xxl\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xxl\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xxl\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xxl\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xxl\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xxl\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xxl\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .xxl\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .xxl\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xxl\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .xxl\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xxl\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xxl\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xxl\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xxl\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xxl\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xxl\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xxl\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xxl\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .xxl\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .xxl\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xxl\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .xxl\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xxl\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xxl\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xxl\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xxl\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .xxl\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .xxl\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xxl\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .xxl\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .xxl\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .xxl\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .xxl\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .xxl\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .xxl\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .xxl\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xxl\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .xxl\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .xxl\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .xxl\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xxl\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .xxl\:first\:mt-22:first-child {
    margin-top: 5.5rem;
  }

  .xxl\:first\:mr-22:first-child {
    margin-right: 5.5rem;
  }

  .xxl\:first\:mb-22:first-child {
    margin-bottom: 5.5rem;
  }

  .xxl\:first\:ml-22:first-child {
    margin-left: 5.5rem;
  }

  .xxl\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .xxl\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .xxl\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xxl\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .xxl\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .xxl\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .xxl\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .xxl\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .xxl\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .xxl\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .xxl\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xxl\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .xxl\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .xxl\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .xxl\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xxl\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .xxl\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .xxl\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .xxl\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xxl\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .xxl\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .xxl\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .xxl\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xxl\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .xxl\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .xxl\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .xxl\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xxl\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .xxl\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xxl\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xxl\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xxl\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xxl\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xxl\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xxl\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xxl\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xxl\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xxl\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xxl\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xxl\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xxl\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xxl\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xxl\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xxl\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xxl\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xxl\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xxl\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xxl\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xxl\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .xxl\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .xxl\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xxl\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .xxl\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xxl\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xxl\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xxl\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xxl\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xxl\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xxl\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xxl\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xxl\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .xxl\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .xxl\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xxl\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .xxl\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xxl\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xxl\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xxl\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xxl\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .xxl\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .xxl\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xxl\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .xxl\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .xxl\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .xxl\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .xxl\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .xxl\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .xxl\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .xxl\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xxl\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .xxl\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .xxl\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .xxl\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xxl\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .xxl\:first\:-mt-22:first-child {
    margin-top: -5.5rem;
  }

  .xxl\:first\:-mr-22:first-child {
    margin-right: -5.5rem;
  }

  .xxl\:first\:-mb-22:first-child {
    margin-bottom: -5.5rem;
  }

  .xxl\:first\:-ml-22:first-child {
    margin-left: -5.5rem;
  }

  .xxl\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .xxl\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .xxl\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xxl\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .xxl\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .xxl\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .xxl\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .xxl\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .xxl\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .xxl\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .xxl\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xxl\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .xxl\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .xxl\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .xxl\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xxl\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .xxl\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .xxl\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .xxl\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xxl\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .xxl\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .xxl\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .xxl\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xxl\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .xxl\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .xxl\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .xxl\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xxl\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .xxl\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xxl\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xxl\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xxl\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xxl\:last\:m-0:last-child {
    margin: 0;
  }

  .xxl\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xxl\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xxl\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xxl\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xxl\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xxl\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xxl\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xxl\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xxl\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xxl\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .xxl\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xxl\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xxl\:last\:m-22:last-child {
    margin: 5.5rem;
  }

  .xxl\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xxl\:last\:m-28:last-child {
    margin: 7rem;
  }

  .xxl\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xxl\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xxl\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xxl\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xxl\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xxl\:last\:m-auto:last-child {
    margin: auto;
  }

  .xxl\:last\:m-px:last-child {
    margin: 1px;
  }

  .xxl\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xxl\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xxl\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xxl\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xxl\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xxl\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xxl\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xxl\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xxl\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xxl\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .xxl\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xxl\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xxl\:last\:-m-22:last-child {
    margin: -5.5rem;
  }

  .xxl\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xxl\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .xxl\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xxl\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xxl\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xxl\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xxl\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xxl\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xxl\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxl\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxl\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxl\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxl\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxl\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxl\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxl\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxl\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxl\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxl\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:last\:my-22:last-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxl\:last\:mx-22:last-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxl\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxl\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxl\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxl\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxl\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxl\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxl\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxl\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxl\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxl\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxl\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxl\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxl\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxl\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxl\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:last\:-my-22:last-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxl\:last\:-mx-22:last-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxl\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxl\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxl\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxl\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxl\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxl\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxl\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxl\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxl\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxl\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxl\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxl\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxl\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xxl\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xxl\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xxl\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xxl\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xxl\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xxl\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xxl\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xxl\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xxl\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xxl\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xxl\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xxl\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xxl\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xxl\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xxl\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xxl\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xxl\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xxl\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xxl\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xxl\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xxl\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xxl\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xxl\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xxl\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xxl\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xxl\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xxl\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xxl\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xxl\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xxl\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xxl\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xxl\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xxl\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xxl\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xxl\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xxl\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xxl\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xxl\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xxl\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xxl\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .xxl\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .xxl\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .xxl\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .xxl\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xxl\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xxl\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xxl\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xxl\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xxl\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xxl\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xxl\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xxl\:last\:mt-22:last-child {
    margin-top: 5.5rem;
  }

  .xxl\:last\:mr-22:last-child {
    margin-right: 5.5rem;
  }

  .xxl\:last\:mb-22:last-child {
    margin-bottom: 5.5rem;
  }

  .xxl\:last\:ml-22:last-child {
    margin-left: 5.5rem;
  }

  .xxl\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xxl\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xxl\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xxl\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xxl\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .xxl\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .xxl\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .xxl\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .xxl\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xxl\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xxl\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xxl\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xxl\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xxl\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xxl\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xxl\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xxl\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xxl\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xxl\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xxl\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xxl\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xxl\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xxl\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xxl\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xxl\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xxl\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xxl\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xxl\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xxl\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xxl\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xxl\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xxl\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xxl\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xxl\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xxl\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xxl\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xxl\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xxl\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xxl\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xxl\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xxl\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xxl\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xxl\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xxl\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xxl\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xxl\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xxl\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xxl\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xxl\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xxl\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xxl\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xxl\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xxl\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xxl\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xxl\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xxl\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xxl\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xxl\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xxl\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xxl\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xxl\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xxl\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xxl\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xxl\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xxl\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xxl\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xxl\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xxl\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xxl\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xxl\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xxl\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xxl\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xxl\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .xxl\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .xxl\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .xxl\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .xxl\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xxl\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xxl\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xxl\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xxl\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xxl\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xxl\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xxl\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xxl\:last\:-mt-22:last-child {
    margin-top: -5.5rem;
  }

  .xxl\:last\:-mr-22:last-child {
    margin-right: -5.5rem;
  }

  .xxl\:last\:-mb-22:last-child {
    margin-bottom: -5.5rem;
  }

  .xxl\:last\:-ml-22:last-child {
    margin-left: -5.5rem;
  }

  .xxl\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xxl\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xxl\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xxl\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xxl\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .xxl\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .xxl\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .xxl\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .xxl\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xxl\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xxl\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xxl\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xxl\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xxl\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xxl\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xxl\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xxl\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xxl\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xxl\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xxl\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xxl\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xxl\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xxl\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xxl\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xxl\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xxl\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xxl\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xxl\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xxl\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xxl\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xxl\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xxl\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xxl\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .xxl\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .xxl\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .xxl\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .xxl\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .xxl\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .xxl\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .xxl\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .xxl\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .xxl\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .xxl\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .xxl\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .xxl\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .xxl\:even\:m-22:nth-child(even) {
    margin: 5.5rem;
  }

  .xxl\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .xxl\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .xxl\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .xxl\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .xxl\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .xxl\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .xxl\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .xxl\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .xxl\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .xxl\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .xxl\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .xxl\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .xxl\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .xxl\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .xxl\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .xxl\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .xxl\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .xxl\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .xxl\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .xxl\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .xxl\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .xxl\:even\:-m-22:nth-child(even) {
    margin: -5.5rem;
  }

  .xxl\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .xxl\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .xxl\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .xxl\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .xxl\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .xxl\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .xxl\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .xxl\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .xxl\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxl\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxl\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxl\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxl\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxl\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxl\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxl\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxl\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxl\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxl\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:even\:my-22:nth-child(even) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxl\:even\:mx-22:nth-child(even) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxl\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxl\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxl\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxl\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxl\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxl\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxl\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxl\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxl\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxl\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxl\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxl\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxl\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxl\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxl\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxl\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:even\:-my-22:nth-child(even) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxl\:even\:-mx-22:nth-child(even) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxl\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxl\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxl\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxl\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxl\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxl\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxl\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxl\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxl\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxl\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxl\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxl\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxl\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .xxl\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .xxl\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .xxl\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .xxl\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .xxl\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .xxl\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .xxl\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .xxl\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .xxl\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .xxl\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .xxl\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .xxl\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .xxl\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .xxl\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .xxl\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .xxl\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .xxl\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .xxl\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .xxl\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .xxl\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .xxl\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .xxl\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .xxl\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .xxl\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .xxl\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .xxl\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .xxl\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .xxl\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .xxl\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .xxl\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .xxl\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .xxl\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .xxl\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .xxl\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .xxl\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .xxl\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .xxl\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .xxl\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .xxl\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .xxl\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .xxl\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .xxl\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .xxl\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .xxl\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .xxl\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .xxl\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .xxl\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .xxl\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .xxl\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .xxl\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .xxl\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .xxl\:even\:mt-22:nth-child(even) {
    margin-top: 5.5rem;
  }

  .xxl\:even\:mr-22:nth-child(even) {
    margin-right: 5.5rem;
  }

  .xxl\:even\:mb-22:nth-child(even) {
    margin-bottom: 5.5rem;
  }

  .xxl\:even\:ml-22:nth-child(even) {
    margin-left: 5.5rem;
  }

  .xxl\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .xxl\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .xxl\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .xxl\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .xxl\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .xxl\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .xxl\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .xxl\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .xxl\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .xxl\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .xxl\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .xxl\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .xxl\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .xxl\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .xxl\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .xxl\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .xxl\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .xxl\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .xxl\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .xxl\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .xxl\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .xxl\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .xxl\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .xxl\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .xxl\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .xxl\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .xxl\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .xxl\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .xxl\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .xxl\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .xxl\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .xxl\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .xxl\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .xxl\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .xxl\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .xxl\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .xxl\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .xxl\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .xxl\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .xxl\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .xxl\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .xxl\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .xxl\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .xxl\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .xxl\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .xxl\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .xxl\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .xxl\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .xxl\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .xxl\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .xxl\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .xxl\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .xxl\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .xxl\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .xxl\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .xxl\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .xxl\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .xxl\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .xxl\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .xxl\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .xxl\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .xxl\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .xxl\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .xxl\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .xxl\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .xxl\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .xxl\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .xxl\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .xxl\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .xxl\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .xxl\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .xxl\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .xxl\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .xxl\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .xxl\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .xxl\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .xxl\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .xxl\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .xxl\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .xxl\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .xxl\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .xxl\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .xxl\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .xxl\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .xxl\:even\:-mt-22:nth-child(even) {
    margin-top: -5.5rem;
  }

  .xxl\:even\:-mr-22:nth-child(even) {
    margin-right: -5.5rem;
  }

  .xxl\:even\:-mb-22:nth-child(even) {
    margin-bottom: -5.5rem;
  }

  .xxl\:even\:-ml-22:nth-child(even) {
    margin-left: -5.5rem;
  }

  .xxl\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .xxl\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .xxl\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .xxl\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .xxl\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .xxl\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .xxl\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .xxl\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .xxl\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .xxl\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .xxl\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .xxl\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .xxl\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .xxl\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .xxl\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .xxl\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .xxl\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .xxl\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .xxl\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .xxl\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .xxl\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .xxl\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .xxl\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .xxl\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .xxl\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .xxl\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .xxl\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .xxl\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .xxl\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .xxl\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .xxl\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .xxl\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .xxl\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .xxl\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .xxl\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .xxl\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .xxl\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .xxl\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .xxl\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .xxl\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .xxl\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .xxl\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .xxl\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .xxl\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .xxl\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .xxl\:odd\:m-22:nth-child(odd) {
    margin: 5.5rem;
  }

  .xxl\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .xxl\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .xxl\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .xxl\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .xxl\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .xxl\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .xxl\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .xxl\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .xxl\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .xxl\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .xxl\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .xxl\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .xxl\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .xxl\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .xxl\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .xxl\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .xxl\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .xxl\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .xxl\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .xxl\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .xxl\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .xxl\:odd\:-m-22:nth-child(odd) {
    margin: -5.5rem;
  }

  .xxl\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .xxl\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .xxl\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .xxl\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .xxl\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .xxl\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .xxl\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .xxl\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .xxl\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxl\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxl\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxl\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxl\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxl\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxl\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxl\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxl\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxl\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxl\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:odd\:my-22:nth-child(odd) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxl\:odd\:mx-22:nth-child(odd) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxl\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxl\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxl\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxl\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxl\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxl\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxl\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxl\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxl\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxl\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxl\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxl\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxl\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxl\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxl\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxl\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:odd\:-my-22:nth-child(odd) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxl\:odd\:-mx-22:nth-child(odd) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxl\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxl\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxl\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxl\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxl\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxl\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxl\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxl\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxl\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxl\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxl\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxl\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxl\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .xxl\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .xxl\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .xxl\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .xxl\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .xxl\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .xxl\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .xxl\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .xxl\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .xxl\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .xxl\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .xxl\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .xxl\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .xxl\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .xxl\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .xxl\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .xxl\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .xxl\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .xxl\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .xxl\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .xxl\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .xxl\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .xxl\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .xxl\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .xxl\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .xxl\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .xxl\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .xxl\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .xxl\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .xxl\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .xxl\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .xxl\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .xxl\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .xxl\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .xxl\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .xxl\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .xxl\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .xxl\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .xxl\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .xxl\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .xxl\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .xxl\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .xxl\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .xxl\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .xxl\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .xxl\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .xxl\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .xxl\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .xxl\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .xxl\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .xxl\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .xxl\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .xxl\:odd\:mt-22:nth-child(odd) {
    margin-top: 5.5rem;
  }

  .xxl\:odd\:mr-22:nth-child(odd) {
    margin-right: 5.5rem;
  }

  .xxl\:odd\:mb-22:nth-child(odd) {
    margin-bottom: 5.5rem;
  }

  .xxl\:odd\:ml-22:nth-child(odd) {
    margin-left: 5.5rem;
  }

  .xxl\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .xxl\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .xxl\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .xxl\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .xxl\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .xxl\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .xxl\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .xxl\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .xxl\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .xxl\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .xxl\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .xxl\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .xxl\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .xxl\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .xxl\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .xxl\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .xxl\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .xxl\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .xxl\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .xxl\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .xxl\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .xxl\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .xxl\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .xxl\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .xxl\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .xxl\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .xxl\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .xxl\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .xxl\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .xxl\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .xxl\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .xxl\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .xxl\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .xxl\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .xxl\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .xxl\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .xxl\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .xxl\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .xxl\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .xxl\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .xxl\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .xxl\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .xxl\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .xxl\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .xxl\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .xxl\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .xxl\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .xxl\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .xxl\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .xxl\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .xxl\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .xxl\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .xxl\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .xxl\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .xxl\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .xxl\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .xxl\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .xxl\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .xxl\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .xxl\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .xxl\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .xxl\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .xxl\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .xxl\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .xxl\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .xxl\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .xxl\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .xxl\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .xxl\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .xxl\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .xxl\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .xxl\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .xxl\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .xxl\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .xxl\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .xxl\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .xxl\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .xxl\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .xxl\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .xxl\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .xxl\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .xxl\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .xxl\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .xxl\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .xxl\:odd\:-mt-22:nth-child(odd) {
    margin-top: -5.5rem;
  }

  .xxl\:odd\:-mr-22:nth-child(odd) {
    margin-right: -5.5rem;
  }

  .xxl\:odd\:-mb-22:nth-child(odd) {
    margin-bottom: -5.5rem;
  }

  .xxl\:odd\:-ml-22:nth-child(odd) {
    margin-left: -5.5rem;
  }

  .xxl\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .xxl\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .xxl\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .xxl\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .xxl\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .xxl\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .xxl\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .xxl\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .xxl\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .xxl\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .xxl\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .xxl\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .xxl\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .xxl\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .xxl\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .xxl\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .xxl\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .xxl\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .xxl\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .xxl\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .xxl\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .xxl\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .xxl\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .xxl\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .xxl\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .xxl\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .xxl\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .xxl\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .xxl\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .xxl\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .xxl\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .xxl\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .xxl\:max-h-full {
    max-height: 100%;
  }

  .xxl\:max-h-screen {
    max-height: 100vh;
  }

  .xxl\:max-w-none {
    max-width: none;
  }

  .xxl\:max-w-xs {
    max-width: 20rem;
  }

  .xxl\:max-w-sm {
    max-width: 24rem;
  }

  .xxl\:max-w-md {
    max-width: 28rem;
  }

  .xxl\:max-w-lg {
    max-width: 32rem;
  }

  .xxl\:max-w-xl {
    max-width: 36rem;
  }

  .xxl\:max-w-2xl {
    max-width: 42rem;
  }

  .xxl\:max-w-3xl {
    max-width: 48rem;
  }

  .xxl\:max-w-4xl {
    max-width: 56rem;
  }

  .xxl\:max-w-5xl {
    max-width: 64rem;
  }

  .xxl\:max-w-6xl {
    max-width: 72rem;
  }

  .xxl\:max-w-full {
    max-width: 100%;
  }

  .xxl\:max-w-screen-xs {
    max-width: 480px;
  }

  .xxl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xxl\:max-w-screen-md {
    max-width: 768px;
  }

  .xxl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xxl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xxl\:max-w-screen-xxl {
    max-width: 1400px;
  }

  .xxl\:max-w-screen-xxxl {
    max-width: 1600px;
  }

  .xxl\:max-w-screen-XL {
    max-width: 2000px;
  }

  .xxl\:min-h-0 {
    min-height: 0;
  }

  .xxl\:min-h-full {
    min-height: 100%;
  }

  .xxl\:min-h-screen {
    min-height: 100vh;
  }

  .xxl\:min-w-0 {
    min-width: 0;
  }

  .xxl\:min-w-full {
    min-width: 100%;
  }

  .xxl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xxl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xxl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xxl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xxl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xxl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xxl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xxl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xxl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xxl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xxl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xxl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xxl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xxl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xxl\:opacity-0 {
    opacity: 0;
  }

  .xxl\:opacity-25 {
    opacity: 0.25;
  }

  .xxl\:opacity-35 {
    opacity: 0.35;
  }

  .xxl\:opacity-45 {
    opacity: 0.45;
  }

  .xxl\:opacity-50 {
    opacity: 0.5;
  }

  .xxl\:opacity-75 {
    opacity: 0.75;
  }

  .xxl\:opacity-100 {
    opacity: 1;
  }

  .xxl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xxl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xxl\:hover\:opacity-35:hover {
    opacity: 0.35;
  }

  .xxl\:hover\:opacity-45:hover {
    opacity: 0.45;
  }

  .xxl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xxl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xxl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xxl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xxl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xxl\:focus\:opacity-35:focus {
    opacity: 0.35;
  }

  .xxl\:focus\:opacity-45:focus {
    opacity: 0.45;
  }

  .xxl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xxl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xxl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xxl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxl\:overflow-auto {
    overflow: auto;
  }

  .xxl\:overflow-hidden {
    overflow: hidden;
  }

  .xxl\:overflow-visible {
    overflow: visible;
  }

  .xxl\:overflow-scroll {
    overflow: scroll;
  }

  .xxl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxl\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xxl\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xxl\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xxl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xxl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xxl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xxl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xxl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xxl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xxl\:p-0 {
    padding: 0;
  }

  .xxl\:p-1 {
    padding: 0.25rem;
  }

  .xxl\:p-2 {
    padding: 0.5rem;
  }

  .xxl\:p-3 {
    padding: 0.75rem;
  }

  .xxl\:p-4 {
    padding: 1rem;
  }

  .xxl\:p-5 {
    padding: 1.25rem;
  }

  .xxl\:p-6 {
    padding: 1.5rem;
  }

  .xxl\:p-8 {
    padding: 2rem;
  }

  .xxl\:p-10 {
    padding: 2.5rem;
  }

  .xxl\:p-12 {
    padding: 3rem;
  }

  .xxl\:p-14 {
    padding: 3.5rem;
  }

  .xxl\:p-16 {
    padding: 4rem;
  }

  .xxl\:p-20 {
    padding: 5rem;
  }

  .xxl\:p-22 {
    padding: 5.5rem;
  }

  .xxl\:p-24 {
    padding: 6rem;
  }

  .xxl\:p-28 {
    padding: 7rem;
  }

  .xxl\:p-32 {
    padding: 8rem;
  }

  .xxl\:p-40 {
    padding: 10rem;
  }

  .xxl\:p-48 {
    padding: 12rem;
  }

  .xxl\:p-56 {
    padding: 14rem;
  }

  .xxl\:p-64 {
    padding: 16rem;
  }

  .xxl\:p-px {
    padding: 1px;
  }

  .xxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xxl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xxl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xxl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xxl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xxl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xxl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xxl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xxl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xxl\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xxl\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xxl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xxl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xxl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xxl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xxl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xxl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xxl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xxl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xxl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xxl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxl\:pt-0 {
    padding-top: 0;
  }

  .xxl\:pr-0 {
    padding-right: 0;
  }

  .xxl\:pb-0 {
    padding-bottom: 0;
  }

  .xxl\:pl-0 {
    padding-left: 0;
  }

  .xxl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xxl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xxl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xxl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xxl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xxl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xxl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xxl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xxl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xxl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xxl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xxl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xxl\:pt-4 {
    padding-top: 1rem;
  }

  .xxl\:pr-4 {
    padding-right: 1rem;
  }

  .xxl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxl\:pl-4 {
    padding-left: 1rem;
  }

  .xxl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xxl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xxl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xxl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xxl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxl\:pt-8 {
    padding-top: 2rem;
  }

  .xxl\:pr-8 {
    padding-right: 2rem;
  }

  .xxl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxl\:pl-8 {
    padding-left: 2rem;
  }

  .xxl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xxl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xxl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xxl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xxl\:pt-12 {
    padding-top: 3rem;
  }

  .xxl\:pr-12 {
    padding-right: 3rem;
  }

  .xxl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xxl\:pl-12 {
    padding-left: 3rem;
  }

  .xxl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xxl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xxl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xxl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xxl\:pt-16 {
    padding-top: 4rem;
  }

  .xxl\:pr-16 {
    padding-right: 4rem;
  }

  .xxl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xxl\:pl-16 {
    padding-left: 4rem;
  }

  .xxl\:pt-20 {
    padding-top: 5rem;
  }

  .xxl\:pr-20 {
    padding-right: 5rem;
  }

  .xxl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xxl\:pl-20 {
    padding-left: 5rem;
  }

  .xxl\:pt-22 {
    padding-top: 5.5rem;
  }

  .xxl\:pr-22 {
    padding-right: 5.5rem;
  }

  .xxl\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .xxl\:pl-22 {
    padding-left: 5.5rem;
  }

  .xxl\:pt-24 {
    padding-top: 6rem;
  }

  .xxl\:pr-24 {
    padding-right: 6rem;
  }

  .xxl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xxl\:pl-24 {
    padding-left: 6rem;
  }

  .xxl\:pt-28 {
    padding-top: 7rem;
  }

  .xxl\:pr-28 {
    padding-right: 7rem;
  }

  .xxl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xxl\:pl-28 {
    padding-left: 7rem;
  }

  .xxl\:pt-32 {
    padding-top: 8rem;
  }

  .xxl\:pr-32 {
    padding-right: 8rem;
  }

  .xxl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xxl\:pl-32 {
    padding-left: 8rem;
  }

  .xxl\:pt-40 {
    padding-top: 10rem;
  }

  .xxl\:pr-40 {
    padding-right: 10rem;
  }

  .xxl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xxl\:pl-40 {
    padding-left: 10rem;
  }

  .xxl\:pt-48 {
    padding-top: 12rem;
  }

  .xxl\:pr-48 {
    padding-right: 12rem;
  }

  .xxl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xxl\:pl-48 {
    padding-left: 12rem;
  }

  .xxl\:pt-56 {
    padding-top: 14rem;
  }

  .xxl\:pr-56 {
    padding-right: 14rem;
  }

  .xxl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xxl\:pl-56 {
    padding-left: 14rem;
  }

  .xxl\:pt-64 {
    padding-top: 16rem;
  }

  .xxl\:pr-64 {
    padding-right: 16rem;
  }

  .xxl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xxl\:pl-64 {
    padding-left: 16rem;
  }

  .xxl\:pt-px {
    padding-top: 1px;
  }

  .xxl\:pr-px {
    padding-right: 1px;
  }

  .xxl\:pb-px {
    padding-bottom: 1px;
  }

  .xxl\:pl-px {
    padding-left: 1px;
  }

  .xxl\:placeholder-flesh::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxl\:placeholder-flesh::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxl\:placeholder-flesh::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxl\:placeholder-flesh::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxl\:placeholder-gulfBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxl\:placeholder-gulfBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxl\:placeholder-gulfBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxl\:placeholder-gulfBlue::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueDark::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueCheckbox::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueCheckbox::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueCheckbox::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueCheckbox::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueCyan::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueCyan::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueCyan::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueCyan::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueDarkHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueDarkHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueDarkHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueDarkHover::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueMedium::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueMediumHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueMediumHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueMediumHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueMediumHover::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueProgrammaBack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueProgrammaBack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueProgrammaBack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueProgrammaBack::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueHover::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLightDarker::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLightDarker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLightDarker::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLightDarker::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLightDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLightDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLightDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLightDark::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxl\:placeholder-perano::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxl\:placeholder-perano::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxl\:placeholder-perano::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxl\:placeholder-perano::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxl\:placeholder-blueLight::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxl\:placeholder-bluePersian::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxl\:placeholder-bluePersian::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxl\:placeholder-bluePersian::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxl\:placeholder-bluePersian::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxl\:placeholder-mediumElectricBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxl\:placeholder-mediumElectricBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxl\:placeholder-mediumElectricBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxl\:placeholder-mediumElectricBlue::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxl\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:placeholder-redCadmium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxl\:placeholder-redCadmium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxl\:placeholder-redCadmium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxl\:placeholder-redCadmium::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxl\:placeholder-redHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxl\:placeholder-redHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxl\:placeholder-redHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxl\:placeholder-redHover::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxl\:placeholder-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxl\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxl\:placeholder-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxl\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxl\:placeholder-yellowHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxl\:placeholder-yellowHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxl\:placeholder-yellowHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxl\:placeholder-yellowHover::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyLighter::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyLighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyLighter::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyLighter::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyLight::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxl\:placeholder-grey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxl\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxl\:placeholder-grey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxl\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyMedium::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyWarm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyWarm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyWarm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyWarm::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxl\:placeholder-darkGrey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:placeholder-darkGrey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:placeholder-darkGrey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:placeholder-darkGrey::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:placeholder-darkGreyHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxl\:placeholder-darkGreyHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxl\:placeholder-darkGreyHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxl\:placeholder-darkGreyHover::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxl\:placeholder-shadedFilters::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:placeholder-shadedFilters::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:placeholder-shadedFilters::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:placeholder-shadedFilters::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:placeholder-thunderBlack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:placeholder-thunderBlack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:placeholder-thunderBlack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:placeholder-thunderBlack::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyText::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyText::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyText::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyText::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyTextForm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyTextForm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyTextForm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxl\:placeholder-greyTextForm::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxl\:placeholder-mountainMist::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-mountainMist::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-mountainMist::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-mountainMist::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .xxl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xxl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .xxl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xxl\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxl\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxl\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxl\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-flesh:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-flesh:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-flesh:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-flesh:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gulfBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gulfBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gulfBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gulfBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueCheckbox:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueCheckbox:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueCheckbox:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueCheckbox:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueCyan:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueCyan:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueCyan:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueCyan:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueDarkHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueDarkHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueDarkHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueDarkHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueMediumHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueMediumHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueMediumHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueMediumHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueProgrammaBack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueProgrammaBack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueProgrammaBack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueProgrammaBack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLightDarker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLightDarker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLightDarker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLightDarker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLightDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLightDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLightDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLightDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-perano:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-perano:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-perano:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-perano:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blueLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-bluePersian:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-bluePersian:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-bluePersian:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-bluePersian:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-mediumElectricBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-mediumElectricBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-mediumElectricBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-mediumElectricBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-redCadmium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-redCadmium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-redCadmium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-redCadmium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-redHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-redHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-redHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-redHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellowHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellowHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellowHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellowHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyLighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyLighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyLighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyLighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-grey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-grey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyWarm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyWarm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyWarm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyWarm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-darkGrey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-darkGrey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-darkGrey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-darkGrey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-darkGreyHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-darkGreyHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-darkGreyHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-darkGreyHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-shadedFilters:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:placeholder-shadedFilters:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:placeholder-shadedFilters:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:placeholder-shadedFilters:focus::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:placeholder-thunderBlack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-thunderBlack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-thunderBlack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-thunderBlack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyText:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyText:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyText:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyText:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyTextForm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyTextForm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyTextForm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-greyTextForm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-mountainMist:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-mountainMist:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-mountainMist:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-mountainMist:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .xxl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xxl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .xxl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xxl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxl\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xxl\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xxl\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xxl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .xxl\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxl\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxl\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxl\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxl\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxl\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxl\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxl\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxl\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxl\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxl\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxl\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxl\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxl\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxl\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxl\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxl\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxl\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xxl\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xxl\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xxl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxl\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxl\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxl\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxl\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxl\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxl\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxl\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxl\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .xxl\:pointer-events-none {
    pointer-events: none;
  }

  .xxl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxl\:static {
    position: static;
  }

  .xxl\:fixed {
    position: fixed;
  }

  .xxl\:absolute {
    position: absolute;
  }

  .xxl\:relative {
    position: relative;
  }

  .xxl\:sticky {
    position: sticky;
  }

  .xxl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xxl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xxl\:inset-3 {
    top: .75rem;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
  }

  .xxl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xxl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xxl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xxl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xxl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xxl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xxl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xxl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xxl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xxl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xxl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xxl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xxl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xxl\:inset-y-3 {
    top: .75rem;
    bottom: .75rem;
  }

  .xxl\:inset-x-3 {
    right: .75rem;
    left: .75rem;
  }

  .xxl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xxl\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .xxl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xxl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xxl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xxl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xxl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xxl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xxl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xxl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .xxl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xxl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xxl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xxl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xxl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xxl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xxl\:top-0 {
    top: 0;
  }

  .xxl\:right-0 {
    right: 0;
  }

  .xxl\:bottom-0 {
    bottom: 0;
  }

  .xxl\:left-0 {
    left: 0;
  }

  .xxl\:top-1 {
    top: 0.25rem;
  }

  .xxl\:right-1 {
    right: 0.25rem;
  }

  .xxl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xxl\:left-1 {
    left: 0.25rem;
  }

  .xxl\:top-2 {
    top: 0.5rem;
  }

  .xxl\:right-2 {
    right: 0.5rem;
  }

  .xxl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xxl\:left-2 {
    left: 0.5rem;
  }

  .xxl\:top-3 {
    top: .75rem;
  }

  .xxl\:right-3 {
    right: .75rem;
  }

  .xxl\:bottom-3 {
    bottom: .75rem;
  }

  .xxl\:left-3 {
    left: .75rem;
  }

  .xxl\:top-4 {
    top: 1rem;
  }

  .xxl\:right-4 {
    right: 1rem;
  }

  .xxl\:bottom-4 {
    bottom: 1rem;
  }

  .xxl\:left-4 {
    left: 1rem;
  }

  .xxl\:top-5 {
    top: 1.25rem;
  }

  .xxl\:right-5 {
    right: 1.25rem;
  }

  .xxl\:bottom-5 {
    bottom: 1.25rem;
  }

  .xxl\:left-5 {
    left: 1.25rem;
  }

  .xxl\:top-6 {
    top: 1.5rem;
  }

  .xxl\:right-6 {
    right: 1.5rem;
  }

  .xxl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xxl\:left-6 {
    left: 1.5rem;
  }

  .xxl\:top-7 {
    top: 1.75rem;
  }

  .xxl\:right-7 {
    right: 1.75rem;
  }

  .xxl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xxl\:left-7 {
    left: 1.75rem;
  }

  .xxl\:top-8 {
    top: 2rem;
  }

  .xxl\:right-8 {
    right: 2rem;
  }

  .xxl\:bottom-8 {
    bottom: 2rem;
  }

  .xxl\:left-8 {
    left: 2rem;
  }

  .xxl\:top-9 {
    top: 2.25rem;
  }

  .xxl\:right-9 {
    right: 2.25rem;
  }

  .xxl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xxl\:left-9 {
    left: 2.25rem;
  }

  .xxl\:top-10 {
    top: 2.5rem;
  }

  .xxl\:right-10 {
    right: 2.5rem;
  }

  .xxl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xxl\:left-10 {
    left: 2.5rem;
  }

  .xxl\:top-auto {
    top: auto;
  }

  .xxl\:right-auto {
    right: auto;
  }

  .xxl\:bottom-auto {
    bottom: auto;
  }

  .xxl\:left-auto {
    left: auto;
  }

  .xxl\:resize-none {
    resize: none;
  }

  .xxl\:resize-y {
    resize: vertical;
  }

  .xxl\:resize-x {
    resize: horizontal;
  }

  .xxl\:resize {
    resize: both;
  }

  .xxl\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xxl\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xxl\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxl\:shadow-lg_noBottom {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:shadow-lg_noTop {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxl\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxl\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxl\:hover\:shadow-lg_noBottom:hover {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:shadow-lg_noTop:hover {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxl\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxl\:focus\:shadow-lg_noBottom:focus {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:shadow-lg_noTop:focus {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:fill-current {
    fill: currentColor;
  }

  .xxl\:stroke-current {
    stroke: currentColor;
  }

  .xxl\:stroke-0 {
    stroke-width: 0;
  }

  .xxl\:stroke-1 {
    stroke-width: 1;
  }

  .xxl\:stroke-2 {
    stroke-width: 2;
  }

  .xxl\:table-auto {
    table-layout: auto;
  }

  .xxl\:table-fixed {
    table-layout: fixed;
  }

  .xxl\:text-left {
    text-align: left;
  }

  .xxl\:text-center {
    text-align: center;
  }

  .xxl\:text-right {
    text-align: right;
  }

  .xxl\:text-justify {
    text-align: justify;
  }

  .xxl\:text-flesh {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xxl\:text-gulfBlue {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xxl\:text-blueDark {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xxl\:text-blueCheckbox {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xxl\:text-blueCyan {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xxl\:text-blueDarkHover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xxl\:text-blueMedium {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxl\:text-blueMediumHover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xxl\:text-blue {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xxl\:text-blueProgrammaBack {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xxl\:text-blueHover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxl\:text-blueLightDarker {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xxl\:text-blueLightDark {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xxl\:text-perano {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xxl\:text-blueLight {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xxl\:text-bluePersian {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xxl\:text-mediumElectricBlue {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xxl\:text-red {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xxl\:text-redCadmium {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xxl\:text-redHover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xxl\:text-yellow {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xxl\:text-yellowHover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xxl\:text-greyLighter {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xxl\:text-greyLight {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xxl\:text-grey {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xxl\:text-greyMedium {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xxl\:text-greyWarm {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xxl\:text-darkGrey {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxl\:text-darkGreyHover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xxl\:text-shadedFilters {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:text-thunderBlack {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxl\:text-greyText {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxl\:text-greyTextForm {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xxl\:text-mountainMist {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxl\:text-transparent {
    color: transparent;
  }

  .xxl\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xxl\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xxl\:hover\:text-flesh:hover {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xxl\:hover\:text-gulfBlue:hover {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xxl\:hover\:text-blueDark:hover {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xxl\:hover\:text-blueCheckbox:hover {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xxl\:hover\:text-blueCyan:hover {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xxl\:hover\:text-blueDarkHover:hover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xxl\:hover\:text-blueMedium:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxl\:hover\:text-blueMediumHover:hover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xxl\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xxl\:hover\:text-blueProgrammaBack:hover {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xxl\:hover\:text-blueHover:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxl\:hover\:text-blueLightDarker:hover {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xxl\:hover\:text-blueLightDark:hover {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xxl\:hover\:text-perano:hover {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xxl\:hover\:text-blueLight:hover {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xxl\:hover\:text-bluePersian:hover {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xxl\:hover\:text-mediumElectricBlue:hover {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xxl\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xxl\:hover\:text-redCadmium:hover {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xxl\:hover\:text-redHover:hover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xxl\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xxl\:hover\:text-yellowHover:hover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xxl\:hover\:text-greyLighter:hover {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xxl\:hover\:text-greyLight:hover {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xxl\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xxl\:hover\:text-greyMedium:hover {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xxl\:hover\:text-greyWarm:hover {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xxl\:hover\:text-darkGrey:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxl\:hover\:text-darkGreyHover:hover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xxl\:hover\:text-shadedFilters:hover {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:text-thunderBlack:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxl\:hover\:text-greyText:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxl\:hover\:text-greyTextForm:hover {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xxl\:hover\:text-mountainMist:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xxl\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xxl\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xxl\:focus\:text-flesh:focus {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xxl\:focus\:text-gulfBlue:focus {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xxl\:focus\:text-blueDark:focus {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xxl\:focus\:text-blueCheckbox:focus {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xxl\:focus\:text-blueCyan:focus {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xxl\:focus\:text-blueDarkHover:focus {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xxl\:focus\:text-blueMedium:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxl\:focus\:text-blueMediumHover:focus {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xxl\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xxl\:focus\:text-blueProgrammaBack:focus {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xxl\:focus\:text-blueHover:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxl\:focus\:text-blueLightDarker:focus {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xxl\:focus\:text-blueLightDark:focus {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xxl\:focus\:text-perano:focus {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xxl\:focus\:text-blueLight:focus {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xxl\:focus\:text-bluePersian:focus {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xxl\:focus\:text-mediumElectricBlue:focus {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xxl\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xxl\:focus\:text-redCadmium:focus {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xxl\:focus\:text-redHover:focus {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xxl\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xxl\:focus\:text-yellowHover:focus {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xxl\:focus\:text-greyLighter:focus {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xxl\:focus\:text-greyLight:focus {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xxl\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xxl\:focus\:text-greyMedium:focus {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xxl\:focus\:text-greyWarm:focus {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xxl\:focus\:text-darkGrey:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxl\:focus\:text-darkGreyHover:focus {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xxl\:focus\:text-shadedFilters:focus {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:text-thunderBlack:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxl\:focus\:text-greyText:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxl\:focus\:text-greyTextForm:focus {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xxl\:focus\:text-mountainMist:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xxl\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xxl\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xxl\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xxl\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xxl\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .xxl\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .xxl\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xxl\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xxl\:text-opacity-100 {
    --text-opacity: 1;
  }

  .xxl\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .xxl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .xxl\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35;
  }

  .xxl\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45;
  }

  .xxl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .xxl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .xxl\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .xxl\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .xxl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .xxl\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35;
  }

  .xxl\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45;
  }

  .xxl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .xxl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .xxl\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .xxl\:italic {
    font-style: italic;
  }

  .xxl\:not-italic {
    font-style: normal;
  }

  .xxl\:uppercase {
    text-transform: uppercase;
  }

  .xxl\:lowercase {
    text-transform: lowercase;
  }

  .xxl\:capitalize {
    text-transform: capitalize;
  }

  .xxl\:normal-case {
    text-transform: none;
  }

  .xxl\:underline {
    text-decoration: underline;
  }

  .xxl\:line-through {
    text-decoration: line-through;
  }

  .xxl\:no-underline {
    text-decoration: none;
  }

  .xxl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xxl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xxl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xxl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:ordinal, .xxl\:slashed-zero, .xxl\:lining-nums, .xxl\:oldstyle-nums, .xxl\:proportional-nums, .xxl\:tabular-nums, .xxl\:diagonal-fractions, .xxl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xxl\:normal-nums {
    font-variant-numeric: normal;
  }

  .xxl\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xxl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xxl\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .xxl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xxl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xxl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xxl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xxl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xxl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xxl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xxl\:tracking-normal {
    letter-spacing: 0;
  }

  .xxl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xxl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xxl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xxl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xxl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xxl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xxl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xxl\:align-baseline {
    vertical-align: baseline;
  }

  .xxl\:align-top {
    vertical-align: top;
  }

  .xxl\:align-middle {
    vertical-align: middle;
  }

  .xxl\:align-bottom {
    vertical-align: bottom;
  }

  .xxl\:align-text-top {
    vertical-align: text-top;
  }

  .xxl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxl\:visible {
    visibility: visible;
  }

  .xxl\:invisible {
    visibility: hidden;
  }

  .xxl\:whitespace-normal {
    white-space: normal;
  }

  .xxl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxl\:whitespace-pre {
    white-space: pre;
  }

  .xxl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxl\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xxl\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xxl\:break-all {
    word-break: break-all;
  }

  .xxl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxl\:w-0 {
    width: 0;
  }

  .xxl\:w-1 {
    width: 0.25rem;
  }

  .xxl\:w-2 {
    width: 0.5rem;
  }

  .xxl\:w-3 {
    width: 0.75rem;
  }

  .xxl\:w-4 {
    width: 1rem;
  }

  .xxl\:w-5 {
    width: 1.25rem;
  }

  .xxl\:w-6 {
    width: 1.5rem;
  }

  .xxl\:w-8 {
    width: 2rem;
  }

  .xxl\:w-10 {
    width: 2.5rem;
  }

  .xxl\:w-12 {
    width: 3rem;
  }

  .xxl\:w-14 {
    width: 3.5rem;
  }

  .xxl\:w-16 {
    width: 4rem;
  }

  .xxl\:w-20 {
    width: 5rem;
  }

  .xxl\:w-22 {
    width: 5.5rem;
  }

  .xxl\:w-24 {
    width: 6rem;
  }

  .xxl\:w-28 {
    width: 7rem;
  }

  .xxl\:w-32 {
    width: 8rem;
  }

  .xxl\:w-40 {
    width: 10rem;
  }

  .xxl\:w-48 {
    width: 12rem;
  }

  .xxl\:w-56 {
    width: 14rem;
  }

  .xxl\:w-64 {
    width: 16rem;
  }

  .xxl\:w-auto {
    width: auto;
  }

  .xxl\:w-px {
    width: 1px;
  }

  .xxl\:w-1\/2 {
    width: 50%;
  }

  .xxl\:w-1\/3 {
    width: 33.333333%;
  }

  .xxl\:w-2\/3 {
    width: 66.666667%;
  }

  .xxl\:w-1\/4 {
    width: 25%;
  }

  .xxl\:w-2\/4 {
    width: 50%;
  }

  .xxl\:w-3\/4 {
    width: 75%;
  }

  .xxl\:w-1\/5 {
    width: 20%;
  }

  .xxl\:w-2\/5 {
    width: 40%;
  }

  .xxl\:w-3\/5 {
    width: 60%;
  }

  .xxl\:w-4\/5 {
    width: 80%;
  }

  .xxl\:w-1\/6 {
    width: 16.666667%;
  }

  .xxl\:w-2\/6 {
    width: 33.333333%;
  }

  .xxl\:w-3\/6 {
    width: 50%;
  }

  .xxl\:w-4\/6 {
    width: 66.666667%;
  }

  .xxl\:w-5\/6 {
    width: 83.333333%;
  }

  .xxl\:w-1\/12 {
    width: 8.333333%;
  }

  .xxl\:w-2\/12 {
    width: 16.666667%;
  }

  .xxl\:w-3\/12 {
    width: 25%;
  }

  .xxl\:w-4\/12 {
    width: 33.333333%;
  }

  .xxl\:w-5\/12 {
    width: 41.666667%;
  }

  .xxl\:w-6\/12 {
    width: 50%;
  }

  .xxl\:w-7\/12 {
    width: 58.333333%;
  }

  .xxl\:w-8\/12 {
    width: 66.666667%;
  }

  .xxl\:w-9\/12 {
    width: 75%;
  }

  .xxl\:w-10\/12 {
    width: 83.333333%;
  }

  .xxl\:w-11\/12 {
    width: 91.666667%;
  }

  .xxl\:w-full {
    width: 100%;
  }

  .xxl\:w-screen {
    width: 100vw;
  }

  .xxl\:w-48\% {
    width: 48%;
  }

  .xxl\:z-0 {
    z-index: 0;
  }

  .xxl\:z-10 {
    z-index: 10;
  }

  .xxl\:z-20 {
    z-index: 20;
  }

  .xxl\:z-30 {
    z-index: 30;
  }

  .xxl\:z-40 {
    z-index: 40;
  }

  .xxl\:z-50 {
    z-index: 50;
  }

  .xxl\:z-auto {
    z-index: auto;
  }

  .xxl\:-z-1 {
    z-index: -1;
  }

  .xxl\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xxl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xxl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xxl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xxl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xxl\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xxl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xxl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xxl\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xxl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xxl\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xxl\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xxl\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xxl\:gap-22 {
    grid-gap: 5.5rem;
    gap: 5.5rem;
  }

  .xxl\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xxl\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xxl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xxl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xxl\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xxl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xxl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xxl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xxl\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xxl\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xxl\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xxl\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .xxl\:col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .xxl\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xxl\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .xxl\:col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .xxl\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xxl\:col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .xxl\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .xxl\:col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .xxl\:col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .xxl\:col-gap-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .xxl\:col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .xxl\:col-gap-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .xxl\:col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xxl\:col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .xxl\:col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .xxl\:col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .xxl\:col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .xxl\:col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .xxl\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xxl\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xxl\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xxl\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .xxl\:gap-x-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .xxl\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xxl\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .xxl\:gap-x-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .xxl\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xxl\:gap-x-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .xxl\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .xxl\:gap-x-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .xxl\:gap-x-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .xxl\:gap-x-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .xxl\:gap-x-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .xxl\:gap-x-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .xxl\:gap-x-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xxl\:gap-x-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .xxl\:gap-x-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .xxl\:gap-x-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .xxl\:gap-x-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .xxl\:gap-x-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .xxl\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xxl\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xxl\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xxl\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xxl\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xxl\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xxl\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xxl\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xxl\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xxl\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xxl\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xxl\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xxl\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xxl\:row-gap-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .xxl\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xxl\:row-gap-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xxl\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xxl\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xxl\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xxl\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xxl\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xxl\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xxl\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xxl\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xxl\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xxl\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xxl\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xxl\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xxl\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xxl\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xxl\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xxl\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xxl\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xxl\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xxl\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xxl\:gap-y-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .xxl\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xxl\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xxl\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xxl\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xxl\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xxl\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xxl\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xxl\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xxl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xxl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xxl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xxl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xxl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xxl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xxl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xxl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xxl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xxl\:col-auto {
    grid-column: auto;
  }

  .xxl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xxl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xxl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xxl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xxl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xxl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xxl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xxl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xxl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xxl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xxl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xxl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xxl\:col-start-1 {
    grid-column-start: 1;
  }

  .xxl\:col-start-2 {
    grid-column-start: 2;
  }

  .xxl\:col-start-3 {
    grid-column-start: 3;
  }

  .xxl\:col-start-4 {
    grid-column-start: 4;
  }

  .xxl\:col-start-5 {
    grid-column-start: 5;
  }

  .xxl\:col-start-6 {
    grid-column-start: 6;
  }

  .xxl\:col-start-7 {
    grid-column-start: 7;
  }

  .xxl\:col-start-8 {
    grid-column-start: 8;
  }

  .xxl\:col-start-9 {
    grid-column-start: 9;
  }

  .xxl\:col-start-10 {
    grid-column-start: 10;
  }

  .xxl\:col-start-11 {
    grid-column-start: 11;
  }

  .xxl\:col-start-12 {
    grid-column-start: 12;
  }

  .xxl\:col-start-13 {
    grid-column-start: 13;
  }

  .xxl\:col-start-auto {
    grid-column-start: auto;
  }

  .xxl\:col-end-1 {
    grid-column-end: 1;
  }

  .xxl\:col-end-2 {
    grid-column-end: 2;
  }

  .xxl\:col-end-3 {
    grid-column-end: 3;
  }

  .xxl\:col-end-4 {
    grid-column-end: 4;
  }

  .xxl\:col-end-5 {
    grid-column-end: 5;
  }

  .xxl\:col-end-6 {
    grid-column-end: 6;
  }

  .xxl\:col-end-7 {
    grid-column-end: 7;
  }

  .xxl\:col-end-8 {
    grid-column-end: 8;
  }

  .xxl\:col-end-9 {
    grid-column-end: 9;
  }

  .xxl\:col-end-10 {
    grid-column-end: 10;
  }

  .xxl\:col-end-11 {
    grid-column-end: 11;
  }

  .xxl\:col-end-12 {
    grid-column-end: 12;
  }

  .xxl\:col-end-13 {
    grid-column-end: 13;
  }

  .xxl\:col-end-auto {
    grid-column-end: auto;
  }

  .xxl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xxl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xxl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xxl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xxl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xxl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xxl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xxl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xxl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xxl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xxl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xxl\:row-auto {
    grid-row: auto;
  }

  .xxl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xxl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xxl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xxl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xxl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xxl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xxl\:row-start-1 {
    grid-row-start: 1;
  }

  .xxl\:row-start-2 {
    grid-row-start: 2;
  }

  .xxl\:row-start-3 {
    grid-row-start: 3;
  }

  .xxl\:row-start-4 {
    grid-row-start: 4;
  }

  .xxl\:row-start-5 {
    grid-row-start: 5;
  }

  .xxl\:row-start-6 {
    grid-row-start: 6;
  }

  .xxl\:row-start-7 {
    grid-row-start: 7;
  }

  .xxl\:row-start-auto {
    grid-row-start: auto;
  }

  .xxl\:row-end-1 {
    grid-row-end: 1;
  }

  .xxl\:row-end-2 {
    grid-row-end: 2;
  }

  .xxl\:row-end-3 {
    grid-row-end: 3;
  }

  .xxl\:row-end-4 {
    grid-row-end: 4;
  }

  .xxl\:row-end-5 {
    grid-row-end: 5;
  }

  .xxl\:row-end-6 {
    grid-row-end: 6;
  }

  .xxl\:row-end-7 {
    grid-row-end: 7;
  }

  .xxl\:row-end-auto {
    grid-row-end: auto;
  }

  .xxl\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
         -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xxl\:transform-none {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .xxl\:origin-center {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }

  .xxl\:origin-top {
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }

  .xxl\:origin-top-right {
    -webkit-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
  }

  .xxl\:origin-right {
    -webkit-transform-origin: right;
         -o-transform-origin: right;
            transform-origin: right;
  }

  .xxl\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .xxl\:origin-bottom {
    -webkit-transform-origin: bottom;
         -o-transform-origin: bottom;
            transform-origin: bottom;
  }

  .xxl\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .xxl\:origin-left {
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
  }

  .xxl\:origin-top-left {
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
  }

  .xxl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xxl\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xxl\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xxl\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xxl\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xxl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xxl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xxl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xxl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xxl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xxl\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xxl\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xxl\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xxl\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xxl\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xxl\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xxl\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xxl\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xxl\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xxl\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xxl\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xxl\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xxl\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xxl\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xxl\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xxl\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xxl\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xxl\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xxl\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xxl\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xxl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xxl\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xxl\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xxl\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xxl\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xxl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xxl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xxl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xxl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xxl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xxl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xxl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xxl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xxl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xxl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xxl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xxl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xxl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xxl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xxl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xxl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xxl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xxl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xxl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xxl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xxl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xxl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xxl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xxl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xxl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xxl\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xxl\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xxl\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xxl\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xxl\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xxl\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xxl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xxl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xxl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xxl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xxl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xxl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xxl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xxl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xxl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xxl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xxl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xxl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xxl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xxl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xxl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xxl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xxl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xxl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xxl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xxl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xxl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xxl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xxl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xxl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xxl\:rotate-0 {
    --transform-rotate: 0;
  }

  .xxl\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xxl\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xxl\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xxl\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xxl\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xxl\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xxl\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xxl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xxl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xxl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xxl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xxl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xxl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xxl\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xxl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xxl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xxl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xxl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xxl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xxl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xxl\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xxl\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xxl\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xxl\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xxl\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xxl\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xxl\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xxl\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xxl\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xxl\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xxl\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .xxl\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xxl\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xxl\:translate-x-22 {
    --transform-translate-x: 5.5rem;
  }

  .xxl\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xxl\:translate-x-28 {
    --transform-translate-x: 7rem;
  }

  .xxl\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xxl\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xxl\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xxl\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xxl\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xxl\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xxl\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xxl\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xxl\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xxl\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xxl\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xxl\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xxl\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xxl\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xxl\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xxl\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .xxl\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xxl\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xxl\:-translate-x-22 {
    --transform-translate-x: -5.5rem;
  }

  .xxl\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xxl\:-translate-x-28 {
    --transform-translate-x: -7rem;
  }

  .xxl\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xxl\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xxl\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xxl\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xxl\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xxl\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xxl\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xxl\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xxl\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xxl\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xxl\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xxl\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xxl\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xxl\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xxl\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xxl\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xxl\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xxl\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xxl\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xxl\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xxl\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .xxl\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xxl\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xxl\:translate-y-22 {
    --transform-translate-y: 5.5rem;
  }

  .xxl\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xxl\:translate-y-28 {
    --transform-translate-y: 7rem;
  }

  .xxl\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xxl\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xxl\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xxl\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xxl\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xxl\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xxl\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xxl\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xxl\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xxl\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xxl\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xxl\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xxl\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xxl\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xxl\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xxl\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .xxl\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xxl\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xxl\:-translate-y-22 {
    --transform-translate-y: -5.5rem;
  }

  .xxl\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xxl\:-translate-y-28 {
    --transform-translate-y: -7rem;
  }

  .xxl\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xxl\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xxl\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xxl\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xxl\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xxl\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xxl\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xxl\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xxl\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xxl\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xxl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xxl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xxl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xxl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xxl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .xxl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .xxl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xxl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xxl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .xxl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .xxl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .xxl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xxl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xxl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem;
  }

  .xxl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xxl\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem;
  }

  .xxl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xxl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xxl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xxl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xxl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xxl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xxl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xxl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xxl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xxl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .xxl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .xxl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xxl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xxl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .xxl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .xxl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .xxl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xxl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xxl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem;
  }

  .xxl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xxl\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem;
  }

  .xxl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xxl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xxl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xxl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xxl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xxl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xxl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xxl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xxl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xxl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xxl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xxl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xxl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xxl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xxl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .xxl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .xxl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xxl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xxl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .xxl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .xxl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .xxl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xxl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xxl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem;
  }

  .xxl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xxl\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem;
  }

  .xxl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xxl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xxl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xxl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xxl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xxl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xxl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xxl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xxl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xxl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .xxl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .xxl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xxl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xxl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .xxl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .xxl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .xxl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xxl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xxl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem;
  }

  .xxl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xxl\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem;
  }

  .xxl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xxl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xxl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xxl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xxl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xxl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xxl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xxl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xxl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xxl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xxl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .xxl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xxl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xxl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .xxl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .xxl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .xxl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .xxl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .xxl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .xxl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .xxl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .xxl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .xxl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .xxl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem;
  }

  .xxl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .xxl\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem;
  }

  .xxl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .xxl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .xxl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .xxl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .xxl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .xxl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xxl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xxl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xxl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .xxl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .xxl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .xxl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .xxl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .xxl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .xxl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .xxl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .xxl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .xxl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .xxl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem;
  }

  .xxl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .xxl\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem;
  }

  .xxl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .xxl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .xxl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .xxl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .xxl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .xxl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xxl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xxl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xxl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xxl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xxl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .xxl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xxl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xxl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .xxl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .xxl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .xxl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .xxl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .xxl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .xxl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .xxl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .xxl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .xxl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .xxl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem;
  }

  .xxl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .xxl\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem;
  }

  .xxl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .xxl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .xxl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .xxl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .xxl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .xxl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xxl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xxl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xxl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .xxl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .xxl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .xxl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .xxl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .xxl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .xxl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .xxl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .xxl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .xxl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .xxl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem;
  }

  .xxl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .xxl\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem;
  }

  .xxl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .xxl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .xxl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .xxl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .xxl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .xxl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xxl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xxl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xxl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xxl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xxl\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xxl\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xxl\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xxl\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xxl\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xxl\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xxl\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xxl\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xxl\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xxl\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xxl\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xxl\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xxl\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xxl\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xxl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xxl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xxl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xxl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xxl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xxl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xxl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xxl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xxl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xxl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xxl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xxl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xxl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xxl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xxl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xxl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xxl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xxl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xxl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xxl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xxl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xxl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xxl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xxl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xxl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xxl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xxl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xxl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xxl\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .xxl\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }

  .xxl\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -o-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -o-transform;
  }

  .xxl\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xxl\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  .xxl\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .xxl\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
  }

  .xxl\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .xxl\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xxl\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xxl\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xxl\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .xxl\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .xxl\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .xxl\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .xxl\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .xxl\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .xxl\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .xxl\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .xxl\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .xxl\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .xxl\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .xxl\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .xxl\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .xxl\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .xxl\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .xxl\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .xxl\:animate-none {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  .xxl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
         -o-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xxl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
         -o-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xxl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
         -o-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xxl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
         -o-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1600px) {
  .xxxl\:container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .xxxl\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .xxxl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xxxl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xxxl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xxxl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {
    .xxxl\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {
    .xxxl\:container {
      max-width: 1600px;
    }
  }

  @media (min-width: 2000px) {
    .xxxl\:container {
      max-width: 2000px;
    }
  }

  .xxxl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xxxl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xxxl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xxxl\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xxxl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xxxl\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xxxl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xxxl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xxxl\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xxxl\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xxxl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xxxl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xxxl\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xxxl\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xxxl\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xxxl\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xxxl\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xxxl\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xxxl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xxxl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xxxl\:divide-flesh > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--divide-opacity));
  }

  .xxxl\:divide-gulfBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--divide-opacity));
  }

  .xxxl\:divide-blueDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--divide-opacity));
  }

  .xxxl\:divide-blueCheckbox > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--divide-opacity));
  }

  .xxxl\:divide-blueCyan > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--divide-opacity));
  }

  .xxxl\:divide-blueDarkHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--divide-opacity));
  }

  .xxxl\:divide-blueMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .xxxl\:divide-blueMediumHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--divide-opacity));
  }

  .xxxl\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--divide-opacity));
  }

  .xxxl\:divide-blueProgrammaBack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--divide-opacity));
  }

  .xxxl\:divide-blueHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .xxxl\:divide-blueLightDarker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--divide-opacity));
  }

  .xxxl\:divide-blueLightDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--divide-opacity));
  }

  .xxxl\:divide-perano > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--divide-opacity));
  }

  .xxxl\:divide-blueLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--divide-opacity));
  }

  .xxxl\:divide-bluePersian > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--divide-opacity));
  }

  .xxxl\:divide-mediumElectricBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--divide-opacity));
  }

  .xxxl\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--divide-opacity));
  }

  .xxxl\:divide-redCadmium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--divide-opacity));
  }

  .xxxl\:divide-redHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--divide-opacity));
  }

  .xxxl\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--divide-opacity));
  }

  .xxxl\:divide-yellowHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--divide-opacity));
  }

  .xxxl\:divide-greyLighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--divide-opacity));
  }

  .xxxl\:divide-greyLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--divide-opacity));
  }

  .xxxl\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--divide-opacity));
  }

  .xxxl\:divide-greyMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--divide-opacity));
  }

  .xxxl\:divide-greyWarm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--divide-opacity));
  }

  .xxxl\:divide-darkGrey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .xxxl\:divide-darkGreyHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--divide-opacity));
  }

  .xxxl\:divide-shadedFilters > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:divide-thunderBlack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .xxxl\:divide-greyText > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .xxxl\:divide-greyTextForm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--divide-opacity));
  }

  .xxxl\:divide-mountainMist > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .xxxl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xxxl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xxxl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xxxl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .xxxl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .xxxl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .xxxl\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .xxxl\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .xxxl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xxxl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xxxl\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35;
  }

  .xxxl\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45;
  }

  .xxxl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xxxl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xxxl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xxxl\: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;
  }

  .xxxl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxxl\: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;
  }

  .xxxl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxxl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxxl\:bg-fixed {
    background-attachment: fixed;
  }

  .xxxl\:bg-local {
    background-attachment: local;
  }

  .xxxl\:bg-scroll {
    background-attachment: scroll;
  }

  .xxxl\:bg-clip-border {
    background-clip: border-box;
  }

  .xxxl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xxxl\:bg-clip-content {
    background-clip: content-box;
  }

  .xxxl\:bg-clip-text {
    background-clip: text;
  }

  .xxxl\:bg-flesh {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xxxl\:bg-gulfBlue {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xxxl\:bg-blueDark {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xxxl\:bg-blueCheckbox {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xxxl\:bg-blueCyan {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xxxl\:bg-blueDarkHover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xxxl\:bg-blueMedium {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxxl\:bg-blueMediumHover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xxxl\:bg-blue {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xxxl\:bg-blueProgrammaBack {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xxxl\:bg-blueHover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxxl\:bg-blueLightDarker {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xxxl\:bg-blueLightDark {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xxxl\:bg-perano {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xxxl\:bg-blueLight {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xxxl\:bg-bluePersian {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xxxl\:bg-mediumElectricBlue {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xxxl\:bg-red {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xxxl\:bg-redCadmium {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xxxl\:bg-redHover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xxxl\:bg-yellow {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xxxl\:bg-yellowHover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xxxl\:bg-greyLighter {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xxxl\:bg-greyLight {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xxxl\:bg-grey {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xxxl\:bg-greyMedium {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xxxl\:bg-greyWarm {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xxxl\:bg-darkGrey {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxxl\:bg-darkGreyHover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xxxl\:bg-shadedFilters {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:bg-thunderBlack {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxxl\:bg-greyText {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxxl\:bg-greyTextForm {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xxxl\:bg-mountainMist {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxxl\:bg-transparent {
    background-color: transparent;
  }

  .xxxl\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xxxl\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-flesh:hover {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-gulfBlue:hover {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueDark:hover {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueCheckbox:hover {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueCyan:hover {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueDarkHover:hover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueMedium:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueMediumHover:hover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueProgrammaBack:hover {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueHover:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueLightDarker:hover {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueLightDark:hover {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-perano:hover {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-blueLight:hover {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-bluePersian:hover {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-mediumElectricBlue:hover {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-redCadmium:hover {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-redHover:hover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-yellowHover:hover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-greyLighter:hover {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-greyLight:hover {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-greyMedium:hover {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-greyWarm:hover {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-darkGrey:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-darkGreyHover:hover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-shadedFilters:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:hover\:bg-thunderBlack:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-greyText:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-greyTextForm:hover {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-mountainMist:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xxxl\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xxxl\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-flesh:focus {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-gulfBlue:focus {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueDark:focus {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueCheckbox:focus {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueCyan:focus {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueDarkHover:focus {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueMedium:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueMediumHover:focus {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueProgrammaBack:focus {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueHover:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueLightDarker:focus {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueLightDark:focus {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-perano:focus {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-blueLight:focus {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-bluePersian:focus {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-mediumElectricBlue:focus {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-redCadmium:focus {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-redHover:focus {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-yellowHover:focus {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-greyLighter:focus {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-greyLight:focus {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-greyMedium:focus {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-greyWarm:focus {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-darkGrey:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-darkGreyHover:focus {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-shadedFilters:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:bg-thunderBlack:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-greyText:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-greyTextForm:focus {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-mountainMist:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xxxl\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xxxl\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xxxl\:bg-none {
    background-image: none;
  }

  .xxxl\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xxxl\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xxxl\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xxxl\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xxxl\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xxxl\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xxxl\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xxxl\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xxxl\:from-flesh {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxxl\:from-gulfBlue {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxxl\:from-blueDark {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxxl\:from-blueCheckbox {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxxl\:from-blueCyan {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxxl\:from-blueDarkHover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxxl\:from-blueMedium {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:from-blueMediumHover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxxl\:from-blue {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxxl\:from-blueProgrammaBack {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxxl\:from-blueHover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:from-blueLightDarker {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxxl\:from-blueLightDark {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxxl\:from-perano {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxxl\:from-blueLight {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxxl\:from-bluePersian {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxxl\:from-mediumElectricBlue {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxxl\:from-red {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxxl\:from-redCadmium {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxxl\:from-redHover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxxl\:from-yellow {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxxl\:from-yellowHover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxxl\:from-greyLighter {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxxl\:from-greyLight {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxxl\:from-grey {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxxl\:from-greyMedium {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxxl\:from-greyWarm {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxxl\:from-darkGrey {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:from-darkGreyHover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxxl\:from-shadedFilters {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:from-thunderBlack {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:from-greyText {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:from-greyTextForm {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxxl\:from-mountainMist {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxxl\:via-flesh {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxxl\:via-gulfBlue {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxxl\:via-blueDark {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxxl\:via-blueCheckbox {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxxl\:via-blueCyan {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxxl\:via-blueDarkHover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxxl\:via-blueMedium {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:via-blueMediumHover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxxl\:via-blue {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxxl\:via-blueProgrammaBack {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxxl\:via-blueHover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:via-blueLightDarker {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxxl\:via-blueLightDark {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxxl\:via-perano {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxxl\:via-blueLight {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxxl\:via-bluePersian {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxxl\:via-mediumElectricBlue {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxxl\:via-red {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxxl\:via-redCadmium {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxxl\:via-redHover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxxl\:via-yellow {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxxl\:via-yellowHover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxxl\:via-greyLighter {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxxl\:via-greyLight {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxxl\:via-grey {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxxl\:via-greyMedium {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxxl\:via-greyWarm {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxxl\:via-darkGrey {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:via-darkGreyHover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxxl\:via-shadedFilters {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:via-thunderBlack {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:via-greyText {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:via-greyTextForm {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxxl\:via-mountainMist {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxxl\:to-flesh {
    --gradient-to-color: #ffbe8d;
  }

  .xxxl\:to-gulfBlue {
    --gradient-to-color: #001959;
  }

  .xxxl\:to-blueDark {
    --gradient-to-color: #001b5b;
  }

  .xxxl\:to-blueCheckbox {
    --gradient-to-color: #2F7094;
  }

  .xxxl\:to-blueCyan {
    --gradient-to-color: #00518C;
  }

  .xxxl\:to-blueDarkHover {
    --gradient-to-color: #00233F;
  }

  .xxxl\:to-blueMedium {
    --gradient-to-color: #003F6D;
  }

  .xxxl\:to-blueMediumHover {
    --gradient-to-color: #00294B;
  }

  .xxxl\:to-blue {
    --gradient-to-color: #0065bb;
  }

  .xxxl\:to-blueProgrammaBack {
    --gradient-to-color: #0066b7;
  }

  .xxxl\:to-blueHover {
    --gradient-to-color: #003F6D;
  }

  .xxxl\:to-blueLightDarker {
    --gradient-to-color: #7BB1CF;
  }

  .xxxl\:to-blueLightDark {
    --gradient-to-color: #A4D2EC;
  }

  .xxxl\:to-perano {
    --gradient-to-color: #A6D1F4;
  }

  .xxxl\:to-blueLight {
    --gradient-to-color: #b7dbf9;
  }

  .xxxl\:to-bluePersian {
    --gradient-to-color: #0169B4;
  }

  .xxxl\:to-mediumElectricBlue {
    --gradient-to-color: #0057A0;
  }

  .xxxl\:to-red {
    --gradient-to-color: #e70000;
  }

  .xxxl\:to-redCadmium {
    --gradient-to-color: #E30413;
  }

  .xxxl\:to-redHover {
    --gradient-to-color: #AA030D;
  }

  .xxxl\:to-yellow {
    --gradient-to-color: #ff6f03;
  }

  .xxxl\:to-yellowHover {
    --gradient-to-color: #FF9103;
  }

  .xxxl\:to-greyLighter {
    --gradient-to-color: #F6F5F3;
  }

  .xxxl\:to-greyLight {
    --gradient-to-color: #E2E2E2;
  }

  .xxxl\:to-grey {
    --gradient-to-color: #E6E3DF;
  }

  .xxxl\:to-greyMedium {
    --gradient-to-color: #DDD;
  }

  .xxxl\:to-greyWarm {
    --gradient-to-color: #939283;
  }

  .xxxl\:to-darkGrey {
    --gradient-to-color: #2D2D2D;
  }

  .xxxl\:to-darkGreyHover {
    --gradient-to-color: #212121;
  }

  .xxxl\:to-shadedFilters {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:to-thunderBlack {
    --gradient-to-color: #2D2D2D;
  }

  .xxxl\:to-greyText {
    --gradient-to-color: #949494;
  }

  .xxxl\:to-greyTextForm {
    --gradient-to-color: #929292;
  }

  .xxxl\:to-mountainMist {
    --gradient-to-color: #949494;
  }

  .xxxl\:to-transparent {
    --gradient-to-color: transparent;
  }

  .xxxl\:to-black {
    --gradient-to-color: #000;
  }

  .xxxl\:to-white {
    --gradient-to-color: #fff;
  }

  .xxxl\:hover\:from-flesh:hover {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxxl\:hover\:from-gulfBlue:hover {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxxl\:hover\:from-blueDark:hover {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxxl\:hover\:from-blueCheckbox:hover {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxxl\:hover\:from-blueCyan:hover {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxxl\:hover\:from-blueDarkHover:hover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxxl\:hover\:from-blueMedium:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:hover\:from-blueMediumHover:hover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxxl\:hover\:from-blue:hover {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxxl\:hover\:from-blueProgrammaBack:hover {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxxl\:hover\:from-blueHover:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:hover\:from-blueLightDarker:hover {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxxl\:hover\:from-blueLightDark:hover {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxxl\:hover\:from-perano:hover {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxxl\:hover\:from-blueLight:hover {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxxl\:hover\:from-bluePersian:hover {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxxl\:hover\:from-mediumElectricBlue:hover {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxxl\:hover\:from-red:hover {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxxl\:hover\:from-redCadmium:hover {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxxl\:hover\:from-redHover:hover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxxl\:hover\:from-yellow:hover {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxxl\:hover\:from-yellowHover:hover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxxl\:hover\:from-greyLighter:hover {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxxl\:hover\:from-greyLight:hover {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxxl\:hover\:from-grey:hover {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxxl\:hover\:from-greyMedium:hover {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxxl\:hover\:from-greyWarm:hover {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxxl\:hover\:from-darkGrey:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:hover\:from-darkGreyHover:hover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxxl\:hover\:from-shadedFilters:hover {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:hover\:from-thunderBlack:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:hover\:from-greyText:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:hover\:from-greyTextForm:hover {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxxl\:hover\:from-mountainMist:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxxl\:hover\:via-flesh:hover {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxxl\:hover\:via-gulfBlue:hover {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxxl\:hover\:via-blueDark:hover {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxxl\:hover\:via-blueCheckbox:hover {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxxl\:hover\:via-blueCyan:hover {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxxl\:hover\:via-blueDarkHover:hover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxxl\:hover\:via-blueMedium:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:hover\:via-blueMediumHover:hover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxxl\:hover\:via-blue:hover {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxxl\:hover\:via-blueProgrammaBack:hover {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxxl\:hover\:via-blueHover:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:hover\:via-blueLightDarker:hover {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxxl\:hover\:via-blueLightDark:hover {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxxl\:hover\:via-perano:hover {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxxl\:hover\:via-blueLight:hover {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxxl\:hover\:via-bluePersian:hover {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxxl\:hover\:via-mediumElectricBlue:hover {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxxl\:hover\:via-red:hover {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxxl\:hover\:via-redCadmium:hover {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxxl\:hover\:via-redHover:hover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxxl\:hover\:via-yellow:hover {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxxl\:hover\:via-yellowHover:hover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxxl\:hover\:via-greyLighter:hover {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxxl\:hover\:via-greyLight:hover {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxxl\:hover\:via-grey:hover {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxxl\:hover\:via-greyMedium:hover {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxxl\:hover\:via-greyWarm:hover {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxxl\:hover\:via-darkGrey:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:hover\:via-darkGreyHover:hover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxxl\:hover\:via-shadedFilters:hover {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:hover\:via-thunderBlack:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:hover\:via-greyText:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:hover\:via-greyTextForm:hover {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxxl\:hover\:via-mountainMist:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxxl\:hover\:to-flesh:hover {
    --gradient-to-color: #ffbe8d;
  }

  .xxxl\:hover\:to-gulfBlue:hover {
    --gradient-to-color: #001959;
  }

  .xxxl\:hover\:to-blueDark:hover {
    --gradient-to-color: #001b5b;
  }

  .xxxl\:hover\:to-blueCheckbox:hover {
    --gradient-to-color: #2F7094;
  }

  .xxxl\:hover\:to-blueCyan:hover {
    --gradient-to-color: #00518C;
  }

  .xxxl\:hover\:to-blueDarkHover:hover {
    --gradient-to-color: #00233F;
  }

  .xxxl\:hover\:to-blueMedium:hover {
    --gradient-to-color: #003F6D;
  }

  .xxxl\:hover\:to-blueMediumHover:hover {
    --gradient-to-color: #00294B;
  }

  .xxxl\:hover\:to-blue:hover {
    --gradient-to-color: #0065bb;
  }

  .xxxl\:hover\:to-blueProgrammaBack:hover {
    --gradient-to-color: #0066b7;
  }

  .xxxl\:hover\:to-blueHover:hover {
    --gradient-to-color: #003F6D;
  }

  .xxxl\:hover\:to-blueLightDarker:hover {
    --gradient-to-color: #7BB1CF;
  }

  .xxxl\:hover\:to-blueLightDark:hover {
    --gradient-to-color: #A4D2EC;
  }

  .xxxl\:hover\:to-perano:hover {
    --gradient-to-color: #A6D1F4;
  }

  .xxxl\:hover\:to-blueLight:hover {
    --gradient-to-color: #b7dbf9;
  }

  .xxxl\:hover\:to-bluePersian:hover {
    --gradient-to-color: #0169B4;
  }

  .xxxl\:hover\:to-mediumElectricBlue:hover {
    --gradient-to-color: #0057A0;
  }

  .xxxl\:hover\:to-red:hover {
    --gradient-to-color: #e70000;
  }

  .xxxl\:hover\:to-redCadmium:hover {
    --gradient-to-color: #E30413;
  }

  .xxxl\:hover\:to-redHover:hover {
    --gradient-to-color: #AA030D;
  }

  .xxxl\:hover\:to-yellow:hover {
    --gradient-to-color: #ff6f03;
  }

  .xxxl\:hover\:to-yellowHover:hover {
    --gradient-to-color: #FF9103;
  }

  .xxxl\:hover\:to-greyLighter:hover {
    --gradient-to-color: #F6F5F3;
  }

  .xxxl\:hover\:to-greyLight:hover {
    --gradient-to-color: #E2E2E2;
  }

  .xxxl\:hover\:to-grey:hover {
    --gradient-to-color: #E6E3DF;
  }

  .xxxl\:hover\:to-greyMedium:hover {
    --gradient-to-color: #DDD;
  }

  .xxxl\:hover\:to-greyWarm:hover {
    --gradient-to-color: #939283;
  }

  .xxxl\:hover\:to-darkGrey:hover {
    --gradient-to-color: #2D2D2D;
  }

  .xxxl\:hover\:to-darkGreyHover:hover {
    --gradient-to-color: #212121;
  }

  .xxxl\:hover\:to-shadedFilters:hover {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:hover\:to-thunderBlack:hover {
    --gradient-to-color: #2D2D2D;
  }

  .xxxl\:hover\:to-greyText:hover {
    --gradient-to-color: #949494;
  }

  .xxxl\:hover\:to-greyTextForm:hover {
    --gradient-to-color: #929292;
  }

  .xxxl\:hover\:to-mountainMist:hover {
    --gradient-to-color: #949494;
  }

  .xxxl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .xxxl\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .xxxl\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .xxxl\:focus\:from-flesh:focus {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxxl\:focus\:from-gulfBlue:focus {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxxl\:focus\:from-blueDark:focus {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxxl\:focus\:from-blueCheckbox:focus {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxxl\:focus\:from-blueCyan:focus {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxxl\:focus\:from-blueDarkHover:focus {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxxl\:focus\:from-blueMedium:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:focus\:from-blueMediumHover:focus {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxxl\:focus\:from-blue:focus {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxxl\:focus\:from-blueProgrammaBack:focus {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxxl\:focus\:from-blueHover:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:focus\:from-blueLightDarker:focus {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxxl\:focus\:from-blueLightDark:focus {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxxl\:focus\:from-perano:focus {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxxl\:focus\:from-blueLight:focus {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxxl\:focus\:from-bluePersian:focus {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxxl\:focus\:from-mediumElectricBlue:focus {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxxl\:focus\:from-red:focus {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxxl\:focus\:from-redCadmium:focus {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxxl\:focus\:from-redHover:focus {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxxl\:focus\:from-yellow:focus {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxxl\:focus\:from-yellowHover:focus {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxxl\:focus\:from-greyLighter:focus {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxxl\:focus\:from-greyLight:focus {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxxl\:focus\:from-grey:focus {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxxl\:focus\:from-greyMedium:focus {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxxl\:focus\:from-greyWarm:focus {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxxl\:focus\:from-darkGrey:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:focus\:from-darkGreyHover:focus {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxxl\:focus\:from-shadedFilters:focus {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:focus\:from-thunderBlack:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:focus\:from-greyText:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:focus\:from-greyTextForm:focus {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxxl\:focus\:from-mountainMist:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxxl\:focus\:via-flesh:focus {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .xxxl\:focus\:via-gulfBlue:focus {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .xxxl\:focus\:via-blueDark:focus {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .xxxl\:focus\:via-blueCheckbox:focus {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .xxxl\:focus\:via-blueCyan:focus {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .xxxl\:focus\:via-blueDarkHover:focus {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .xxxl\:focus\:via-blueMedium:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:focus\:via-blueMediumHover:focus {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .xxxl\:focus\:via-blue:focus {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .xxxl\:focus\:via-blueProgrammaBack:focus {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .xxxl\:focus\:via-blueHover:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .xxxl\:focus\:via-blueLightDarker:focus {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .xxxl\:focus\:via-blueLightDark:focus {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .xxxl\:focus\:via-perano:focus {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .xxxl\:focus\:via-blueLight:focus {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .xxxl\:focus\:via-bluePersian:focus {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .xxxl\:focus\:via-mediumElectricBlue:focus {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .xxxl\:focus\:via-red:focus {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .xxxl\:focus\:via-redCadmium:focus {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .xxxl\:focus\:via-redHover:focus {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .xxxl\:focus\:via-yellow:focus {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .xxxl\:focus\:via-yellowHover:focus {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .xxxl\:focus\:via-greyLighter:focus {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .xxxl\:focus\:via-greyLight:focus {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .xxxl\:focus\:via-grey:focus {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .xxxl\:focus\:via-greyMedium:focus {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .xxxl\:focus\:via-greyWarm:focus {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .xxxl\:focus\:via-darkGrey:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:focus\:via-darkGreyHover:focus {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .xxxl\:focus\:via-shadedFilters:focus {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:focus\:via-thunderBlack:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .xxxl\:focus\:via-greyText:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:focus\:via-greyTextForm:focus {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .xxxl\:focus\:via-mountainMist:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .xxxl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxxl\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxxl\:focus\:to-flesh:focus {
    --gradient-to-color: #ffbe8d;
  }

  .xxxl\:focus\:to-gulfBlue:focus {
    --gradient-to-color: #001959;
  }

  .xxxl\:focus\:to-blueDark:focus {
    --gradient-to-color: #001b5b;
  }

  .xxxl\:focus\:to-blueCheckbox:focus {
    --gradient-to-color: #2F7094;
  }

  .xxxl\:focus\:to-blueCyan:focus {
    --gradient-to-color: #00518C;
  }

  .xxxl\:focus\:to-blueDarkHover:focus {
    --gradient-to-color: #00233F;
  }

  .xxxl\:focus\:to-blueMedium:focus {
    --gradient-to-color: #003F6D;
  }

  .xxxl\:focus\:to-blueMediumHover:focus {
    --gradient-to-color: #00294B;
  }

  .xxxl\:focus\:to-blue:focus {
    --gradient-to-color: #0065bb;
  }

  .xxxl\:focus\:to-blueProgrammaBack:focus {
    --gradient-to-color: #0066b7;
  }

  .xxxl\:focus\:to-blueHover:focus {
    --gradient-to-color: #003F6D;
  }

  .xxxl\:focus\:to-blueLightDarker:focus {
    --gradient-to-color: #7BB1CF;
  }

  .xxxl\:focus\:to-blueLightDark:focus {
    --gradient-to-color: #A4D2EC;
  }

  .xxxl\:focus\:to-perano:focus {
    --gradient-to-color: #A6D1F4;
  }

  .xxxl\:focus\:to-blueLight:focus {
    --gradient-to-color: #b7dbf9;
  }

  .xxxl\:focus\:to-bluePersian:focus {
    --gradient-to-color: #0169B4;
  }

  .xxxl\:focus\:to-mediumElectricBlue:focus {
    --gradient-to-color: #0057A0;
  }

  .xxxl\:focus\:to-red:focus {
    --gradient-to-color: #e70000;
  }

  .xxxl\:focus\:to-redCadmium:focus {
    --gradient-to-color: #E30413;
  }

  .xxxl\:focus\:to-redHover:focus {
    --gradient-to-color: #AA030D;
  }

  .xxxl\:focus\:to-yellow:focus {
    --gradient-to-color: #ff6f03;
  }

  .xxxl\:focus\:to-yellowHover:focus {
    --gradient-to-color: #FF9103;
  }

  .xxxl\:focus\:to-greyLighter:focus {
    --gradient-to-color: #F6F5F3;
  }

  .xxxl\:focus\:to-greyLight:focus {
    --gradient-to-color: #E2E2E2;
  }

  .xxxl\:focus\:to-grey:focus {
    --gradient-to-color: #E6E3DF;
  }

  .xxxl\:focus\:to-greyMedium:focus {
    --gradient-to-color: #DDD;
  }

  .xxxl\:focus\:to-greyWarm:focus {
    --gradient-to-color: #939283;
  }

  .xxxl\:focus\:to-darkGrey:focus {
    --gradient-to-color: #2D2D2D;
  }

  .xxxl\:focus\:to-darkGreyHover:focus {
    --gradient-to-color: #212121;
  }

  .xxxl\:focus\:to-shadedFilters:focus {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:to-thunderBlack:focus {
    --gradient-to-color: #2D2D2D;
  }

  .xxxl\:focus\:to-greyText:focus {
    --gradient-to-color: #949494;
  }

  .xxxl\:focus\:to-greyTextForm:focus {
    --gradient-to-color: #929292;
  }

  .xxxl\:focus\:to-mountainMist:focus {
    --gradient-to-color: #949494;
  }

  .xxxl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .xxxl\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .xxxl\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .xxxl\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xxxl\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xxxl\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .xxxl\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .xxxl\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xxxl\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xxxl\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .xxxl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .xxxl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .xxxl\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35;
  }

  .xxxl\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45;
  }

  .xxxl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .xxxl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .xxxl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .xxxl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .xxxl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .xxxl\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35;
  }

  .xxxl\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45;
  }

  .xxxl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .xxxl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .xxxl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .xxxl\:bg-bottom {
    background-position: bottom;
  }

  .xxxl\:bg-center {
    background-position: center;
  }

  .xxxl\:bg-left {
    background-position: left;
  }

  .xxxl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxxl\:bg-left-top {
    background-position: left top;
  }

  .xxxl\:bg-right {
    background-position: right;
  }

  .xxxl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxxl\:bg-right-top {
    background-position: right top;
  }

  .xxxl\:bg-top {
    background-position: top;
  }

  .xxxl\:bg-repeat {
    background-repeat: repeat;
  }

  .xxxl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxxl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxxl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxxl\:bg-repeat-round {
    background-repeat: round;
  }

  .xxxl\:bg-repeat-space {
    background-repeat: space;
  }

  .xxxl\:bg-auto {
    background-size: auto;
  }

  .xxxl\:bg-cover {
    background-size: cover;
  }

  .xxxl\:bg-contain {
    background-size: contain;
  }

  .xxxl\:border-collapse {
    border-collapse: collapse;
  }

  .xxxl\:border-separate {
    border-collapse: separate;
  }

  .xxxl\:border-flesh {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xxxl\:border-gulfBlue {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xxxl\:border-blueDark {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xxxl\:border-blueCheckbox {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xxxl\:border-blueCyan {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xxxl\:border-blueDarkHover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xxxl\:border-blueMedium {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxxl\:border-blueMediumHover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xxxl\:border-blue {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xxxl\:border-blueProgrammaBack {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xxxl\:border-blueHover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxxl\:border-blueLightDarker {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xxxl\:border-blueLightDark {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xxxl\:border-perano {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xxxl\:border-blueLight {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xxxl\:border-bluePersian {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xxxl\:border-mediumElectricBlue {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xxxl\:border-red {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xxxl\:border-redCadmium {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xxxl\:border-redHover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xxxl\:border-yellow {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xxxl\:border-yellowHover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xxxl\:border-greyLighter {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xxxl\:border-greyLight {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xxxl\:border-grey {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xxxl\:border-greyMedium {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xxxl\:border-greyWarm {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xxxl\:border-darkGrey {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxxl\:border-darkGreyHover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xxxl\:border-shadedFilters {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:border-thunderBlack {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxxl\:border-greyText {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxxl\:border-greyTextForm {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xxxl\:border-mountainMist {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxxl\:border-transparent {
    border-color: transparent;
  }

  .xxxl\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xxxl\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xxxl\:hover\:border-flesh:hover {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xxxl\:hover\:border-gulfBlue:hover {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueDark:hover {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueCheckbox:hover {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueCyan:hover {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueDarkHover:hover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueMedium:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueMediumHover:hover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xxxl\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueProgrammaBack:hover {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueHover:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueLightDarker:hover {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueLightDark:hover {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xxxl\:hover\:border-perano:hover {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xxxl\:hover\:border-blueLight:hover {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xxxl\:hover\:border-bluePersian:hover {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xxxl\:hover\:border-mediumElectricBlue:hover {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xxxl\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xxxl\:hover\:border-redCadmium:hover {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xxxl\:hover\:border-redHover:hover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xxxl\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xxxl\:hover\:border-yellowHover:hover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xxxl\:hover\:border-greyLighter:hover {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xxxl\:hover\:border-greyLight:hover {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xxxl\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xxxl\:hover\:border-greyMedium:hover {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xxxl\:hover\:border-greyWarm:hover {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xxxl\:hover\:border-darkGrey:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxxl\:hover\:border-darkGreyHover:hover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xxxl\:hover\:border-shadedFilters:hover {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:hover\:border-thunderBlack:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxxl\:hover\:border-greyText:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxxl\:hover\:border-greyTextForm:hover {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xxxl\:hover\:border-mountainMist:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxxl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xxxl\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xxxl\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xxxl\:focus\:border-flesh:focus {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .xxxl\:focus\:border-gulfBlue:focus {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueDark:focus {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueCheckbox:focus {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueCyan:focus {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueDarkHover:focus {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueMedium:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueMediumHover:focus {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .xxxl\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueProgrammaBack:focus {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueHover:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueLightDarker:focus {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueLightDark:focus {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .xxxl\:focus\:border-perano:focus {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .xxxl\:focus\:border-blueLight:focus {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .xxxl\:focus\:border-bluePersian:focus {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .xxxl\:focus\:border-mediumElectricBlue:focus {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .xxxl\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .xxxl\:focus\:border-redCadmium:focus {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .xxxl\:focus\:border-redHover:focus {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .xxxl\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .xxxl\:focus\:border-yellowHover:focus {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .xxxl\:focus\:border-greyLighter:focus {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .xxxl\:focus\:border-greyLight:focus {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .xxxl\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .xxxl\:focus\:border-greyMedium:focus {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .xxxl\:focus\:border-greyWarm:focus {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .xxxl\:focus\:border-darkGrey:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxxl\:focus\:border-darkGreyHover:focus {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .xxxl\:focus\:border-shadedFilters:focus {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:border-thunderBlack:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .xxxl\:focus\:border-greyText:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxxl\:focus\:border-greyTextForm:focus {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .xxxl\:focus\:border-mountainMist:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .xxxl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xxxl\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xxxl\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xxxl\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xxxl\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xxxl\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .xxxl\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .xxxl\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xxxl\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xxxl\:border-opacity-100 {
    --border-opacity: 1;
  }

  .xxxl\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .xxxl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .xxxl\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35;
  }

  .xxxl\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45;
  }

  .xxxl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .xxxl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .xxxl\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .xxxl\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .xxxl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .xxxl\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35;
  }

  .xxxl\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45;
  }

  .xxxl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .xxxl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .xxxl\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .xxxl\:rounded-2 {
    border-radius: 2px;
  }

  .xxxl\:rounded-6 {
    border-radius: 6px;
  }

  .xxxl\:rounded-none {
    border-radius: 0;
  }

  .xxxl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xxxl\:rounded {
    border-radius: 0.25rem;
  }

  .xxxl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xxxl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xxxl\:rounded-full {
    border-radius: 9999px;
  }

  .xxxl\:rounded-t-2 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .xxxl\:rounded-r-2 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .xxxl\:rounded-b-2 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xxxl\:rounded-l-2 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xxxl\:rounded-t-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .xxxl\:rounded-r-6 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .xxxl\:rounded-b-6 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .xxxl\:rounded-l-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .xxxl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxxl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxxl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxxl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxxl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xxxl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xxxl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxxl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxxl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xxxl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xxxl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxxl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxxl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xxxl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xxxl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xxxl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xxxl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xxxl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xxxl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxxl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxxl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxxl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxxl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxxl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxxl\:rounded-tl-2 {
    border-top-left-radius: 2px;
  }

  .xxxl\:rounded-tr-2 {
    border-top-right-radius: 2px;
  }

  .xxxl\:rounded-br-2 {
    border-bottom-right-radius: 2px;
  }

  .xxxl\:rounded-bl-2 {
    border-bottom-left-radius: 2px;
  }

  .xxxl\:rounded-tl-6 {
    border-top-left-radius: 6px;
  }

  .xxxl\:rounded-tr-6 {
    border-top-right-radius: 6px;
  }

  .xxxl\:rounded-br-6 {
    border-bottom-right-radius: 6px;
  }

  .xxxl\:rounded-bl-6 {
    border-bottom-left-radius: 6px;
  }

  .xxxl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxxl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxxl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxxl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxxl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xxxl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xxxl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xxxl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xxxl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xxxl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xxxl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xxxl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xxxl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xxxl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xxxl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xxxl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xxxl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xxxl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xxxl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xxxl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xxxl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxxl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxxl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxxl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxxl\:border-solid {
    border-style: solid;
  }

  .xxxl\:border-dashed {
    border-style: dashed;
  }

  .xxxl\:border-dotted {
    border-style: dotted;
  }

  .xxxl\:border-double {
    border-style: double;
  }

  .xxxl\:border-none {
    border-style: none;
  }

  .xxxl\:border-0 {
    border-width: 0;
  }

  .xxxl\:border-2 {
    border-width: 2px;
  }

  .xxxl\:border-4 {
    border-width: 4px;
  }

  .xxxl\:border-8 {
    border-width: 8px;
  }

  .xxxl\:border {
    border-width: 1px;
  }

  .xxxl\:border-t-0 {
    border-top-width: 0;
  }

  .xxxl\:border-r-0 {
    border-right-width: 0;
  }

  .xxxl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xxxl\:border-l-0 {
    border-left-width: 0;
  }

  .xxxl\:border-t-2 {
    border-top-width: 2px;
  }

  .xxxl\:border-r-2 {
    border-right-width: 2px;
  }

  .xxxl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxxl\:border-l-2 {
    border-left-width: 2px;
  }

  .xxxl\:border-t-4 {
    border-top-width: 4px;
  }

  .xxxl\:border-r-4 {
    border-right-width: 4px;
  }

  .xxxl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxxl\:border-l-4 {
    border-left-width: 4px;
  }

  .xxxl\:border-t-8 {
    border-top-width: 8px;
  }

  .xxxl\:border-r-8 {
    border-right-width: 8px;
  }

  .xxxl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xxxl\:border-l-8 {
    border-left-width: 8px;
  }

  .xxxl\:border-t {
    border-top-width: 1px;
  }

  .xxxl\:border-r {
    border-right-width: 1px;
  }

  .xxxl\:border-b {
    border-bottom-width: 1px;
  }

  .xxxl\:border-l {
    border-left-width: 1px;
  }

  .xxxl\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .xxxl\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .xxxl\:cursor-auto {
    cursor: auto;
  }

  .xxxl\:cursor-default {
    cursor: default;
  }

  .xxxl\:cursor-pointer {
    cursor: pointer;
  }

  .xxxl\:cursor-wait {
    cursor: wait;
  }

  .xxxl\:cursor-text {
    cursor: text;
  }

  .xxxl\:cursor-move {
    cursor: move;
  }

  .xxxl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxxl\:block {
    display: block;
  }

  .xxxl\:inline-block {
    display: inline-block;
  }

  .xxxl\:inline {
    display: inline;
  }

  .xxxl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xxxl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xxxl\:table {
    display: table;
  }

  .xxxl\:table-caption {
    display: table-caption;
  }

  .xxxl\:table-cell {
    display: table-cell;
  }

  .xxxl\:table-column {
    display: table-column;
  }

  .xxxl\:table-column-group {
    display: table-column-group;
  }

  .xxxl\:table-footer-group {
    display: table-footer-group;
  }

  .xxxl\:table-header-group {
    display: table-header-group;
  }

  .xxxl\:table-row-group {
    display: table-row-group;
  }

  .xxxl\:table-row {
    display: table-row;
  }

  .xxxl\:flow-root {
    display: flow-root;
  }

  .xxxl\:grid {
    display: grid;
  }

  .xxxl\:inline-grid {
    display: inline-grid;
  }

  .xxxl\:contents {
    display: contents;
  }

  .xxxl\:hidden {
    display: none;
  }

  .xxxl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xxxl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xxxl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xxxl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xxxl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xxxl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xxxl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xxxl\:place-items-auto {
    place-items: auto;
  }

  .xxxl\:place-items-start {
    place-items: start;
  }

  .xxxl\:place-items-end {
    place-items: end;
  }

  .xxxl\:place-items-center {
    place-items: center;
  }

  .xxxl\:place-items-stretch {
    place-items: stretch;
  }

  .xxxl\:place-content-center {
    place-content: center;
  }

  .xxxl\:place-content-start {
    place-content: start;
  }

  .xxxl\:place-content-end {
    place-content: end;
  }

  .xxxl\:place-content-between {
    place-content: space-between;
  }

  .xxxl\:place-content-around {
    place-content: space-around;
  }

  .xxxl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xxxl\:place-content-stretch {
    place-content: stretch;
  }

  .xxxl\:place-self-auto {
    place-self: auto;
  }

  .xxxl\:place-self-start {
    place-self: start;
  }

  .xxxl\:place-self-end {
    place-self: end;
  }

  .xxxl\:place-self-center {
    place-self: center;
  }

  .xxxl\:place-self-stretch {
    place-self: stretch;
  }

  .xxxl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xxxl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xxxl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xxxl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xxxl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xxxl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xxxl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xxxl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xxxl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xxxl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xxxl\:content-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }

  .xxxl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xxxl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xxxl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xxxl\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xxxl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xxxl\:justify-items-auto {
    justify-items: auto;
  }

  .xxxl\:justify-items-start {
    justify-items: start;
  }

  .xxxl\:justify-items-end {
    justify-items: end;
  }

  .xxxl\:justify-items-center {
    justify-items: center;
  }

  .xxxl\:justify-items-stretch {
    justify-items: stretch;
  }

  .xxxl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xxxl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xxxl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xxxl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xxxl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xxxl\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .xxxl\:justify-self-auto {
    justify-self: auto;
  }

  .xxxl\:justify-self-start {
    justify-self: start;
  }

  .xxxl\:justify-self-end {
    justify-self: end;
  }

  .xxxl\:justify-self-center {
    justify-self: center;
  }

  .xxxl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xxxl\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xxxl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xxxl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xxxl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xxxl\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xxxl\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xxxl\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xxxl\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xxxl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xxxl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xxxl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xxxl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xxxl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xxxl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xxxl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xxxl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xxxl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xxxl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xxxl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xxxl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xxxl\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xxxl\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xxxl\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xxxl\:float-right {
    float: right;
  }

  .xxxl\:float-left {
    float: left;
  }

  .xxxl\:float-none {
    float: none;
  }

  .xxxl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxxl\:clear-left {
    clear: left;
  }

  .xxxl\:clear-right {
    clear: right;
  }

  .xxxl\:clear-both {
    clear: both;
  }

  .xxxl\:clear-none {
    clear: none;
  }

  .xxxl\:font-sans {
    font-family: Bauziet, Goodot, 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";
  }

  .xxxl\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xxxl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xxxl\:font-hairline {
    font-weight: 100;
  }

  .xxxl\:font-thin {
    font-weight: 200;
  }

  .xxxl\:font-light {
    font-weight: 300;
  }

  .xxxl\:font-normal {
    font-weight: 400;
  }

  .xxxl\:font-medium {
    font-weight: 500;
  }

  .xxxl\:font-semibold {
    font-weight: 600;
  }

  .xxxl\:font-bold {
    font-weight: 700;
  }

  .xxxl\:font-extrabold {
    font-weight: 800;
  }

  .xxxl\:font-black {
    font-weight: 900;
  }

  .xxxl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxxl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxxl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxxl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxxl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxxl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxxl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxxl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxxl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxxl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xxxl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xxxl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xxxl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xxxl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xxxl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xxxl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xxxl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xxxl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xxxl\:h-0 {
    height: 0;
  }

  .xxxl\:h-1 {
    height: 0.25rem;
  }

  .xxxl\:h-2 {
    height: 0.5rem;
  }

  .xxxl\:h-3 {
    height: 0.75rem;
  }

  .xxxl\:h-4 {
    height: 1rem;
  }

  .xxxl\:h-5 {
    height: 1.25rem;
  }

  .xxxl\:h-6 {
    height: 1.5rem;
  }

  .xxxl\:h-8 {
    height: 2rem;
  }

  .xxxl\:h-10 {
    height: 2.5rem;
  }

  .xxxl\:h-12 {
    height: 3rem;
  }

  .xxxl\:h-14 {
    height: 3.5rem;
  }

  .xxxl\:h-16 {
    height: 4rem;
  }

  .xxxl\:h-20 {
    height: 5rem;
  }

  .xxxl\:h-22 {
    height: 5.5rem;
  }

  .xxxl\:h-24 {
    height: 6rem;
  }

  .xxxl\:h-28 {
    height: 7rem;
  }

  .xxxl\:h-32 {
    height: 8rem;
  }

  .xxxl\:h-40 {
    height: 10rem;
  }

  .xxxl\:h-48 {
    height: 12rem;
  }

  .xxxl\:h-56 {
    height: 14rem;
  }

  .xxxl\:h-64 {
    height: 16rem;
  }

  .xxxl\:h-auto {
    height: auto;
  }

  .xxxl\:h-px {
    height: 1px;
  }

  .xxxl\:h-full {
    height: 100%;
  }

  .xxxl\:h-screen {
    height: 100vh;
  }

  .xxxl\:text-xs {
    font-size: 0.75rem;
  }

  .xxxl\:text-sm {
    font-size: 0.875rem;
  }

  .xxxl\:text-base {
    font-size: 1rem;
  }

  .xxxl\:text-lg {
    font-size: 1.125rem;
  }

  .xxxl\:text-xl {
    font-size: 1.25rem;
  }

  .xxxl\:text-2xl {
    font-size: 1.5rem;
  }

  .xxxl\:text-3xl {
    font-size: 1.875rem;
  }

  .xxxl\:text-4xl {
    font-size: 2.25rem;
  }

  .xxxl\:text-5xl {
    font-size: 3rem;
  }

  .xxxl\:text-6xl {
    font-size: 4rem;
  }

  .xxxl\:text-12px {
    font-size: 12px;
  }

  .xxxl\:text-14px {
    font-size: 14px;
  }

  .xxxl\:text-15px {
    font-size: 15px;
  }

  .xxxl\:text-16px {
    font-size: 16px;
  }

  .xxxl\:text-17px {
    font-size: 17px;
  }

  .xxxl\:text-18px {
    font-size: 18px;
  }

  .xxxl\:text-20px {
    font-size: 20px;
  }

  .xxxl\:text-22px {
    font-size: 22px;
  }

  .xxxl\:text-24px {
    font-size: 24px;
  }

  .xxxl\:text-26px {
    font-size: 26px;
  }

  .xxxl\:text-30px {
    font-size: 30px;
  }

  .xxxl\:text-35px {
    font-size: 35px;
  }

  .xxxl\:text-40px {
    font-size: 40px;
  }

  .xxxl\:text-45px {
    font-size: 45px;
  }

  .xxxl\:text-50px {
    font-size: 50px;
  }

  .xxxl\:text-60px {
    font-size: 60px;
  }

  .xxxl\:text-70px {
    font-size: 70px;
  }

  .xxxl\:text-90px {
    font-size: 90px;
  }

  .xxxl\:text-97px {
    font-size: 97px;
  }

  .xxxl\:text-100px {
    font-size: 100px;
  }

  .xxxl\:text-150px {
    font-size: 150px;
  }

  .xxxl\:leading-3 {
    line-height: .75rem;
  }

  .xxxl\:leading-4 {
    line-height: 1rem;
  }

  .xxxl\:leading-5 {
    line-height: 1.25rem;
  }

  .xxxl\:leading-6 {
    line-height: 1.5rem;
  }

  .xxxl\:leading-7 {
    line-height: 1.75rem;
  }

  .xxxl\:leading-8 {
    line-height: 2rem;
  }

  .xxxl\:leading-9 {
    line-height: 2.25rem;
  }

  .xxxl\:leading-10 {
    line-height: 2.5rem;
  }

  .xxxl\:leading-cramp {
    line-height: 0.75;
  }

  .xxxl\:leading-none {
    line-height: 1;
  }

  .xxxl\:leading-tighter {
    line-height: 1.1;
  }

  .xxxl\:leading-tight {
    line-height: 1.25;
  }

  .xxxl\:leading-snug {
    line-height: 1.375;
  }

  .xxxl\:leading-normal {
    line-height: 1.5;
  }

  .xxxl\:leading-relaxed {
    line-height: 1.625;
  }

  .xxxl\:leading-loose {
    line-height: 2;
  }

  .xxxl\:list-inside {
    list-style-position: inside;
  }

  .xxxl\:list-outside {
    list-style-position: outside;
  }

  .xxxl\:list-none {
    list-style-type: none;
  }

  .xxxl\:list-disc {
    list-style-type: disc;
  }

  .xxxl\:list-decimal {
    list-style-type: decimal;
  }

  .xxxl\:m-0 {
    margin: 0;
  }

  .xxxl\:m-1 {
    margin: 0.25rem;
  }

  .xxxl\:m-2 {
    margin: 0.5rem;
  }

  .xxxl\:m-3 {
    margin: 0.75rem;
  }

  .xxxl\:m-4 {
    margin: 1rem;
  }

  .xxxl\:m-5 {
    margin: 1.25rem;
  }

  .xxxl\:m-6 {
    margin: 1.5rem;
  }

  .xxxl\:m-8 {
    margin: 2rem;
  }

  .xxxl\:m-10 {
    margin: 2.5rem;
  }

  .xxxl\:m-12 {
    margin: 3rem;
  }

  .xxxl\:m-14 {
    margin: 3.5rem;
  }

  .xxxl\:m-16 {
    margin: 4rem;
  }

  .xxxl\:m-20 {
    margin: 5rem;
  }

  .xxxl\:m-22 {
    margin: 5.5rem;
  }

  .xxxl\:m-24 {
    margin: 6rem;
  }

  .xxxl\:m-28 {
    margin: 7rem;
  }

  .xxxl\:m-32 {
    margin: 8rem;
  }

  .xxxl\:m-40 {
    margin: 10rem;
  }

  .xxxl\:m-48 {
    margin: 12rem;
  }

  .xxxl\:m-56 {
    margin: 14rem;
  }

  .xxxl\:m-64 {
    margin: 16rem;
  }

  .xxxl\:m-auto {
    margin: auto;
  }

  .xxxl\:m-px {
    margin: 1px;
  }

  .xxxl\:-m-1 {
    margin: -0.25rem;
  }

  .xxxl\:-m-2 {
    margin: -0.5rem;
  }

  .xxxl\:-m-3 {
    margin: -0.75rem;
  }

  .xxxl\:-m-4 {
    margin: -1rem;
  }

  .xxxl\:-m-5 {
    margin: -1.25rem;
  }

  .xxxl\:-m-6 {
    margin: -1.5rem;
  }

  .xxxl\:-m-8 {
    margin: -2rem;
  }

  .xxxl\:-m-10 {
    margin: -2.5rem;
  }

  .xxxl\:-m-12 {
    margin: -3rem;
  }

  .xxxl\:-m-14 {
    margin: -3.5rem;
  }

  .xxxl\:-m-16 {
    margin: -4rem;
  }

  .xxxl\:-m-20 {
    margin: -5rem;
  }

  .xxxl\:-m-22 {
    margin: -5.5rem;
  }

  .xxxl\:-m-24 {
    margin: -6rem;
  }

  .xxxl\:-m-28 {
    margin: -7rem;
  }

  .xxxl\:-m-32 {
    margin: -8rem;
  }

  .xxxl\:-m-40 {
    margin: -10rem;
  }

  .xxxl\:-m-48 {
    margin: -12rem;
  }

  .xxxl\:-m-56 {
    margin: -14rem;
  }

  .xxxl\:-m-64 {
    margin: -16rem;
  }

  .xxxl\:-m-px {
    margin: -1px;
  }

  .xxxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxxl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxxl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxxl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxxl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxxl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxxl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxxl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxxl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxxl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxxl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxxl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxxl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxxl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxxl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxxl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxxl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxxl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxxl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxxl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxxl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxxl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxxl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxxl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxxl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxxl\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxxl\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxxl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxxl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxxl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxxl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxxl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxxl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxxl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxxl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxxl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxxl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxxl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxxl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxxl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxxl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxxl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxxl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxxl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxxl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxxl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxxl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxxl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxxl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxxl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxxl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxxl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxxl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxxl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxxl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxxl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxxl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxxl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxxl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxxl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxxl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxxl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxxl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxxl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxxl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxxl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxxl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxxl\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxxl\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxxl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxxl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxxl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxxl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxxl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxxl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxxl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxxl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxxl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxxl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxxl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxxl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxxl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxxl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxxl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxxl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxxl\:mt-0 {
    margin-top: 0;
  }

  .xxxl\:mr-0 {
    margin-right: 0;
  }

  .xxxl\:mb-0 {
    margin-bottom: 0;
  }

  .xxxl\:ml-0 {
    margin-left: 0;
  }

  .xxxl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xxxl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xxxl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xxxl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xxxl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xxxl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xxxl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xxxl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xxxl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xxxl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xxxl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xxxl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xxxl\:mt-4 {
    margin-top: 1rem;
  }

  .xxxl\:mr-4 {
    margin-right: 1rem;
  }

  .xxxl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxxl\:ml-4 {
    margin-left: 1rem;
  }

  .xxxl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xxxl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xxxl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xxxl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xxxl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxxl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxxl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxxl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxxl\:mt-8 {
    margin-top: 2rem;
  }

  .xxxl\:mr-8 {
    margin-right: 2rem;
  }

  .xxxl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxxl\:ml-8 {
    margin-left: 2rem;
  }

  .xxxl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xxxl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xxxl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xxxl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xxxl\:mt-12 {
    margin-top: 3rem;
  }

  .xxxl\:mr-12 {
    margin-right: 3rem;
  }

  .xxxl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xxxl\:ml-12 {
    margin-left: 3rem;
  }

  .xxxl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xxxl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xxxl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xxxl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xxxl\:mt-16 {
    margin-top: 4rem;
  }

  .xxxl\:mr-16 {
    margin-right: 4rem;
  }

  .xxxl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xxxl\:ml-16 {
    margin-left: 4rem;
  }

  .xxxl\:mt-20 {
    margin-top: 5rem;
  }

  .xxxl\:mr-20 {
    margin-right: 5rem;
  }

  .xxxl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xxxl\:ml-20 {
    margin-left: 5rem;
  }

  .xxxl\:mt-22 {
    margin-top: 5.5rem;
  }

  .xxxl\:mr-22 {
    margin-right: 5.5rem;
  }

  .xxxl\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .xxxl\:ml-22 {
    margin-left: 5.5rem;
  }

  .xxxl\:mt-24 {
    margin-top: 6rem;
  }

  .xxxl\:mr-24 {
    margin-right: 6rem;
  }

  .xxxl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xxxl\:ml-24 {
    margin-left: 6rem;
  }

  .xxxl\:mt-28 {
    margin-top: 7rem;
  }

  .xxxl\:mr-28 {
    margin-right: 7rem;
  }

  .xxxl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xxxl\:ml-28 {
    margin-left: 7rem;
  }

  .xxxl\:mt-32 {
    margin-top: 8rem;
  }

  .xxxl\:mr-32 {
    margin-right: 8rem;
  }

  .xxxl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xxxl\:ml-32 {
    margin-left: 8rem;
  }

  .xxxl\:mt-40 {
    margin-top: 10rem;
  }

  .xxxl\:mr-40 {
    margin-right: 10rem;
  }

  .xxxl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xxxl\:ml-40 {
    margin-left: 10rem;
  }

  .xxxl\:mt-48 {
    margin-top: 12rem;
  }

  .xxxl\:mr-48 {
    margin-right: 12rem;
  }

  .xxxl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xxxl\:ml-48 {
    margin-left: 12rem;
  }

  .xxxl\:mt-56 {
    margin-top: 14rem;
  }

  .xxxl\:mr-56 {
    margin-right: 14rem;
  }

  .xxxl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xxxl\:ml-56 {
    margin-left: 14rem;
  }

  .xxxl\:mt-64 {
    margin-top: 16rem;
  }

  .xxxl\:mr-64 {
    margin-right: 16rem;
  }

  .xxxl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xxxl\:ml-64 {
    margin-left: 16rem;
  }

  .xxxl\:mt-auto {
    margin-top: auto;
  }

  .xxxl\:mr-auto {
    margin-right: auto;
  }

  .xxxl\:mb-auto {
    margin-bottom: auto;
  }

  .xxxl\:ml-auto {
    margin-left: auto;
  }

  .xxxl\:mt-px {
    margin-top: 1px;
  }

  .xxxl\:mr-px {
    margin-right: 1px;
  }

  .xxxl\:mb-px {
    margin-bottom: 1px;
  }

  .xxxl\:ml-px {
    margin-left: 1px;
  }

  .xxxl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xxxl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xxxl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxxl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xxxl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xxxl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xxxl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxxl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xxxl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xxxl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xxxl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxxl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xxxl\:-mt-4 {
    margin-top: -1rem;
  }

  .xxxl\:-mr-4 {
    margin-right: -1rem;
  }

  .xxxl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xxxl\:-ml-4 {
    margin-left: -1rem;
  }

  .xxxl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xxxl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xxxl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xxxl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xxxl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xxxl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xxxl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxxl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xxxl\:-mt-8 {
    margin-top: -2rem;
  }

  .xxxl\:-mr-8 {
    margin-right: -2rem;
  }

  .xxxl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xxxl\:-ml-8 {
    margin-left: -2rem;
  }

  .xxxl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xxxl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xxxl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xxxl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xxxl\:-mt-12 {
    margin-top: -3rem;
  }

  .xxxl\:-mr-12 {
    margin-right: -3rem;
  }

  .xxxl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xxxl\:-ml-12 {
    margin-left: -3rem;
  }

  .xxxl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xxxl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xxxl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xxxl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xxxl\:-mt-16 {
    margin-top: -4rem;
  }

  .xxxl\:-mr-16 {
    margin-right: -4rem;
  }

  .xxxl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xxxl\:-ml-16 {
    margin-left: -4rem;
  }

  .xxxl\:-mt-20 {
    margin-top: -5rem;
  }

  .xxxl\:-mr-20 {
    margin-right: -5rem;
  }

  .xxxl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xxxl\:-ml-20 {
    margin-left: -5rem;
  }

  .xxxl\:-mt-22 {
    margin-top: -5.5rem;
  }

  .xxxl\:-mr-22 {
    margin-right: -5.5rem;
  }

  .xxxl\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .xxxl\:-ml-22 {
    margin-left: -5.5rem;
  }

  .xxxl\:-mt-24 {
    margin-top: -6rem;
  }

  .xxxl\:-mr-24 {
    margin-right: -6rem;
  }

  .xxxl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xxxl\:-ml-24 {
    margin-left: -6rem;
  }

  .xxxl\:-mt-28 {
    margin-top: -7rem;
  }

  .xxxl\:-mr-28 {
    margin-right: -7rem;
  }

  .xxxl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xxxl\:-ml-28 {
    margin-left: -7rem;
  }

  .xxxl\:-mt-32 {
    margin-top: -8rem;
  }

  .xxxl\:-mr-32 {
    margin-right: -8rem;
  }

  .xxxl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xxxl\:-ml-32 {
    margin-left: -8rem;
  }

  .xxxl\:-mt-40 {
    margin-top: -10rem;
  }

  .xxxl\:-mr-40 {
    margin-right: -10rem;
  }

  .xxxl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xxxl\:-ml-40 {
    margin-left: -10rem;
  }

  .xxxl\:-mt-48 {
    margin-top: -12rem;
  }

  .xxxl\:-mr-48 {
    margin-right: -12rem;
  }

  .xxxl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xxxl\:-ml-48 {
    margin-left: -12rem;
  }

  .xxxl\:-mt-56 {
    margin-top: -14rem;
  }

  .xxxl\:-mr-56 {
    margin-right: -14rem;
  }

  .xxxl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xxxl\:-ml-56 {
    margin-left: -14rem;
  }

  .xxxl\:-mt-64 {
    margin-top: -16rem;
  }

  .xxxl\:-mr-64 {
    margin-right: -16rem;
  }

  .xxxl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xxxl\:-ml-64 {
    margin-left: -16rem;
  }

  .xxxl\:-mt-px {
    margin-top: -1px;
  }

  .xxxl\:-mr-px {
    margin-right: -1px;
  }

  .xxxl\:-mb-px {
    margin-bottom: -1px;
  }

  .xxxl\:-ml-px {
    margin-left: -1px;
  }

  .xxxl\:first\:m-0:first-child {
    margin: 0;
  }

  .xxxl\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xxxl\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xxxl\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .xxxl\:first\:m-4:first-child {
    margin: 1rem;
  }

  .xxxl\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .xxxl\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .xxxl\:first\:m-8:first-child {
    margin: 2rem;
  }

  .xxxl\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .xxxl\:first\:m-12:first-child {
    margin: 3rem;
  }

  .xxxl\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .xxxl\:first\:m-16:first-child {
    margin: 4rem;
  }

  .xxxl\:first\:m-20:first-child {
    margin: 5rem;
  }

  .xxxl\:first\:m-22:first-child {
    margin: 5.5rem;
  }

  .xxxl\:first\:m-24:first-child {
    margin: 6rem;
  }

  .xxxl\:first\:m-28:first-child {
    margin: 7rem;
  }

  .xxxl\:first\:m-32:first-child {
    margin: 8rem;
  }

  .xxxl\:first\:m-40:first-child {
    margin: 10rem;
  }

  .xxxl\:first\:m-48:first-child {
    margin: 12rem;
  }

  .xxxl\:first\:m-56:first-child {
    margin: 14rem;
  }

  .xxxl\:first\:m-64:first-child {
    margin: 16rem;
  }

  .xxxl\:first\:m-auto:first-child {
    margin: auto;
  }

  .xxxl\:first\:m-px:first-child {
    margin: 1px;
  }

  .xxxl\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xxxl\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xxxl\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .xxxl\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .xxxl\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .xxxl\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .xxxl\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .xxxl\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .xxxl\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .xxxl\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .xxxl\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .xxxl\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .xxxl\:first\:-m-22:first-child {
    margin: -5.5rem;
  }

  .xxxl\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .xxxl\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .xxxl\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .xxxl\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .xxxl\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .xxxl\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .xxxl\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .xxxl\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xxxl\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxxl\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xxxl\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxxl\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxxl\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxxl\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxxl\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxxl\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxxl\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxxl\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxxl\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxxl\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxxl\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxxl\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxxl\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxxl\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxxl\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxxl\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxxl\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxxl\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxxl\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxxl\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxxl\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxxl\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxxl\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxxl\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxxl\:first\:my-22:first-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxxl\:first\:mx-22:first-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxxl\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxxl\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxxl\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxxl\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxxl\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxxl\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxxl\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxxl\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxxl\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxxl\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxxl\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxxl\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxxl\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxxl\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxxl\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxxl\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xxxl\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxxl\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxxl\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxxl\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxxl\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxxl\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxxl\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxxl\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxxl\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxxl\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxxl\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxxl\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxxl\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxxl\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxxl\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxxl\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxxl\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxxl\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxxl\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxxl\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxxl\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxxl\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxxl\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxxl\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxxl\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxxl\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxxl\:first\:-my-22:first-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxxl\:first\:-mx-22:first-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxxl\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxxl\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxxl\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxxl\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxxl\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxxl\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxxl\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxxl\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxxl\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxxl\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxxl\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxxl\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxxl\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxxl\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxxl\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxxl\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxxl\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .xxxl\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .xxxl\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .xxxl\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .xxxl\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xxxl\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xxxl\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xxxl\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xxxl\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xxxl\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xxxl\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xxxl\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xxxl\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xxxl\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xxxl\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xxxl\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xxxl\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .xxxl\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .xxxl\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xxxl\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .xxxl\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xxxl\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xxxl\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xxxl\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xxxl\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xxxl\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xxxl\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xxxl\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xxxl\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .xxxl\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .xxxl\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xxxl\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .xxxl\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xxxl\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xxxl\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xxxl\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xxxl\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .xxxl\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .xxxl\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xxxl\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .xxxl\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .xxxl\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .xxxl\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .xxxl\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .xxxl\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .xxxl\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .xxxl\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xxxl\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .xxxl\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .xxxl\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .xxxl\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xxxl\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .xxxl\:first\:mt-22:first-child {
    margin-top: 5.5rem;
  }

  .xxxl\:first\:mr-22:first-child {
    margin-right: 5.5rem;
  }

  .xxxl\:first\:mb-22:first-child {
    margin-bottom: 5.5rem;
  }

  .xxxl\:first\:ml-22:first-child {
    margin-left: 5.5rem;
  }

  .xxxl\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .xxxl\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .xxxl\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xxxl\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .xxxl\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .xxxl\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .xxxl\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .xxxl\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .xxxl\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .xxxl\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .xxxl\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xxxl\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .xxxl\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .xxxl\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .xxxl\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xxxl\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .xxxl\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .xxxl\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .xxxl\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xxxl\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .xxxl\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .xxxl\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .xxxl\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xxxl\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .xxxl\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .xxxl\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .xxxl\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xxxl\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .xxxl\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xxxl\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xxxl\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xxxl\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xxxl\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xxxl\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xxxl\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xxxl\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xxxl\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xxxl\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xxxl\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xxxl\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xxxl\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xxxl\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xxxl\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xxxl\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xxxl\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xxxl\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xxxl\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xxxl\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xxxl\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .xxxl\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .xxxl\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xxxl\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .xxxl\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xxxl\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xxxl\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xxxl\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xxxl\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xxxl\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xxxl\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xxxl\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xxxl\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .xxxl\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .xxxl\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xxxl\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .xxxl\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xxxl\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xxxl\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xxxl\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xxxl\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .xxxl\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .xxxl\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xxxl\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .xxxl\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .xxxl\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .xxxl\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .xxxl\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .xxxl\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .xxxl\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .xxxl\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xxxl\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .xxxl\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .xxxl\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .xxxl\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xxxl\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .xxxl\:first\:-mt-22:first-child {
    margin-top: -5.5rem;
  }

  .xxxl\:first\:-mr-22:first-child {
    margin-right: -5.5rem;
  }

  .xxxl\:first\:-mb-22:first-child {
    margin-bottom: -5.5rem;
  }

  .xxxl\:first\:-ml-22:first-child {
    margin-left: -5.5rem;
  }

  .xxxl\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .xxxl\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .xxxl\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xxxl\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .xxxl\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .xxxl\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .xxxl\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .xxxl\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .xxxl\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .xxxl\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .xxxl\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xxxl\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .xxxl\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .xxxl\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .xxxl\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xxxl\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .xxxl\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .xxxl\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .xxxl\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xxxl\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .xxxl\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .xxxl\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .xxxl\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xxxl\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .xxxl\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .xxxl\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .xxxl\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xxxl\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .xxxl\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xxxl\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xxxl\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xxxl\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xxxl\:last\:m-0:last-child {
    margin: 0;
  }

  .xxxl\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xxxl\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xxxl\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xxxl\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xxxl\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xxxl\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xxxl\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xxxl\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xxxl\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xxxl\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .xxxl\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xxxl\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xxxl\:last\:m-22:last-child {
    margin: 5.5rem;
  }

  .xxxl\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xxxl\:last\:m-28:last-child {
    margin: 7rem;
  }

  .xxxl\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xxxl\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xxxl\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xxxl\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xxxl\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xxxl\:last\:m-auto:last-child {
    margin: auto;
  }

  .xxxl\:last\:m-px:last-child {
    margin: 1px;
  }

  .xxxl\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xxxl\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xxxl\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xxxl\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xxxl\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xxxl\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xxxl\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xxxl\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xxxl\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xxxl\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .xxxl\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xxxl\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xxxl\:last\:-m-22:last-child {
    margin: -5.5rem;
  }

  .xxxl\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xxxl\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .xxxl\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xxxl\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xxxl\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xxxl\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xxxl\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xxxl\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xxxl\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxxl\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xxxl\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxxl\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxxl\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxxl\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxxl\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxxl\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxxl\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxxl\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxxl\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxxl\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxxl\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxxl\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxxl\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxxl\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxxl\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxxl\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxxl\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxxl\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxxl\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxxl\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxxl\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxxl\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxxl\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxxl\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxxl\:last\:my-22:last-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxxl\:last\:mx-22:last-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxxl\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxxl\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxxl\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxxl\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxxl\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxxl\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxxl\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxxl\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxxl\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxxl\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxxl\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxxl\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxxl\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxxl\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxxl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxxl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xxxl\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxxl\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxxl\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxxl\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxxl\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxxl\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxxl\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxxl\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxxl\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxxl\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxxl\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxxl\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxxl\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxxl\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxxl\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxxl\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxxl\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxxl\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxxl\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxxl\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxxl\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxxl\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxxl\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxxl\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxxl\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxxl\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxxl\:last\:-my-22:last-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxxl\:last\:-mx-22:last-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxxl\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxxl\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxxl\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxxl\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxxl\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxxl\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxxl\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxxl\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxxl\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxxl\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxxl\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxxl\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxxl\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxxl\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxxl\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxxl\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxxl\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xxxl\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xxxl\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xxxl\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xxxl\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xxxl\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xxxl\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xxxl\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xxxl\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xxxl\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xxxl\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xxxl\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xxxl\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xxxl\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xxxl\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xxxl\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xxxl\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xxxl\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xxxl\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xxxl\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xxxl\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xxxl\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xxxl\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xxxl\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xxxl\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xxxl\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xxxl\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xxxl\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xxxl\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xxxl\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xxxl\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xxxl\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xxxl\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xxxl\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xxxl\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xxxl\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xxxl\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xxxl\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xxxl\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xxxl\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xxxl\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .xxxl\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .xxxl\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .xxxl\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .xxxl\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xxxl\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xxxl\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xxxl\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xxxl\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xxxl\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xxxl\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xxxl\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xxxl\:last\:mt-22:last-child {
    margin-top: 5.5rem;
  }

  .xxxl\:last\:mr-22:last-child {
    margin-right: 5.5rem;
  }

  .xxxl\:last\:mb-22:last-child {
    margin-bottom: 5.5rem;
  }

  .xxxl\:last\:ml-22:last-child {
    margin-left: 5.5rem;
  }

  .xxxl\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xxxl\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xxxl\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xxxl\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xxxl\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .xxxl\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .xxxl\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .xxxl\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .xxxl\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xxxl\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xxxl\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xxxl\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xxxl\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xxxl\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xxxl\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xxxl\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xxxl\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xxxl\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xxxl\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xxxl\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xxxl\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xxxl\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xxxl\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xxxl\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xxxl\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xxxl\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xxxl\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xxxl\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xxxl\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xxxl\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xxxl\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xxxl\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xxxl\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xxxl\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xxxl\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xxxl\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xxxl\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xxxl\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xxxl\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xxxl\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xxxl\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xxxl\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xxxl\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xxxl\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xxxl\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xxxl\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xxxl\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xxxl\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xxxl\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xxxl\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xxxl\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xxxl\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xxxl\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xxxl\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xxxl\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xxxl\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xxxl\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xxxl\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xxxl\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xxxl\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xxxl\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xxxl\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xxxl\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xxxl\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xxxl\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xxxl\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xxxl\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xxxl\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xxxl\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xxxl\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xxxl\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xxxl\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xxxl\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .xxxl\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .xxxl\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .xxxl\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .xxxl\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xxxl\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xxxl\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xxxl\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xxxl\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xxxl\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xxxl\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xxxl\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xxxl\:last\:-mt-22:last-child {
    margin-top: -5.5rem;
  }

  .xxxl\:last\:-mr-22:last-child {
    margin-right: -5.5rem;
  }

  .xxxl\:last\:-mb-22:last-child {
    margin-bottom: -5.5rem;
  }

  .xxxl\:last\:-ml-22:last-child {
    margin-left: -5.5rem;
  }

  .xxxl\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xxxl\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xxxl\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xxxl\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xxxl\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .xxxl\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .xxxl\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .xxxl\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .xxxl\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xxxl\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xxxl\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xxxl\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xxxl\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xxxl\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xxxl\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xxxl\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xxxl\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xxxl\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xxxl\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xxxl\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xxxl\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xxxl\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xxxl\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xxxl\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xxxl\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xxxl\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xxxl\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xxxl\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xxxl\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xxxl\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xxxl\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xxxl\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xxxl\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .xxxl\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .xxxl\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .xxxl\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .xxxl\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .xxxl\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .xxxl\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .xxxl\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .xxxl\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .xxxl\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .xxxl\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .xxxl\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .xxxl\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .xxxl\:even\:m-22:nth-child(even) {
    margin: 5.5rem;
  }

  .xxxl\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .xxxl\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .xxxl\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .xxxl\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .xxxl\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .xxxl\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .xxxl\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .xxxl\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .xxxl\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .xxxl\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .xxxl\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .xxxl\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .xxxl\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .xxxl\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .xxxl\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .xxxl\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .xxxl\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .xxxl\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .xxxl\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .xxxl\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .xxxl\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .xxxl\:even\:-m-22:nth-child(even) {
    margin: -5.5rem;
  }

  .xxxl\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .xxxl\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .xxxl\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .xxxl\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .xxxl\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .xxxl\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .xxxl\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .xxxl\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .xxxl\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxxl\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .xxxl\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxxl\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxxl\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxxl\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxxl\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxxl\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxxl\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxxl\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxxl\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxxl\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxxl\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxxl\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxxl\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxxl\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxxl\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxxl\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxxl\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxxl\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxxl\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxxl\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxxl\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxxl\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxxl\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxxl\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxxl\:even\:my-22:nth-child(even) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxxl\:even\:mx-22:nth-child(even) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxxl\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxxl\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxxl\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxxl\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxxl\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxxl\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxxl\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxxl\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxxl\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxxl\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxxl\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxxl\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxxl\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxxl\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxxl\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxxl\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .xxxl\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxxl\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxxl\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxxl\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxxl\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxxl\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxxl\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxxl\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxxl\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxxl\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxxl\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxxl\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxxl\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxxl\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxxl\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxxl\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxxl\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxxl\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxxl\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxxl\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxxl\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxxl\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxxl\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxxl\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxxl\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxxl\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxxl\:even\:-my-22:nth-child(even) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxxl\:even\:-mx-22:nth-child(even) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxxl\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxxl\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxxl\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxxl\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxxl\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxxl\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxxl\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxxl\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxxl\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxxl\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxxl\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxxl\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxxl\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxxl\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxxl\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxxl\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxxl\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .xxxl\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .xxxl\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .xxxl\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .xxxl\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .xxxl\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .xxxl\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .xxxl\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .xxxl\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .xxxl\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .xxxl\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .xxxl\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .xxxl\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .xxxl\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .xxxl\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .xxxl\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .xxxl\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .xxxl\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .xxxl\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .xxxl\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .xxxl\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .xxxl\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .xxxl\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .xxxl\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .xxxl\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .xxxl\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .xxxl\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .xxxl\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .xxxl\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .xxxl\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .xxxl\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .xxxl\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .xxxl\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .xxxl\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .xxxl\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .xxxl\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .xxxl\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .xxxl\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .xxxl\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .xxxl\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .xxxl\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .xxxl\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .xxxl\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .xxxl\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .xxxl\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .xxxl\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .xxxl\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .xxxl\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .xxxl\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .xxxl\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .xxxl\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .xxxl\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .xxxl\:even\:mt-22:nth-child(even) {
    margin-top: 5.5rem;
  }

  .xxxl\:even\:mr-22:nth-child(even) {
    margin-right: 5.5rem;
  }

  .xxxl\:even\:mb-22:nth-child(even) {
    margin-bottom: 5.5rem;
  }

  .xxxl\:even\:ml-22:nth-child(even) {
    margin-left: 5.5rem;
  }

  .xxxl\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .xxxl\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .xxxl\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .xxxl\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .xxxl\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .xxxl\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .xxxl\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .xxxl\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .xxxl\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .xxxl\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .xxxl\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .xxxl\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .xxxl\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .xxxl\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .xxxl\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .xxxl\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .xxxl\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .xxxl\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .xxxl\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .xxxl\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .xxxl\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .xxxl\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .xxxl\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .xxxl\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .xxxl\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .xxxl\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .xxxl\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .xxxl\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .xxxl\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .xxxl\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .xxxl\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .xxxl\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .xxxl\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .xxxl\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .xxxl\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .xxxl\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .xxxl\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .xxxl\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .xxxl\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .xxxl\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .xxxl\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .xxxl\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .xxxl\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .xxxl\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .xxxl\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .xxxl\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .xxxl\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .xxxl\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .xxxl\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .xxxl\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .xxxl\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .xxxl\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .xxxl\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .xxxl\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .xxxl\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .xxxl\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .xxxl\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .xxxl\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .xxxl\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .xxxl\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .xxxl\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .xxxl\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .xxxl\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .xxxl\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .xxxl\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .xxxl\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .xxxl\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .xxxl\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .xxxl\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .xxxl\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .xxxl\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .xxxl\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .xxxl\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .xxxl\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .xxxl\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .xxxl\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .xxxl\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .xxxl\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .xxxl\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .xxxl\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .xxxl\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .xxxl\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .xxxl\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .xxxl\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .xxxl\:even\:-mt-22:nth-child(even) {
    margin-top: -5.5rem;
  }

  .xxxl\:even\:-mr-22:nth-child(even) {
    margin-right: -5.5rem;
  }

  .xxxl\:even\:-mb-22:nth-child(even) {
    margin-bottom: -5.5rem;
  }

  .xxxl\:even\:-ml-22:nth-child(even) {
    margin-left: -5.5rem;
  }

  .xxxl\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .xxxl\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .xxxl\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .xxxl\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .xxxl\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .xxxl\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .xxxl\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .xxxl\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .xxxl\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .xxxl\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .xxxl\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .xxxl\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .xxxl\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .xxxl\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .xxxl\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .xxxl\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .xxxl\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .xxxl\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .xxxl\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .xxxl\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .xxxl\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .xxxl\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .xxxl\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .xxxl\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .xxxl\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .xxxl\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .xxxl\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .xxxl\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .xxxl\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .xxxl\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .xxxl\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .xxxl\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .xxxl\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .xxxl\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .xxxl\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .xxxl\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .xxxl\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .xxxl\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .xxxl\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .xxxl\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .xxxl\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .xxxl\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .xxxl\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .xxxl\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .xxxl\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .xxxl\:odd\:m-22:nth-child(odd) {
    margin: 5.5rem;
  }

  .xxxl\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .xxxl\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .xxxl\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .xxxl\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .xxxl\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .xxxl\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .xxxl\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .xxxl\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .xxxl\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .xxxl\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .xxxl\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .xxxl\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .xxxl\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .xxxl\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .xxxl\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .xxxl\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .xxxl\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .xxxl\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .xxxl\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .xxxl\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .xxxl\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .xxxl\:odd\:-m-22:nth-child(odd) {
    margin: -5.5rem;
  }

  .xxxl\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .xxxl\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .xxxl\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .xxxl\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .xxxl\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .xxxl\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .xxxl\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .xxxl\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .xxxl\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxxl\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .xxxl\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxxl\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxxl\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxxl\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxxl\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxxl\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxxl\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxxl\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxxl\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxxl\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxxl\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxxl\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxxl\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxxl\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxxl\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxxl\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxxl\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxxl\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxxl\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxxl\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxxl\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxxl\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxxl\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxxl\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxxl\:odd\:my-22:nth-child(odd) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxxl\:odd\:mx-22:nth-child(odd) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxxl\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxxl\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxxl\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxxl\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxxl\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxxl\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxxl\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxxl\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxxl\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxxl\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxxl\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxxl\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxxl\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxxl\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxxl\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxxl\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .xxxl\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxxl\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxxl\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxxl\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxxl\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxxl\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxxl\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxxl\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxxl\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxxl\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxxl\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxxl\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxxl\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxxl\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxxl\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxxl\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxxl\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxxl\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxxl\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxxl\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxxl\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxxl\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxxl\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxxl\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxxl\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxxl\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxxl\:odd\:-my-22:nth-child(odd) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxxl\:odd\:-mx-22:nth-child(odd) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxxl\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxxl\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxxl\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxxl\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxxl\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxxl\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxxl\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxxl\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxxl\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxxl\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxxl\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxxl\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxxl\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxxl\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxxl\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxxl\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxxl\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .xxxl\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .xxxl\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .xxxl\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .xxxl\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .xxxl\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .xxxl\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .xxxl\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .xxxl\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .xxxl\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .xxxl\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .xxxl\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .xxxl\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .xxxl\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .xxxl\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .xxxl\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .xxxl\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .xxxl\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .xxxl\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .xxxl\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .xxxl\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .xxxl\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .xxxl\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .xxxl\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .xxxl\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .xxxl\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .xxxl\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .xxxl\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .xxxl\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .xxxl\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .xxxl\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .xxxl\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .xxxl\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .xxxl\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .xxxl\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .xxxl\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .xxxl\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .xxxl\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .xxxl\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .xxxl\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .xxxl\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .xxxl\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .xxxl\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .xxxl\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .xxxl\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .xxxl\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .xxxl\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .xxxl\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .xxxl\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .xxxl\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .xxxl\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .xxxl\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .xxxl\:odd\:mt-22:nth-child(odd) {
    margin-top: 5.5rem;
  }

  .xxxl\:odd\:mr-22:nth-child(odd) {
    margin-right: 5.5rem;
  }

  .xxxl\:odd\:mb-22:nth-child(odd) {
    margin-bottom: 5.5rem;
  }

  .xxxl\:odd\:ml-22:nth-child(odd) {
    margin-left: 5.5rem;
  }

  .xxxl\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .xxxl\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .xxxl\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .xxxl\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .xxxl\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .xxxl\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .xxxl\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .xxxl\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .xxxl\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .xxxl\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .xxxl\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .xxxl\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .xxxl\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .xxxl\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .xxxl\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .xxxl\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .xxxl\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .xxxl\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .xxxl\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .xxxl\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .xxxl\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .xxxl\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .xxxl\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .xxxl\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .xxxl\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .xxxl\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .xxxl\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .xxxl\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .xxxl\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .xxxl\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .xxxl\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .xxxl\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .xxxl\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .xxxl\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .xxxl\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .xxxl\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .xxxl\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .xxxl\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .xxxl\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .xxxl\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .xxxl\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .xxxl\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .xxxl\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .xxxl\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .xxxl\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .xxxl\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .xxxl\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .xxxl\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .xxxl\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .xxxl\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .xxxl\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .xxxl\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .xxxl\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .xxxl\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .xxxl\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .xxxl\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .xxxl\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .xxxl\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .xxxl\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .xxxl\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .xxxl\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .xxxl\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .xxxl\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .xxxl\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .xxxl\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .xxxl\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .xxxl\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .xxxl\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .xxxl\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .xxxl\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .xxxl\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .xxxl\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .xxxl\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .xxxl\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .xxxl\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .xxxl\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .xxxl\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .xxxl\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .xxxl\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .xxxl\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .xxxl\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .xxxl\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .xxxl\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .xxxl\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .xxxl\:odd\:-mt-22:nth-child(odd) {
    margin-top: -5.5rem;
  }

  .xxxl\:odd\:-mr-22:nth-child(odd) {
    margin-right: -5.5rem;
  }

  .xxxl\:odd\:-mb-22:nth-child(odd) {
    margin-bottom: -5.5rem;
  }

  .xxxl\:odd\:-ml-22:nth-child(odd) {
    margin-left: -5.5rem;
  }

  .xxxl\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .xxxl\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .xxxl\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .xxxl\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .xxxl\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .xxxl\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .xxxl\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .xxxl\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .xxxl\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .xxxl\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .xxxl\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .xxxl\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .xxxl\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .xxxl\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .xxxl\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .xxxl\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .xxxl\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .xxxl\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .xxxl\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .xxxl\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .xxxl\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .xxxl\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .xxxl\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .xxxl\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .xxxl\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .xxxl\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .xxxl\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .xxxl\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .xxxl\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .xxxl\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .xxxl\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .xxxl\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .xxxl\:max-h-full {
    max-height: 100%;
  }

  .xxxl\:max-h-screen {
    max-height: 100vh;
  }

  .xxxl\:max-w-none {
    max-width: none;
  }

  .xxxl\:max-w-xs {
    max-width: 20rem;
  }

  .xxxl\:max-w-sm {
    max-width: 24rem;
  }

  .xxxl\:max-w-md {
    max-width: 28rem;
  }

  .xxxl\:max-w-lg {
    max-width: 32rem;
  }

  .xxxl\:max-w-xl {
    max-width: 36rem;
  }

  .xxxl\:max-w-2xl {
    max-width: 42rem;
  }

  .xxxl\:max-w-3xl {
    max-width: 48rem;
  }

  .xxxl\:max-w-4xl {
    max-width: 56rem;
  }

  .xxxl\:max-w-5xl {
    max-width: 64rem;
  }

  .xxxl\:max-w-6xl {
    max-width: 72rem;
  }

  .xxxl\:max-w-full {
    max-width: 100%;
  }

  .xxxl\:max-w-screen-xs {
    max-width: 480px;
  }

  .xxxl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xxxl\:max-w-screen-md {
    max-width: 768px;
  }

  .xxxl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xxxl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xxxl\:max-w-screen-xxl {
    max-width: 1400px;
  }

  .xxxl\:max-w-screen-xxxl {
    max-width: 1600px;
  }

  .xxxl\:max-w-screen-XL {
    max-width: 2000px;
  }

  .xxxl\:min-h-0 {
    min-height: 0;
  }

  .xxxl\:min-h-full {
    min-height: 100%;
  }

  .xxxl\:min-h-screen {
    min-height: 100vh;
  }

  .xxxl\:min-w-0 {
    min-width: 0;
  }

  .xxxl\:min-w-full {
    min-width: 100%;
  }

  .xxxl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xxxl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xxxl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xxxl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xxxl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xxxl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xxxl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xxxl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xxxl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xxxl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xxxl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xxxl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xxxl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xxxl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xxxl\:opacity-0 {
    opacity: 0;
  }

  .xxxl\:opacity-25 {
    opacity: 0.25;
  }

  .xxxl\:opacity-35 {
    opacity: 0.35;
  }

  .xxxl\:opacity-45 {
    opacity: 0.45;
  }

  .xxxl\:opacity-50 {
    opacity: 0.5;
  }

  .xxxl\:opacity-75 {
    opacity: 0.75;
  }

  .xxxl\:opacity-100 {
    opacity: 1;
  }

  .xxxl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xxxl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xxxl\:hover\:opacity-35:hover {
    opacity: 0.35;
  }

  .xxxl\:hover\:opacity-45:hover {
    opacity: 0.45;
  }

  .xxxl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xxxl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xxxl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xxxl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xxxl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xxxl\:focus\:opacity-35:focus {
    opacity: 0.35;
  }

  .xxxl\:focus\:opacity-45:focus {
    opacity: 0.45;
  }

  .xxxl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xxxl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xxxl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xxxl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxxl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxxl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxxl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxxl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxxl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxxl\:overflow-auto {
    overflow: auto;
  }

  .xxxl\:overflow-hidden {
    overflow: hidden;
  }

  .xxxl\:overflow-visible {
    overflow: visible;
  }

  .xxxl\:overflow-scroll {
    overflow: scroll;
  }

  .xxxl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxxl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxxl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxxl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxxl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxxl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxxl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxxl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxxl\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xxxl\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xxxl\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xxxl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xxxl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xxxl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xxxl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xxxl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xxxl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xxxl\:p-0 {
    padding: 0;
  }

  .xxxl\:p-1 {
    padding: 0.25rem;
  }

  .xxxl\:p-2 {
    padding: 0.5rem;
  }

  .xxxl\:p-3 {
    padding: 0.75rem;
  }

  .xxxl\:p-4 {
    padding: 1rem;
  }

  .xxxl\:p-5 {
    padding: 1.25rem;
  }

  .xxxl\:p-6 {
    padding: 1.5rem;
  }

  .xxxl\:p-8 {
    padding: 2rem;
  }

  .xxxl\:p-10 {
    padding: 2.5rem;
  }

  .xxxl\:p-12 {
    padding: 3rem;
  }

  .xxxl\:p-14 {
    padding: 3.5rem;
  }

  .xxxl\:p-16 {
    padding: 4rem;
  }

  .xxxl\:p-20 {
    padding: 5rem;
  }

  .xxxl\:p-22 {
    padding: 5.5rem;
  }

  .xxxl\:p-24 {
    padding: 6rem;
  }

  .xxxl\:p-28 {
    padding: 7rem;
  }

  .xxxl\:p-32 {
    padding: 8rem;
  }

  .xxxl\:p-40 {
    padding: 10rem;
  }

  .xxxl\:p-48 {
    padding: 12rem;
  }

  .xxxl\:p-56 {
    padding: 14rem;
  }

  .xxxl\:p-64 {
    padding: 16rem;
  }

  .xxxl\:p-px {
    padding: 1px;
  }

  .xxxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxxl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xxxl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xxxl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xxxl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxxl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xxxl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xxxl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxxl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxxl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxxl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxxl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxxl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxxl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxxl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxxl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxxl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxxl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxxl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxxl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xxxl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xxxl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxxl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxxl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xxxl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xxxl\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xxxl\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xxxl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxxl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxxl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xxxl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xxxl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxxl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxxl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xxxl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxxl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xxxl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xxxl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xxxl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xxxl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xxxl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xxxl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxxl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxxl\:pt-0 {
    padding-top: 0;
  }

  .xxxl\:pr-0 {
    padding-right: 0;
  }

  .xxxl\:pb-0 {
    padding-bottom: 0;
  }

  .xxxl\:pl-0 {
    padding-left: 0;
  }

  .xxxl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xxxl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xxxl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xxxl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xxxl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xxxl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xxxl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xxxl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xxxl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xxxl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xxxl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xxxl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xxxl\:pt-4 {
    padding-top: 1rem;
  }

  .xxxl\:pr-4 {
    padding-right: 1rem;
  }

  .xxxl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxxl\:pl-4 {
    padding-left: 1rem;
  }

  .xxxl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xxxl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xxxl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xxxl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xxxl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxxl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxxl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxxl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxxl\:pt-8 {
    padding-top: 2rem;
  }

  .xxxl\:pr-8 {
    padding-right: 2rem;
  }

  .xxxl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxxl\:pl-8 {
    padding-left: 2rem;
  }

  .xxxl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xxxl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xxxl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xxxl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xxxl\:pt-12 {
    padding-top: 3rem;
  }

  .xxxl\:pr-12 {
    padding-right: 3rem;
  }

  .xxxl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xxxl\:pl-12 {
    padding-left: 3rem;
  }

  .xxxl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xxxl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xxxl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xxxl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xxxl\:pt-16 {
    padding-top: 4rem;
  }

  .xxxl\:pr-16 {
    padding-right: 4rem;
  }

  .xxxl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xxxl\:pl-16 {
    padding-left: 4rem;
  }

  .xxxl\:pt-20 {
    padding-top: 5rem;
  }

  .xxxl\:pr-20 {
    padding-right: 5rem;
  }

  .xxxl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xxxl\:pl-20 {
    padding-left: 5rem;
  }

  .xxxl\:pt-22 {
    padding-top: 5.5rem;
  }

  .xxxl\:pr-22 {
    padding-right: 5.5rem;
  }

  .xxxl\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .xxxl\:pl-22 {
    padding-left: 5.5rem;
  }

  .xxxl\:pt-24 {
    padding-top: 6rem;
  }

  .xxxl\:pr-24 {
    padding-right: 6rem;
  }

  .xxxl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xxxl\:pl-24 {
    padding-left: 6rem;
  }

  .xxxl\:pt-28 {
    padding-top: 7rem;
  }

  .xxxl\:pr-28 {
    padding-right: 7rem;
  }

  .xxxl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xxxl\:pl-28 {
    padding-left: 7rem;
  }

  .xxxl\:pt-32 {
    padding-top: 8rem;
  }

  .xxxl\:pr-32 {
    padding-right: 8rem;
  }

  .xxxl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xxxl\:pl-32 {
    padding-left: 8rem;
  }

  .xxxl\:pt-40 {
    padding-top: 10rem;
  }

  .xxxl\:pr-40 {
    padding-right: 10rem;
  }

  .xxxl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xxxl\:pl-40 {
    padding-left: 10rem;
  }

  .xxxl\:pt-48 {
    padding-top: 12rem;
  }

  .xxxl\:pr-48 {
    padding-right: 12rem;
  }

  .xxxl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xxxl\:pl-48 {
    padding-left: 12rem;
  }

  .xxxl\:pt-56 {
    padding-top: 14rem;
  }

  .xxxl\:pr-56 {
    padding-right: 14rem;
  }

  .xxxl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xxxl\:pl-56 {
    padding-left: 14rem;
  }

  .xxxl\:pt-64 {
    padding-top: 16rem;
  }

  .xxxl\:pr-64 {
    padding-right: 16rem;
  }

  .xxxl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xxxl\:pl-64 {
    padding-left: 16rem;
  }

  .xxxl\:pt-px {
    padding-top: 1px;
  }

  .xxxl\:pr-px {
    padding-right: 1px;
  }

  .xxxl\:pb-px {
    padding-bottom: 1px;
  }

  .xxxl\:pl-px {
    padding-left: 1px;
  }

  .xxxl\:placeholder-flesh::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-flesh::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-flesh::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-flesh::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-gulfBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-gulfBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-gulfBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-gulfBlue::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueDark::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueCheckbox::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueCheckbox::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueCheckbox::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueCheckbox::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueCyan::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueCyan::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueCyan::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueCyan::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueDarkHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueDarkHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueDarkHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueDarkHover::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueMedium::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueMediumHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueMediumHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueMediumHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueMediumHover::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueProgrammaBack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueProgrammaBack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueProgrammaBack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueProgrammaBack::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueHover::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLightDarker::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLightDarker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLightDarker::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLightDarker::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLightDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLightDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLightDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLightDark::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-perano::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-perano::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-perano::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-perano::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-blueLight::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-bluePersian::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-bluePersian::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-bluePersian::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-bluePersian::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-mediumElectricBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-mediumElectricBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-mediumElectricBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-mediumElectricBlue::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-redCadmium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-redCadmium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-redCadmium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-redCadmium::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-redHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-redHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-redHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-redHover::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-yellowHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-yellowHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-yellowHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-yellowHover::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyLighter::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyLighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyLighter::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyLighter::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyLight::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-grey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-grey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyMedium::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyWarm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyWarm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyWarm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyWarm::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-darkGrey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-darkGrey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-darkGrey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-darkGrey::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-darkGreyHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-darkGreyHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-darkGreyHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-darkGreyHover::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-shadedFilters::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:placeholder-shadedFilters::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:placeholder-shadedFilters::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:placeholder-shadedFilters::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:placeholder-thunderBlack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-thunderBlack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-thunderBlack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-thunderBlack::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyText::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyText::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyText::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyText::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyTextForm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyTextForm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyTextForm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-greyTextForm::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-mountainMist::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-mountainMist::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-mountainMist::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-mountainMist::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .xxxl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xxxl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .xxxl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xxxl\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-flesh:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-flesh:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-flesh:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-flesh:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-gulfBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-gulfBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-gulfBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-gulfBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueCheckbox:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueCheckbox:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueCheckbox:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueCheckbox:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueCyan:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueCyan:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueCyan:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueCyan:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueDarkHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueDarkHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueDarkHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueDarkHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueMediumHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueMediumHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueMediumHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueMediumHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueProgrammaBack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueProgrammaBack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueProgrammaBack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueProgrammaBack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLightDarker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLightDarker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLightDarker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLightDarker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLightDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLightDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLightDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLightDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-perano:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-perano:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-perano:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-perano:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-blueLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-bluePersian:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-bluePersian:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-bluePersian:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-bluePersian:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-mediumElectricBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-mediumElectricBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-mediumElectricBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-mediumElectricBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-redCadmium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-redCadmium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-redCadmium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-redCadmium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-redHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-redHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-redHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-redHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-yellowHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-yellowHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-yellowHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-yellowHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyLighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyLighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyLighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyLighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-grey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-grey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyWarm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyWarm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyWarm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyWarm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-darkGrey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-darkGrey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-darkGrey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-darkGrey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-darkGreyHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-darkGreyHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-darkGreyHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-darkGreyHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-shadedFilters:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:placeholder-shadedFilters:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:placeholder-shadedFilters:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:placeholder-shadedFilters:focus::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:placeholder-thunderBlack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-thunderBlack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-thunderBlack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-thunderBlack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyText:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyText:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyText:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyText:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyTextForm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyTextForm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyTextForm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-greyTextForm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-mountainMist:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-mountainMist:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-mountainMist:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-mountainMist:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .xxxl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xxxl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .xxxl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xxxl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxxl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxxl\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xxxl\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xxxl\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xxxl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .xxxl\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxxl\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxxl\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxxl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxxl\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxxl\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxxl\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxxl\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxxl\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxxl\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxxl\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxxl\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxxl\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxxl\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxxl\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxxl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxxl\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxxl\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxxl\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxxl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxxl\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xxxl\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xxxl\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xxxl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .xxxl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xxxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xxxl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xxxl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .xxxl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxxl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxxl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxxl\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxxl\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxxl\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxxl\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35;
  }

  .xxxl\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxxl\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxxl\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxxl\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45;
  }

  .xxxl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxxl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxxl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxxl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxxl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxxl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxxl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xxxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xxxl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xxxl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .xxxl\:pointer-events-none {
    pointer-events: none;
  }

  .xxxl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxxl\:static {
    position: static;
  }

  .xxxl\:fixed {
    position: fixed;
  }

  .xxxl\:absolute {
    position: absolute;
  }

  .xxxl\:relative {
    position: relative;
  }

  .xxxl\:sticky {
    position: sticky;
  }

  .xxxl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxxl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xxxl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xxxl\:inset-3 {
    top: .75rem;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
  }

  .xxxl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xxxl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xxxl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xxxl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xxxl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xxxl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xxxl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xxxl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxxl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xxxl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xxxl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xxxl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xxxl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xxxl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xxxl\:inset-y-3 {
    top: .75rem;
    bottom: .75rem;
  }

  .xxxl\:inset-x-3 {
    right: .75rem;
    left: .75rem;
  }

  .xxxl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xxxl\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .xxxl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xxxl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xxxl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xxxl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xxxl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xxxl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xxxl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xxxl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .xxxl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xxxl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xxxl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xxxl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xxxl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xxxl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xxxl\:top-0 {
    top: 0;
  }

  .xxxl\:right-0 {
    right: 0;
  }

  .xxxl\:bottom-0 {
    bottom: 0;
  }

  .xxxl\:left-0 {
    left: 0;
  }

  .xxxl\:top-1 {
    top: 0.25rem;
  }

  .xxxl\:right-1 {
    right: 0.25rem;
  }

  .xxxl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xxxl\:left-1 {
    left: 0.25rem;
  }

  .xxxl\:top-2 {
    top: 0.5rem;
  }

  .xxxl\:right-2 {
    right: 0.5rem;
  }

  .xxxl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xxxl\:left-2 {
    left: 0.5rem;
  }

  .xxxl\:top-3 {
    top: .75rem;
  }

  .xxxl\:right-3 {
    right: .75rem;
  }

  .xxxl\:bottom-3 {
    bottom: .75rem;
  }

  .xxxl\:left-3 {
    left: .75rem;
  }

  .xxxl\:top-4 {
    top: 1rem;
  }

  .xxxl\:right-4 {
    right: 1rem;
  }

  .xxxl\:bottom-4 {
    bottom: 1rem;
  }

  .xxxl\:left-4 {
    left: 1rem;
  }

  .xxxl\:top-5 {
    top: 1.25rem;
  }

  .xxxl\:right-5 {
    right: 1.25rem;
  }

  .xxxl\:bottom-5 {
    bottom: 1.25rem;
  }

  .xxxl\:left-5 {
    left: 1.25rem;
  }

  .xxxl\:top-6 {
    top: 1.5rem;
  }

  .xxxl\:right-6 {
    right: 1.5rem;
  }

  .xxxl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xxxl\:left-6 {
    left: 1.5rem;
  }

  .xxxl\:top-7 {
    top: 1.75rem;
  }

  .xxxl\:right-7 {
    right: 1.75rem;
  }

  .xxxl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xxxl\:left-7 {
    left: 1.75rem;
  }

  .xxxl\:top-8 {
    top: 2rem;
  }

  .xxxl\:right-8 {
    right: 2rem;
  }

  .xxxl\:bottom-8 {
    bottom: 2rem;
  }

  .xxxl\:left-8 {
    left: 2rem;
  }

  .xxxl\:top-9 {
    top: 2.25rem;
  }

  .xxxl\:right-9 {
    right: 2.25rem;
  }

  .xxxl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xxxl\:left-9 {
    left: 2.25rem;
  }

  .xxxl\:top-10 {
    top: 2.5rem;
  }

  .xxxl\:right-10 {
    right: 2.5rem;
  }

  .xxxl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xxxl\:left-10 {
    left: 2.5rem;
  }

  .xxxl\:top-auto {
    top: auto;
  }

  .xxxl\:right-auto {
    right: auto;
  }

  .xxxl\:bottom-auto {
    bottom: auto;
  }

  .xxxl\:left-auto {
    left: auto;
  }

  .xxxl\:resize-none {
    resize: none;
  }

  .xxxl\:resize-y {
    resize: vertical;
  }

  .xxxl\:resize-x {
    resize: horizontal;
  }

  .xxxl\:resize {
    resize: both;
  }

  .xxxl\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xxxl\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxxl\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxxl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxxl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxxl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxxl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxxl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxxl\:shadow-lg_noBottom {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:shadow-lg_noTop {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xxxl\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxxl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxxl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxxl\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxxl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxxl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxxl\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxxl\:hover\:shadow-lg_noBottom:hover {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:hover\:shadow-lg_noTop:hover {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxxl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxxl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxxl\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxxl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxxl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxxl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxxl\:focus\:shadow-lg_noBottom:focus {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:shadow-lg_noTop:focus {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:fill-current {
    fill: currentColor;
  }

  .xxxl\:stroke-current {
    stroke: currentColor;
  }

  .xxxl\:stroke-0 {
    stroke-width: 0;
  }

  .xxxl\:stroke-1 {
    stroke-width: 1;
  }

  .xxxl\:stroke-2 {
    stroke-width: 2;
  }

  .xxxl\:table-auto {
    table-layout: auto;
  }

  .xxxl\:table-fixed {
    table-layout: fixed;
  }

  .xxxl\:text-left {
    text-align: left;
  }

  .xxxl\:text-center {
    text-align: center;
  }

  .xxxl\:text-right {
    text-align: right;
  }

  .xxxl\:text-justify {
    text-align: justify;
  }

  .xxxl\:text-flesh {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xxxl\:text-gulfBlue {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xxxl\:text-blueDark {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xxxl\:text-blueCheckbox {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xxxl\:text-blueCyan {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xxxl\:text-blueDarkHover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xxxl\:text-blueMedium {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxxl\:text-blueMediumHover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xxxl\:text-blue {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xxxl\:text-blueProgrammaBack {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xxxl\:text-blueHover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxxl\:text-blueLightDarker {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xxxl\:text-blueLightDark {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xxxl\:text-perano {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xxxl\:text-blueLight {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xxxl\:text-bluePersian {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xxxl\:text-mediumElectricBlue {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xxxl\:text-red {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xxxl\:text-redCadmium {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xxxl\:text-redHover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xxxl\:text-yellow {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xxxl\:text-yellowHover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xxxl\:text-greyLighter {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xxxl\:text-greyLight {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xxxl\:text-grey {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xxxl\:text-greyMedium {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xxxl\:text-greyWarm {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xxxl\:text-darkGrey {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxxl\:text-darkGreyHover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xxxl\:text-shadedFilters {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:text-thunderBlack {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxxl\:text-greyText {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxxl\:text-greyTextForm {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xxxl\:text-mountainMist {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxxl\:text-transparent {
    color: transparent;
  }

  .xxxl\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xxxl\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xxxl\:hover\:text-flesh:hover {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xxxl\:hover\:text-gulfBlue:hover {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueDark:hover {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueCheckbox:hover {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueCyan:hover {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueDarkHover:hover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueMedium:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueMediumHover:hover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xxxl\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueProgrammaBack:hover {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueHover:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueLightDarker:hover {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueLightDark:hover {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xxxl\:hover\:text-perano:hover {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xxxl\:hover\:text-blueLight:hover {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xxxl\:hover\:text-bluePersian:hover {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xxxl\:hover\:text-mediumElectricBlue:hover {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xxxl\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xxxl\:hover\:text-redCadmium:hover {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xxxl\:hover\:text-redHover:hover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xxxl\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xxxl\:hover\:text-yellowHover:hover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xxxl\:hover\:text-greyLighter:hover {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xxxl\:hover\:text-greyLight:hover {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xxxl\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xxxl\:hover\:text-greyMedium:hover {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xxxl\:hover\:text-greyWarm:hover {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xxxl\:hover\:text-darkGrey:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxxl\:hover\:text-darkGreyHover:hover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xxxl\:hover\:text-shadedFilters:hover {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:hover\:text-thunderBlack:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxxl\:hover\:text-greyText:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxxl\:hover\:text-greyTextForm:hover {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xxxl\:hover\:text-mountainMist:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxxl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xxxl\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xxxl\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xxxl\:focus\:text-flesh:focus {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .xxxl\:focus\:text-gulfBlue:focus {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueDark:focus {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueCheckbox:focus {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueCyan:focus {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueDarkHover:focus {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueMedium:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueMediumHover:focus {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .xxxl\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueProgrammaBack:focus {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueHover:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueLightDarker:focus {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueLightDark:focus {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .xxxl\:focus\:text-perano:focus {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .xxxl\:focus\:text-blueLight:focus {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .xxxl\:focus\:text-bluePersian:focus {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .xxxl\:focus\:text-mediumElectricBlue:focus {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .xxxl\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .xxxl\:focus\:text-redCadmium:focus {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .xxxl\:focus\:text-redHover:focus {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .xxxl\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .xxxl\:focus\:text-yellowHover:focus {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .xxxl\:focus\:text-greyLighter:focus {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .xxxl\:focus\:text-greyLight:focus {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .xxxl\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .xxxl\:focus\:text-greyMedium:focus {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .xxxl\:focus\:text-greyWarm:focus {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .xxxl\:focus\:text-darkGrey:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxxl\:focus\:text-darkGreyHover:focus {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .xxxl\:focus\:text-shadedFilters:focus {
    color: rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:text-thunderBlack:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .xxxl\:focus\:text-greyText:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxxl\:focus\:text-greyTextForm:focus {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .xxxl\:focus\:text-mountainMist:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .xxxl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xxxl\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xxxl\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xxxl\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xxxl\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xxxl\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .xxxl\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .xxxl\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xxxl\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xxxl\:text-opacity-100 {
    --text-opacity: 1;
  }

  .xxxl\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .xxxl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .xxxl\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35;
  }

  .xxxl\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45;
  }

  .xxxl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .xxxl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .xxxl\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .xxxl\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .xxxl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .xxxl\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35;
  }

  .xxxl\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45;
  }

  .xxxl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .xxxl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .xxxl\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .xxxl\:italic {
    font-style: italic;
  }

  .xxxl\:not-italic {
    font-style: normal;
  }

  .xxxl\:uppercase {
    text-transform: uppercase;
  }

  .xxxl\:lowercase {
    text-transform: lowercase;
  }

  .xxxl\:capitalize {
    text-transform: capitalize;
  }

  .xxxl\:normal-case {
    text-transform: none;
  }

  .xxxl\:underline {
    text-decoration: underline;
  }

  .xxxl\:line-through {
    text-decoration: line-through;
  }

  .xxxl\:no-underline {
    text-decoration: none;
  }

  .xxxl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxxl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxxl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxxl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xxxl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xxxl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xxxl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxxl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxxl\:ordinal, .xxxl\:slashed-zero, .xxxl\:lining-nums, .xxxl\:oldstyle-nums, .xxxl\:proportional-nums, .xxxl\:tabular-nums, .xxxl\:diagonal-fractions, .xxxl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xxxl\:normal-nums {
    font-variant-numeric: normal;
  }

  .xxxl\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xxxl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xxxl\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .xxxl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xxxl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xxxl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xxxl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xxxl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xxxl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xxxl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xxxl\:tracking-normal {
    letter-spacing: 0;
  }

  .xxxl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xxxl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xxxl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xxxl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xxxl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xxxl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xxxl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xxxl\:align-baseline {
    vertical-align: baseline;
  }

  .xxxl\:align-top {
    vertical-align: top;
  }

  .xxxl\:align-middle {
    vertical-align: middle;
  }

  .xxxl\:align-bottom {
    vertical-align: bottom;
  }

  .xxxl\:align-text-top {
    vertical-align: text-top;
  }

  .xxxl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxxl\:visible {
    visibility: visible;
  }

  .xxxl\:invisible {
    visibility: hidden;
  }

  .xxxl\:whitespace-normal {
    white-space: normal;
  }

  .xxxl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxxl\:whitespace-pre {
    white-space: pre;
  }

  .xxxl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxxl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxxl\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xxxl\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xxxl\:break-all {
    word-break: break-all;
  }

  .xxxl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxxl\:w-0 {
    width: 0;
  }

  .xxxl\:w-1 {
    width: 0.25rem;
  }

  .xxxl\:w-2 {
    width: 0.5rem;
  }

  .xxxl\:w-3 {
    width: 0.75rem;
  }

  .xxxl\:w-4 {
    width: 1rem;
  }

  .xxxl\:w-5 {
    width: 1.25rem;
  }

  .xxxl\:w-6 {
    width: 1.5rem;
  }

  .xxxl\:w-8 {
    width: 2rem;
  }

  .xxxl\:w-10 {
    width: 2.5rem;
  }

  .xxxl\:w-12 {
    width: 3rem;
  }

  .xxxl\:w-14 {
    width: 3.5rem;
  }

  .xxxl\:w-16 {
    width: 4rem;
  }

  .xxxl\:w-20 {
    width: 5rem;
  }

  .xxxl\:w-22 {
    width: 5.5rem;
  }

  .xxxl\:w-24 {
    width: 6rem;
  }

  .xxxl\:w-28 {
    width: 7rem;
  }

  .xxxl\:w-32 {
    width: 8rem;
  }

  .xxxl\:w-40 {
    width: 10rem;
  }

  .xxxl\:w-48 {
    width: 12rem;
  }

  .xxxl\:w-56 {
    width: 14rem;
  }

  .xxxl\:w-64 {
    width: 16rem;
  }

  .xxxl\:w-auto {
    width: auto;
  }

  .xxxl\:w-px {
    width: 1px;
  }

  .xxxl\:w-1\/2 {
    width: 50%;
  }

  .xxxl\:w-1\/3 {
    width: 33.333333%;
  }

  .xxxl\:w-2\/3 {
    width: 66.666667%;
  }

  .xxxl\:w-1\/4 {
    width: 25%;
  }

  .xxxl\:w-2\/4 {
    width: 50%;
  }

  .xxxl\:w-3\/4 {
    width: 75%;
  }

  .xxxl\:w-1\/5 {
    width: 20%;
  }

  .xxxl\:w-2\/5 {
    width: 40%;
  }

  .xxxl\:w-3\/5 {
    width: 60%;
  }

  .xxxl\:w-4\/5 {
    width: 80%;
  }

  .xxxl\:w-1\/6 {
    width: 16.666667%;
  }

  .xxxl\:w-2\/6 {
    width: 33.333333%;
  }

  .xxxl\:w-3\/6 {
    width: 50%;
  }

  .xxxl\:w-4\/6 {
    width: 66.666667%;
  }

  .xxxl\:w-5\/6 {
    width: 83.333333%;
  }

  .xxxl\:w-1\/12 {
    width: 8.333333%;
  }

  .xxxl\:w-2\/12 {
    width: 16.666667%;
  }

  .xxxl\:w-3\/12 {
    width: 25%;
  }

  .xxxl\:w-4\/12 {
    width: 33.333333%;
  }

  .xxxl\:w-5\/12 {
    width: 41.666667%;
  }

  .xxxl\:w-6\/12 {
    width: 50%;
  }

  .xxxl\:w-7\/12 {
    width: 58.333333%;
  }

  .xxxl\:w-8\/12 {
    width: 66.666667%;
  }

  .xxxl\:w-9\/12 {
    width: 75%;
  }

  .xxxl\:w-10\/12 {
    width: 83.333333%;
  }

  .xxxl\:w-11\/12 {
    width: 91.666667%;
  }

  .xxxl\:w-full {
    width: 100%;
  }

  .xxxl\:w-screen {
    width: 100vw;
  }

  .xxxl\:w-48\% {
    width: 48%;
  }

  .xxxl\:z-0 {
    z-index: 0;
  }

  .xxxl\:z-10 {
    z-index: 10;
  }

  .xxxl\:z-20 {
    z-index: 20;
  }

  .xxxl\:z-30 {
    z-index: 30;
  }

  .xxxl\:z-40 {
    z-index: 40;
  }

  .xxxl\:z-50 {
    z-index: 50;
  }

  .xxxl\:z-auto {
    z-index: auto;
  }

  .xxxl\:-z-1 {
    z-index: -1;
  }

  .xxxl\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xxxl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xxxl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xxxl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xxxl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xxxl\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xxxl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xxxl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xxxl\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xxxl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xxxl\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xxxl\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xxxl\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xxxl\:gap-22 {
    grid-gap: 5.5rem;
    gap: 5.5rem;
  }

  .xxxl\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xxxl\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xxxl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xxxl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xxxl\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xxxl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xxxl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xxxl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xxxl\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xxxl\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xxxl\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xxxl\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .xxxl\:col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .xxxl\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xxxl\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .xxxl\:col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .xxxl\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xxxl\:col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .xxxl\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .xxxl\:col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .xxxl\:col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .xxxl\:col-gap-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .xxxl\:col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .xxxl\:col-gap-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .xxxl\:col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xxxl\:col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .xxxl\:col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .xxxl\:col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .xxxl\:col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .xxxl\:col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .xxxl\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xxxl\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xxxl\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xxxl\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .xxxl\:gap-x-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .xxxl\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xxxl\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .xxxl\:gap-x-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .xxxl\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xxxl\:gap-x-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .xxxl\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .xxxl\:gap-x-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .xxxl\:gap-x-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .xxxl\:gap-x-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .xxxl\:gap-x-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .xxxl\:gap-x-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .xxxl\:gap-x-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .xxxl\:gap-x-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .xxxl\:gap-x-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .xxxl\:gap-x-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .xxxl\:gap-x-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .xxxl\:gap-x-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .xxxl\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xxxl\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xxxl\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xxxl\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xxxl\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xxxl\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xxxl\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xxxl\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xxxl\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xxxl\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xxxl\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xxxl\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xxxl\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xxxl\:row-gap-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .xxxl\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xxxl\:row-gap-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xxxl\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xxxl\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xxxl\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xxxl\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xxxl\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xxxl\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xxxl\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xxxl\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xxxl\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xxxl\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xxxl\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xxxl\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xxxl\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xxxl\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xxxl\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xxxl\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xxxl\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xxxl\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xxxl\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xxxl\:gap-y-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .xxxl\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xxxl\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xxxl\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xxxl\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xxxl\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xxxl\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xxxl\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xxxl\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xxxl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xxxl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xxxl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xxxl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xxxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xxxl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xxxl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xxxl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xxxl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xxxl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xxxl\:col-auto {
    grid-column: auto;
  }

  .xxxl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xxxl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xxxl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xxxl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xxxl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xxxl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xxxl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xxxl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xxxl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xxxl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xxxl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xxxl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xxxl\:col-start-1 {
    grid-column-start: 1;
  }

  .xxxl\:col-start-2 {
    grid-column-start: 2;
  }

  .xxxl\:col-start-3 {
    grid-column-start: 3;
  }

  .xxxl\:col-start-4 {
    grid-column-start: 4;
  }

  .xxxl\:col-start-5 {
    grid-column-start: 5;
  }

  .xxxl\:col-start-6 {
    grid-column-start: 6;
  }

  .xxxl\:col-start-7 {
    grid-column-start: 7;
  }

  .xxxl\:col-start-8 {
    grid-column-start: 8;
  }

  .xxxl\:col-start-9 {
    grid-column-start: 9;
  }

  .xxxl\:col-start-10 {
    grid-column-start: 10;
  }

  .xxxl\:col-start-11 {
    grid-column-start: 11;
  }

  .xxxl\:col-start-12 {
    grid-column-start: 12;
  }

  .xxxl\:col-start-13 {
    grid-column-start: 13;
  }

  .xxxl\:col-start-auto {
    grid-column-start: auto;
  }

  .xxxl\:col-end-1 {
    grid-column-end: 1;
  }

  .xxxl\:col-end-2 {
    grid-column-end: 2;
  }

  .xxxl\:col-end-3 {
    grid-column-end: 3;
  }

  .xxxl\:col-end-4 {
    grid-column-end: 4;
  }

  .xxxl\:col-end-5 {
    grid-column-end: 5;
  }

  .xxxl\:col-end-6 {
    grid-column-end: 6;
  }

  .xxxl\:col-end-7 {
    grid-column-end: 7;
  }

  .xxxl\:col-end-8 {
    grid-column-end: 8;
  }

  .xxxl\:col-end-9 {
    grid-column-end: 9;
  }

  .xxxl\:col-end-10 {
    grid-column-end: 10;
  }

  .xxxl\:col-end-11 {
    grid-column-end: 11;
  }

  .xxxl\:col-end-12 {
    grid-column-end: 12;
  }

  .xxxl\:col-end-13 {
    grid-column-end: 13;
  }

  .xxxl\:col-end-auto {
    grid-column-end: auto;
  }

  .xxxl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xxxl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xxxl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xxxl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xxxl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xxxl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xxxl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xxxl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xxxl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xxxl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xxxl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xxxl\:row-auto {
    grid-row: auto;
  }

  .xxxl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xxxl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xxxl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xxxl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xxxl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xxxl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xxxl\:row-start-1 {
    grid-row-start: 1;
  }

  .xxxl\:row-start-2 {
    grid-row-start: 2;
  }

  .xxxl\:row-start-3 {
    grid-row-start: 3;
  }

  .xxxl\:row-start-4 {
    grid-row-start: 4;
  }

  .xxxl\:row-start-5 {
    grid-row-start: 5;
  }

  .xxxl\:row-start-6 {
    grid-row-start: 6;
  }

  .xxxl\:row-start-7 {
    grid-row-start: 7;
  }

  .xxxl\:row-start-auto {
    grid-row-start: auto;
  }

  .xxxl\:row-end-1 {
    grid-row-end: 1;
  }

  .xxxl\:row-end-2 {
    grid-row-end: 2;
  }

  .xxxl\:row-end-3 {
    grid-row-end: 3;
  }

  .xxxl\:row-end-4 {
    grid-row-end: 4;
  }

  .xxxl\:row-end-5 {
    grid-row-end: 5;
  }

  .xxxl\:row-end-6 {
    grid-row-end: 6;
  }

  .xxxl\:row-end-7 {
    grid-row-end: 7;
  }

  .xxxl\:row-end-auto {
    grid-row-end: auto;
  }

  .xxxl\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
         -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xxxl\:transform-none {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .xxxl\:origin-center {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }

  .xxxl\:origin-top {
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }

  .xxxl\:origin-top-right {
    -webkit-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
  }

  .xxxl\:origin-right {
    -webkit-transform-origin: right;
         -o-transform-origin: right;
            transform-origin: right;
  }

  .xxxl\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .xxxl\:origin-bottom {
    -webkit-transform-origin: bottom;
         -o-transform-origin: bottom;
            transform-origin: bottom;
  }

  .xxxl\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .xxxl\:origin-left {
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
  }

  .xxxl\:origin-top-left {
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
  }

  .xxxl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xxxl\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xxxl\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xxxl\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xxxl\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xxxl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xxxl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xxxl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xxxl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xxxl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xxxl\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xxxl\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xxxl\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xxxl\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xxxl\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xxxl\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xxxl\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xxxl\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xxxl\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xxxl\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xxxl\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xxxl\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xxxl\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xxxl\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xxxl\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xxxl\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xxxl\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xxxl\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xxxl\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xxxl\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xxxl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xxxl\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xxxl\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xxxl\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xxxl\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xxxl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xxxl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xxxl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xxxl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xxxl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xxxl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xxxl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xxxl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xxxl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xxxl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xxxl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xxxl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xxxl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xxxl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xxxl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xxxl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xxxl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xxxl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xxxl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xxxl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xxxl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xxxl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xxxl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xxxl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xxxl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xxxl\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xxxl\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xxxl\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xxxl\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xxxl\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xxxl\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xxxl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xxxl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xxxl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xxxl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xxxl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xxxl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xxxl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xxxl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xxxl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xxxl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xxxl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xxxl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xxxl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xxxl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xxxl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xxxl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xxxl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xxxl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xxxl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xxxl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xxxl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xxxl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xxxl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xxxl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xxxl\:rotate-0 {
    --transform-rotate: 0;
  }

  .xxxl\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xxxl\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xxxl\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xxxl\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xxxl\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xxxl\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xxxl\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xxxl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xxxl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xxxl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xxxl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xxxl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xxxl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xxxl\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xxxl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xxxl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xxxl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xxxl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xxxl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xxxl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xxxl\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xxxl\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xxxl\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xxxl\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xxxl\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xxxl\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xxxl\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xxxl\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xxxl\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xxxl\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xxxl\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .xxxl\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xxxl\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xxxl\:translate-x-22 {
    --transform-translate-x: 5.5rem;
  }

  .xxxl\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xxxl\:translate-x-28 {
    --transform-translate-x: 7rem;
  }

  .xxxl\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xxxl\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xxxl\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xxxl\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xxxl\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xxxl\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xxxl\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xxxl\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xxxl\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xxxl\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xxxl\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xxxl\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xxxl\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xxxl\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xxxl\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xxxl\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .xxxl\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xxxl\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xxxl\:-translate-x-22 {
    --transform-translate-x: -5.5rem;
  }

  .xxxl\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xxxl\:-translate-x-28 {
    --transform-translate-x: -7rem;
  }

  .xxxl\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xxxl\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xxxl\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xxxl\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xxxl\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xxxl\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xxxl\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xxxl\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xxxl\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xxxl\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xxxl\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xxxl\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xxxl\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xxxl\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xxxl\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xxxl\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xxxl\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xxxl\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xxxl\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xxxl\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xxxl\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .xxxl\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xxxl\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xxxl\:translate-y-22 {
    --transform-translate-y: 5.5rem;
  }

  .xxxl\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xxxl\:translate-y-28 {
    --transform-translate-y: 7rem;
  }

  .xxxl\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xxxl\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xxxl\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xxxl\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xxxl\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xxxl\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xxxl\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xxxl\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xxxl\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xxxl\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xxxl\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xxxl\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xxxl\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xxxl\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xxxl\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xxxl\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .xxxl\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xxxl\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xxxl\:-translate-y-22 {
    --transform-translate-y: -5.5rem;
  }

  .xxxl\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xxxl\:-translate-y-28 {
    --transform-translate-y: -7rem;
  }

  .xxxl\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xxxl\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xxxl\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xxxl\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xxxl\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xxxl\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xxxl\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xxxl\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xxxl\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xxxl\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xxxl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xxxl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xxxl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xxxl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xxxl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .xxxl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .xxxl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xxxl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xxxl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .xxxl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .xxxl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .xxxl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xxxl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xxxl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem;
  }

  .xxxl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xxxl\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem;
  }

  .xxxl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xxxl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xxxl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xxxl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xxxl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xxxl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xxxl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xxxl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xxxl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xxxl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .xxxl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .xxxl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xxxl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xxxl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .xxxl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .xxxl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .xxxl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xxxl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xxxl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem;
  }

  .xxxl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xxxl\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem;
  }

  .xxxl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xxxl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xxxl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xxxl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xxxl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xxxl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xxxl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xxxl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xxxl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xxxl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xxxl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xxxl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xxxl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xxxl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xxxl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .xxxl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .xxxl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xxxl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xxxl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .xxxl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .xxxl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .xxxl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xxxl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xxxl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem;
  }

  .xxxl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xxxl\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem;
  }

  .xxxl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xxxl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xxxl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xxxl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xxxl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xxxl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xxxl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xxxl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xxxl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xxxl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .xxxl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .xxxl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xxxl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xxxl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .xxxl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .xxxl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .xxxl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xxxl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xxxl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem;
  }

  .xxxl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xxxl\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem;
  }

  .xxxl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xxxl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xxxl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xxxl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xxxl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xxxl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xxxl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xxxl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xxxl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xxxl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xxxl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .xxxl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xxxl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xxxl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .xxxl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .xxxl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .xxxl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .xxxl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .xxxl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .xxxl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .xxxl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .xxxl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .xxxl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .xxxl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem;
  }

  .xxxl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .xxxl\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem;
  }

  .xxxl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .xxxl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .xxxl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .xxxl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .xxxl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .xxxl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xxxl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xxxl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xxxl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .xxxl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .xxxl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .xxxl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .xxxl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .xxxl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .xxxl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .xxxl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .xxxl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .xxxl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .xxxl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem;
  }

  .xxxl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .xxxl\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem;
  }

  .xxxl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .xxxl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .xxxl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .xxxl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .xxxl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .xxxl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xxxl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xxxl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xxxl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xxxl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xxxl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .xxxl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xxxl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xxxl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .xxxl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .xxxl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .xxxl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .xxxl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .xxxl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .xxxl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .xxxl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .xxxl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .xxxl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .xxxl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem;
  }

  .xxxl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .xxxl\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem;
  }

  .xxxl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .xxxl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .xxxl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .xxxl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .xxxl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .xxxl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xxxl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xxxl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xxxl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .xxxl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .xxxl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .xxxl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .xxxl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .xxxl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .xxxl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .xxxl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .xxxl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .xxxl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .xxxl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem;
  }

  .xxxl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .xxxl\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem;
  }

  .xxxl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .xxxl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .xxxl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .xxxl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .xxxl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .xxxl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xxxl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xxxl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xxxl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xxxl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xxxl\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xxxl\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xxxl\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xxxl\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xxxl\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xxxl\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xxxl\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xxxl\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xxxl\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xxxl\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xxxl\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xxxl\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xxxl\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xxxl\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xxxl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xxxl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xxxl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xxxl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xxxl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xxxl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xxxl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xxxl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xxxl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xxxl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xxxl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xxxl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xxxl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xxxl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xxxl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xxxl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xxxl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xxxl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xxxl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xxxl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xxxl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xxxl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xxxl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xxxl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xxxl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xxxl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xxxl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xxxl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xxxl\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .xxxl\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }

  .xxxl\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -o-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -o-transform;
  }

  .xxxl\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xxxl\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  .xxxl\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .xxxl\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
  }

  .xxxl\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .xxxl\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xxxl\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xxxl\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xxxl\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .xxxl\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .xxxl\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .xxxl\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .xxxl\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .xxxl\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .xxxl\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .xxxl\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .xxxl\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .xxxl\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .xxxl\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .xxxl\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .xxxl\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .xxxl\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .xxxl\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .xxxl\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .xxxl\:animate-none {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  .xxxl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
         -o-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xxxl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
         -o-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xxxl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
         -o-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xxxl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
         -o-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 2000px) {
  .XL\:container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .XL\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .XL\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .XL\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .XL\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .XL\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {
    .XL\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {
    .XL\:container {
      max-width: 1600px;
    }
  }

  @media (min-width: 2000px) {
    .XL\:container {
      max-width: 2000px;
    }
  }

  .XL\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .XL\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .XL\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .XL\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .XL\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .XL\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .XL\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .XL\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .XL\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .XL\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .XL\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .XL\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .XL\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .XL\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--space-y-reverse));
  }

  .XL\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .XL\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .XL\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .XL\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .XL\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .XL\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .XL\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .XL\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .XL\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .XL\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .XL\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .XL\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .XL\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .XL\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .XL\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .XL\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .XL\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .XL\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .XL\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .XL\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .XL\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--space-y-reverse));
  }

  .XL\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .XL\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .XL\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .XL\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .XL\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .XL\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .XL\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .XL\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .XL\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .XL\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .XL\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .XL\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .XL\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .XL\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .XL\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .XL\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .XL\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .XL\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .XL\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .XL\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .XL\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .XL\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .XL\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .XL\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .XL\:divide-flesh > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--divide-opacity));
  }

  .XL\:divide-gulfBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--divide-opacity));
  }

  .XL\:divide-blueDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--divide-opacity));
  }

  .XL\:divide-blueCheckbox > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--divide-opacity));
  }

  .XL\:divide-blueCyan > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--divide-opacity));
  }

  .XL\:divide-blueDarkHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--divide-opacity));
  }

  .XL\:divide-blueMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .XL\:divide-blueMediumHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--divide-opacity));
  }

  .XL\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--divide-opacity));
  }

  .XL\:divide-blueProgrammaBack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--divide-opacity));
  }

  .XL\:divide-blueHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--divide-opacity));
  }

  .XL\:divide-blueLightDarker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--divide-opacity));
  }

  .XL\:divide-blueLightDark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--divide-opacity));
  }

  .XL\:divide-perano > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--divide-opacity));
  }

  .XL\:divide-blueLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--divide-opacity));
  }

  .XL\:divide-bluePersian > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--divide-opacity));
  }

  .XL\:divide-mediumElectricBlue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--divide-opacity));
  }

  .XL\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--divide-opacity));
  }

  .XL\:divide-redCadmium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--divide-opacity));
  }

  .XL\:divide-redHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--divide-opacity));
  }

  .XL\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--divide-opacity));
  }

  .XL\:divide-yellowHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--divide-opacity));
  }

  .XL\:divide-greyLighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--divide-opacity));
  }

  .XL\:divide-greyLight > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--divide-opacity));
  }

  .XL\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--divide-opacity));
  }

  .XL\:divide-greyMedium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--divide-opacity));
  }

  .XL\:divide-greyWarm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--divide-opacity));
  }

  .XL\:divide-darkGrey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .XL\:divide-darkGreyHover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--divide-opacity));
  }

  .XL\:divide-shadedFilters > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .XL\:divide-thunderBlack > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--divide-opacity));
  }

  .XL\:divide-greyText > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .XL\:divide-greyTextForm > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--divide-opacity));
  }

  .XL\:divide-mountainMist > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--divide-opacity));
  }

  .XL\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .XL\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .XL\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .XL\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .XL\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .XL\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .XL\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .XL\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .XL\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .XL\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .XL\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35;
  }

  .XL\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45;
  }

  .XL\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .XL\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .XL\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .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\: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\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .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 {
    background-clip: text;
  }

  .XL\:bg-flesh {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .XL\:bg-gulfBlue {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .XL\:bg-blueDark {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .XL\:bg-blueCheckbox {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .XL\:bg-blueCyan {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .XL\:bg-blueDarkHover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .XL\:bg-blueMedium {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .XL\:bg-blueMediumHover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .XL\:bg-blue {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .XL\:bg-blueProgrammaBack {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .XL\:bg-blueHover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .XL\:bg-blueLightDarker {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .XL\:bg-blueLightDark {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .XL\:bg-perano {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .XL\:bg-blueLight {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .XL\:bg-bluePersian {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .XL\:bg-mediumElectricBlue {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .XL\:bg-red {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .XL\:bg-redCadmium {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .XL\:bg-redHover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .XL\:bg-yellow {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .XL\:bg-yellowHover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .XL\:bg-greyLighter {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .XL\:bg-greyLight {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .XL\:bg-grey {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .XL\:bg-greyMedium {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .XL\:bg-greyWarm {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .XL\:bg-darkGrey {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .XL\:bg-darkGreyHover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .XL\:bg-shadedFilters {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .XL\:bg-thunderBlack {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .XL\:bg-greyText {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .XL\:bg-greyTextForm {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .XL\:bg-mountainMist {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .XL\:bg-transparent {
    background-color: transparent;
  }

  .XL\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .XL\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .XL\:hover\:bg-flesh:hover {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .XL\:hover\:bg-gulfBlue:hover {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueDark:hover {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueCheckbox:hover {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueCyan:hover {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueDarkHover:hover {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueMedium:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueMediumHover:hover {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .XL\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueProgrammaBack:hover {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueHover:hover {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueLightDarker:hover {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueLightDark:hover {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .XL\:hover\:bg-perano:hover {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .XL\:hover\:bg-blueLight:hover {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .XL\:hover\:bg-bluePersian:hover {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .XL\:hover\:bg-mediumElectricBlue:hover {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .XL\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .XL\:hover\:bg-redCadmium:hover {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .XL\:hover\:bg-redHover:hover {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .XL\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .XL\:hover\:bg-yellowHover:hover {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .XL\:hover\:bg-greyLighter:hover {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .XL\:hover\:bg-greyLight:hover {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .XL\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .XL\:hover\:bg-greyMedium:hover {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .XL\:hover\:bg-greyWarm:hover {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .XL\:hover\:bg-darkGrey:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .XL\:hover\:bg-darkGreyHover:hover {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .XL\:hover\:bg-shadedFilters:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .XL\:hover\:bg-thunderBlack:hover {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .XL\:hover\:bg-greyText:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .XL\:hover\:bg-greyTextForm:hover {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .XL\:hover\:bg-mountainMist:hover {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .XL\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .XL\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .XL\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .XL\:focus\:bg-flesh:focus {
    --bg-opacity: 1;
    background-color: #ffbe8d;
    background-color: rgba(255, 190, 141, var(--bg-opacity));
  }

  .XL\:focus\:bg-gulfBlue:focus {
    --bg-opacity: 1;
    background-color: #001959;
    background-color: rgba(0, 25, 89, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueDark:focus {
    --bg-opacity: 1;
    background-color: #001b5b;
    background-color: rgba(0, 27, 91, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueCheckbox:focus {
    --bg-opacity: 1;
    background-color: #2F7094;
    background-color: rgba(47, 112, 148, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueCyan:focus {
    --bg-opacity: 1;
    background-color: #00518C;
    background-color: rgba(0, 81, 140, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueDarkHover:focus {
    --bg-opacity: 1;
    background-color: #00233F;
    background-color: rgba(0, 35, 63, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueMedium:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueMediumHover:focus {
    --bg-opacity: 1;
    background-color: #00294B;
    background-color: rgba(0, 41, 75, var(--bg-opacity));
  }

  .XL\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #0065bb;
    background-color: rgba(0, 101, 187, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueProgrammaBack:focus {
    --bg-opacity: 1;
    background-color: #0066b7;
    background-color: rgba(0, 102, 183, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueHover:focus {
    --bg-opacity: 1;
    background-color: #003F6D;
    background-color: rgba(0, 63, 109, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueLightDarker:focus {
    --bg-opacity: 1;
    background-color: #7BB1CF;
    background-color: rgba(123, 177, 207, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueLightDark:focus {
    --bg-opacity: 1;
    background-color: #A4D2EC;
    background-color: rgba(164, 210, 236, var(--bg-opacity));
  }

  .XL\:focus\:bg-perano:focus {
    --bg-opacity: 1;
    background-color: #A6D1F4;
    background-color: rgba(166, 209, 244, var(--bg-opacity));
  }

  .XL\:focus\:bg-blueLight:focus {
    --bg-opacity: 1;
    background-color: #b7dbf9;
    background-color: rgba(183, 219, 249, var(--bg-opacity));
  }

  .XL\:focus\:bg-bluePersian:focus {
    --bg-opacity: 1;
    background-color: #0169B4;
    background-color: rgba(1, 105, 180, var(--bg-opacity));
  }

  .XL\:focus\:bg-mediumElectricBlue:focus {
    --bg-opacity: 1;
    background-color: #0057A0;
    background-color: rgba(0, 87, 160, var(--bg-opacity));
  }

  .XL\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e70000;
    background-color: rgba(231, 0, 0, var(--bg-opacity));
  }

  .XL\:focus\:bg-redCadmium:focus {
    --bg-opacity: 1;
    background-color: #E30413;
    background-color: rgba(227, 4, 19, var(--bg-opacity));
  }

  .XL\:focus\:bg-redHover:focus {
    --bg-opacity: 1;
    background-color: #AA030D;
    background-color: rgba(170, 3, 13, var(--bg-opacity));
  }

  .XL\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #ff6f03;
    background-color: rgba(255, 111, 3, var(--bg-opacity));
  }

  .XL\:focus\:bg-yellowHover:focus {
    --bg-opacity: 1;
    background-color: #FF9103;
    background-color: rgba(255, 145, 3, var(--bg-opacity));
  }

  .XL\:focus\:bg-greyLighter:focus {
    --bg-opacity: 1;
    background-color: #F6F5F3;
    background-color: rgba(246, 245, 243, var(--bg-opacity));
  }

  .XL\:focus\:bg-greyLight:focus {
    --bg-opacity: 1;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, var(--bg-opacity));
  }

  .XL\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #E6E3DF;
    background-color: rgba(230, 227, 223, var(--bg-opacity));
  }

  .XL\:focus\:bg-greyMedium:focus {
    --bg-opacity: 1;
    background-color: #DDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
  }

  .XL\:focus\:bg-greyWarm:focus {
    --bg-opacity: 1;
    background-color: #939283;
    background-color: rgba(147, 146, 131, var(--bg-opacity));
  }

  .XL\:focus\:bg-darkGrey:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .XL\:focus\:bg-darkGreyHover:focus {
    --bg-opacity: 1;
    background-color: #212121;
    background-color: rgba(33, 33, 33, var(--bg-opacity));
  }

  .XL\:focus\:bg-shadedFilters:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:bg-thunderBlack:focus {
    --bg-opacity: 1;
    background-color: #2D2D2D;
    background-color: rgba(45, 45, 45, var(--bg-opacity));
  }

  .XL\:focus\:bg-greyText:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .XL\:focus\:bg-greyTextForm:focus {
    --bg-opacity: 1;
    background-color: #929292;
    background-color: rgba(146, 146, 146, var(--bg-opacity));
  }

  .XL\:focus\:bg-mountainMist:focus {
    --bg-opacity: 1;
    background-color: #949494;
    background-color: rgba(148, 148, 148, var(--bg-opacity));
  }

  .XL\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .XL\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .XL\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .XL\:bg-none {
    background-image: none;
  }

  .XL\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .XL\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .XL\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .XL\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .XL\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .XL\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .XL\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .XL\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .XL\:from-flesh {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .XL\:from-gulfBlue {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .XL\:from-blueDark {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .XL\:from-blueCheckbox {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .XL\:from-blueCyan {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .XL\:from-blueDarkHover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .XL\:from-blueMedium {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:from-blueMediumHover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .XL\:from-blue {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .XL\:from-blueProgrammaBack {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .XL\:from-blueHover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:from-blueLightDarker {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .XL\:from-blueLightDark {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .XL\:from-perano {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .XL\:from-blueLight {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .XL\:from-bluePersian {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .XL\:from-mediumElectricBlue {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .XL\:from-red {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .XL\:from-redCadmium {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .XL\:from-redHover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .XL\:from-yellow {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .XL\:from-yellowHover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .XL\:from-greyLighter {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .XL\:from-greyLight {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .XL\:from-grey {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .XL\:from-greyMedium {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .XL\:from-greyWarm {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .XL\:from-darkGrey {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:from-darkGreyHover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .XL\:from-shadedFilters {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:from-thunderBlack {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:from-greyText {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:from-greyTextForm {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .XL\:from-mountainMist {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .XL\:via-flesh {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .XL\:via-gulfBlue {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .XL\:via-blueDark {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .XL\:via-blueCheckbox {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .XL\:via-blueCyan {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .XL\:via-blueDarkHover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .XL\:via-blueMedium {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:via-blueMediumHover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .XL\:via-blue {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .XL\:via-blueProgrammaBack {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .XL\:via-blueHover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:via-blueLightDarker {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .XL\:via-blueLightDark {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .XL\:via-perano {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .XL\:via-blueLight {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .XL\:via-bluePersian {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .XL\:via-mediumElectricBlue {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .XL\:via-red {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .XL\:via-redCadmium {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .XL\:via-redHover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .XL\:via-yellow {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .XL\:via-yellowHover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .XL\:via-greyLighter {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .XL\:via-greyLight {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .XL\:via-grey {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .XL\:via-greyMedium {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .XL\:via-greyWarm {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .XL\:via-darkGrey {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:via-darkGreyHover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .XL\:via-shadedFilters {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:via-thunderBlack {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:via-greyText {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:via-greyTextForm {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .XL\:via-mountainMist {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .XL\:to-flesh {
    --gradient-to-color: #ffbe8d;
  }

  .XL\:to-gulfBlue {
    --gradient-to-color: #001959;
  }

  .XL\:to-blueDark {
    --gradient-to-color: #001b5b;
  }

  .XL\:to-blueCheckbox {
    --gradient-to-color: #2F7094;
  }

  .XL\:to-blueCyan {
    --gradient-to-color: #00518C;
  }

  .XL\:to-blueDarkHover {
    --gradient-to-color: #00233F;
  }

  .XL\:to-blueMedium {
    --gradient-to-color: #003F6D;
  }

  .XL\:to-blueMediumHover {
    --gradient-to-color: #00294B;
  }

  .XL\:to-blue {
    --gradient-to-color: #0065bb;
  }

  .XL\:to-blueProgrammaBack {
    --gradient-to-color: #0066b7;
  }

  .XL\:to-blueHover {
    --gradient-to-color: #003F6D;
  }

  .XL\:to-blueLightDarker {
    --gradient-to-color: #7BB1CF;
  }

  .XL\:to-blueLightDark {
    --gradient-to-color: #A4D2EC;
  }

  .XL\:to-perano {
    --gradient-to-color: #A6D1F4;
  }

  .XL\:to-blueLight {
    --gradient-to-color: #b7dbf9;
  }

  .XL\:to-bluePersian {
    --gradient-to-color: #0169B4;
  }

  .XL\:to-mediumElectricBlue {
    --gradient-to-color: #0057A0;
  }

  .XL\:to-red {
    --gradient-to-color: #e70000;
  }

  .XL\:to-redCadmium {
    --gradient-to-color: #E30413;
  }

  .XL\:to-redHover {
    --gradient-to-color: #AA030D;
  }

  .XL\:to-yellow {
    --gradient-to-color: #ff6f03;
  }

  .XL\:to-yellowHover {
    --gradient-to-color: #FF9103;
  }

  .XL\:to-greyLighter {
    --gradient-to-color: #F6F5F3;
  }

  .XL\:to-greyLight {
    --gradient-to-color: #E2E2E2;
  }

  .XL\:to-grey {
    --gradient-to-color: #E6E3DF;
  }

  .XL\:to-greyMedium {
    --gradient-to-color: #DDD;
  }

  .XL\:to-greyWarm {
    --gradient-to-color: #939283;
  }

  .XL\:to-darkGrey {
    --gradient-to-color: #2D2D2D;
  }

  .XL\:to-darkGreyHover {
    --gradient-to-color: #212121;
  }

  .XL\:to-shadedFilters {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .XL\:to-thunderBlack {
    --gradient-to-color: #2D2D2D;
  }

  .XL\:to-greyText {
    --gradient-to-color: #949494;
  }

  .XL\:to-greyTextForm {
    --gradient-to-color: #929292;
  }

  .XL\:to-mountainMist {
    --gradient-to-color: #949494;
  }

  .XL\:to-transparent {
    --gradient-to-color: transparent;
  }

  .XL\:to-black {
    --gradient-to-color: #000;
  }

  .XL\:to-white {
    --gradient-to-color: #fff;
  }

  .XL\:hover\:from-flesh:hover {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .XL\:hover\:from-gulfBlue:hover {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .XL\:hover\:from-blueDark:hover {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .XL\:hover\:from-blueCheckbox:hover {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .XL\:hover\:from-blueCyan:hover {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .XL\:hover\:from-blueDarkHover:hover {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .XL\:hover\:from-blueMedium:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:hover\:from-blueMediumHover:hover {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .XL\:hover\:from-blue:hover {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .XL\:hover\:from-blueProgrammaBack:hover {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .XL\:hover\:from-blueHover:hover {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:hover\:from-blueLightDarker:hover {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .XL\:hover\:from-blueLightDark:hover {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .XL\:hover\:from-perano:hover {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .XL\:hover\:from-blueLight:hover {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .XL\:hover\:from-bluePersian:hover {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .XL\:hover\:from-mediumElectricBlue:hover {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .XL\:hover\:from-red:hover {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .XL\:hover\:from-redCadmium:hover {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .XL\:hover\:from-redHover:hover {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .XL\:hover\:from-yellow:hover {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .XL\:hover\:from-yellowHover:hover {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .XL\:hover\:from-greyLighter:hover {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .XL\:hover\:from-greyLight:hover {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .XL\:hover\:from-grey:hover {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .XL\:hover\:from-greyMedium:hover {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .XL\:hover\:from-greyWarm:hover {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .XL\:hover\:from-darkGrey:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:hover\:from-darkGreyHover:hover {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .XL\:hover\:from-shadedFilters:hover {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:hover\:from-thunderBlack:hover {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:hover\:from-greyText:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:hover\:from-greyTextForm:hover {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .XL\:hover\:from-mountainMist:hover {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .XL\:hover\:via-flesh:hover {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .XL\:hover\:via-gulfBlue:hover {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .XL\:hover\:via-blueDark:hover {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .XL\:hover\:via-blueCheckbox:hover {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .XL\:hover\:via-blueCyan:hover {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .XL\:hover\:via-blueDarkHover:hover {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .XL\:hover\:via-blueMedium:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:hover\:via-blueMediumHover:hover {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .XL\:hover\:via-blue:hover {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .XL\:hover\:via-blueProgrammaBack:hover {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .XL\:hover\:via-blueHover:hover {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:hover\:via-blueLightDarker:hover {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .XL\:hover\:via-blueLightDark:hover {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .XL\:hover\:via-perano:hover {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .XL\:hover\:via-blueLight:hover {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .XL\:hover\:via-bluePersian:hover {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .XL\:hover\:via-mediumElectricBlue:hover {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .XL\:hover\:via-red:hover {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .XL\:hover\:via-redCadmium:hover {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .XL\:hover\:via-redHover:hover {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .XL\:hover\:via-yellow:hover {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .XL\:hover\:via-yellowHover:hover {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .XL\:hover\:via-greyLighter:hover {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .XL\:hover\:via-greyLight:hover {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .XL\:hover\:via-grey:hover {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .XL\:hover\:via-greyMedium:hover {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .XL\:hover\:via-greyWarm:hover {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .XL\:hover\:via-darkGrey:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:hover\:via-darkGreyHover:hover {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .XL\:hover\:via-shadedFilters:hover {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:hover\:via-thunderBlack:hover {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:hover\:via-greyText:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:hover\:via-greyTextForm:hover {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .XL\:hover\:via-mountainMist:hover {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .XL\:hover\:to-flesh:hover {
    --gradient-to-color: #ffbe8d;
  }

  .XL\:hover\:to-gulfBlue:hover {
    --gradient-to-color: #001959;
  }

  .XL\:hover\:to-blueDark:hover {
    --gradient-to-color: #001b5b;
  }

  .XL\:hover\:to-blueCheckbox:hover {
    --gradient-to-color: #2F7094;
  }

  .XL\:hover\:to-blueCyan:hover {
    --gradient-to-color: #00518C;
  }

  .XL\:hover\:to-blueDarkHover:hover {
    --gradient-to-color: #00233F;
  }

  .XL\:hover\:to-blueMedium:hover {
    --gradient-to-color: #003F6D;
  }

  .XL\:hover\:to-blueMediumHover:hover {
    --gradient-to-color: #00294B;
  }

  .XL\:hover\:to-blue:hover {
    --gradient-to-color: #0065bb;
  }

  .XL\:hover\:to-blueProgrammaBack:hover {
    --gradient-to-color: #0066b7;
  }

  .XL\:hover\:to-blueHover:hover {
    --gradient-to-color: #003F6D;
  }

  .XL\:hover\:to-blueLightDarker:hover {
    --gradient-to-color: #7BB1CF;
  }

  .XL\:hover\:to-blueLightDark:hover {
    --gradient-to-color: #A4D2EC;
  }

  .XL\:hover\:to-perano:hover {
    --gradient-to-color: #A6D1F4;
  }

  .XL\:hover\:to-blueLight:hover {
    --gradient-to-color: #b7dbf9;
  }

  .XL\:hover\:to-bluePersian:hover {
    --gradient-to-color: #0169B4;
  }

  .XL\:hover\:to-mediumElectricBlue:hover {
    --gradient-to-color: #0057A0;
  }

  .XL\:hover\:to-red:hover {
    --gradient-to-color: #e70000;
  }

  .XL\:hover\:to-redCadmium:hover {
    --gradient-to-color: #E30413;
  }

  .XL\:hover\:to-redHover:hover {
    --gradient-to-color: #AA030D;
  }

  .XL\:hover\:to-yellow:hover {
    --gradient-to-color: #ff6f03;
  }

  .XL\:hover\:to-yellowHover:hover {
    --gradient-to-color: #FF9103;
  }

  .XL\:hover\:to-greyLighter:hover {
    --gradient-to-color: #F6F5F3;
  }

  .XL\:hover\:to-greyLight:hover {
    --gradient-to-color: #E2E2E2;
  }

  .XL\:hover\:to-grey:hover {
    --gradient-to-color: #E6E3DF;
  }

  .XL\:hover\:to-greyMedium:hover {
    --gradient-to-color: #DDD;
  }

  .XL\:hover\:to-greyWarm:hover {
    --gradient-to-color: #939283;
  }

  .XL\:hover\:to-darkGrey:hover {
    --gradient-to-color: #2D2D2D;
  }

  .XL\:hover\:to-darkGreyHover:hover {
    --gradient-to-color: #212121;
  }

  .XL\:hover\:to-shadedFilters:hover {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .XL\:hover\:to-thunderBlack:hover {
    --gradient-to-color: #2D2D2D;
  }

  .XL\:hover\:to-greyText:hover {
    --gradient-to-color: #949494;
  }

  .XL\:hover\:to-greyTextForm:hover {
    --gradient-to-color: #929292;
  }

  .XL\:hover\:to-mountainMist:hover {
    --gradient-to-color: #949494;
  }

  .XL\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .XL\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .XL\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .XL\:focus\:from-flesh:focus {
    --gradient-from-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .XL\:focus\:from-gulfBlue:focus {
    --gradient-from-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .XL\:focus\:from-blueDark:focus {
    --gradient-from-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .XL\:focus\:from-blueCheckbox:focus {
    --gradient-from-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .XL\:focus\:from-blueCyan:focus {
    --gradient-from-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .XL\:focus\:from-blueDarkHover:focus {
    --gradient-from-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .XL\:focus\:from-blueMedium:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:focus\:from-blueMediumHover:focus {
    --gradient-from-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .XL\:focus\:from-blue:focus {
    --gradient-from-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .XL\:focus\:from-blueProgrammaBack:focus {
    --gradient-from-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .XL\:focus\:from-blueHover:focus {
    --gradient-from-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:focus\:from-blueLightDarker:focus {
    --gradient-from-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .XL\:focus\:from-blueLightDark:focus {
    --gradient-from-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .XL\:focus\:from-perano:focus {
    --gradient-from-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .XL\:focus\:from-blueLight:focus {
    --gradient-from-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .XL\:focus\:from-bluePersian:focus {
    --gradient-from-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .XL\:focus\:from-mediumElectricBlue:focus {
    --gradient-from-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .XL\:focus\:from-red:focus {
    --gradient-from-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .XL\:focus\:from-redCadmium:focus {
    --gradient-from-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .XL\:focus\:from-redHover:focus {
    --gradient-from-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .XL\:focus\:from-yellow:focus {
    --gradient-from-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .XL\:focus\:from-yellowHover:focus {
    --gradient-from-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .XL\:focus\:from-greyLighter:focus {
    --gradient-from-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .XL\:focus\:from-greyLight:focus {
    --gradient-from-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .XL\:focus\:from-grey:focus {
    --gradient-from-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .XL\:focus\:from-greyMedium:focus {
    --gradient-from-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .XL\:focus\:from-greyWarm:focus {
    --gradient-from-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .XL\:focus\:from-darkGrey:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:focus\:from-darkGreyHover:focus {
    --gradient-from-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .XL\:focus\:from-shadedFilters:focus {
    --gradient-from-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:focus\:from-thunderBlack:focus {
    --gradient-from-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:focus\:from-greyText:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:focus\:from-greyTextForm:focus {
    --gradient-from-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .XL\:focus\:from-mountainMist:focus {
    --gradient-from-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .XL\:focus\:via-flesh:focus {
    --gradient-via-color: #ffbe8d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 190, 141, 0));
  }

  .XL\:focus\:via-gulfBlue:focus {
    --gradient-via-color: #001959;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 25, 89, 0));
  }

  .XL\:focus\:via-blueDark:focus {
    --gradient-via-color: #001b5b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 27, 91, 0));
  }

  .XL\:focus\:via-blueCheckbox:focus {
    --gradient-via-color: #2F7094;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 112, 148, 0));
  }

  .XL\:focus\:via-blueCyan:focus {
    --gradient-via-color: #00518C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 81, 140, 0));
  }

  .XL\:focus\:via-blueDarkHover:focus {
    --gradient-via-color: #00233F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 35, 63, 0));
  }

  .XL\:focus\:via-blueMedium:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:focus\:via-blueMediumHover:focus {
    --gradient-via-color: #00294B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 41, 75, 0));
  }

  .XL\:focus\:via-blue:focus {
    --gradient-via-color: #0065bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 101, 187, 0));
  }

  .XL\:focus\:via-blueProgrammaBack:focus {
    --gradient-via-color: #0066b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 102, 183, 0));
  }

  .XL\:focus\:via-blueHover:focus {
    --gradient-via-color: #003F6D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 63, 109, 0));
  }

  .XL\:focus\:via-blueLightDarker:focus {
    --gradient-via-color: #7BB1CF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 177, 207, 0));
  }

  .XL\:focus\:via-blueLightDark:focus {
    --gradient-via-color: #A4D2EC;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 210, 236, 0));
  }

  .XL\:focus\:via-perano:focus {
    --gradient-via-color: #A6D1F4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(166, 209, 244, 0));
  }

  .XL\:focus\:via-blueLight:focus {
    --gradient-via-color: #b7dbf9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 219, 249, 0));
  }

  .XL\:focus\:via-bluePersian:focus {
    --gradient-via-color: #0169B4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 105, 180, 0));
  }

  .XL\:focus\:via-mediumElectricBlue:focus {
    --gradient-via-color: #0057A0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 87, 160, 0));
  }

  .XL\:focus\:via-red:focus {
    --gradient-via-color: #e70000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 0, 0, 0));
  }

  .XL\:focus\:via-redCadmium:focus {
    --gradient-via-color: #E30413;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 4, 19, 0));
  }

  .XL\:focus\:via-redHover:focus {
    --gradient-via-color: #AA030D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(170, 3, 13, 0));
  }

  .XL\:focus\:via-yellow:focus {
    --gradient-via-color: #ff6f03;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 111, 3, 0));
  }

  .XL\:focus\:via-yellowHover:focus {
    --gradient-via-color: #FF9103;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 145, 3, 0));
  }

  .XL\:focus\:via-greyLighter:focus {
    --gradient-via-color: #F6F5F3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 245, 243, 0));
  }

  .XL\:focus\:via-greyLight:focus {
    --gradient-via-color: #E2E2E2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 226, 0));
  }

  .XL\:focus\:via-grey:focus {
    --gradient-via-color: #E6E3DF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 227, 223, 0));
  }

  .XL\:focus\:via-greyMedium:focus {
    --gradient-via-color: #DDD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 221, 221, 0));
  }

  .XL\:focus\:via-greyWarm:focus {
    --gradient-via-color: #939283;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 146, 131, 0));
  }

  .XL\:focus\:via-darkGrey:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:focus\:via-darkGreyHover:focus {
    --gradient-via-color: #212121;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 33, 33, 0));
  }

  .XL\:focus\:via-shadedFilters:focus {
    --gradient-via-color: rgba(0, 0, 0, 0.05);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:focus\:via-thunderBlack:focus {
    --gradient-via-color: #2D2D2D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 45, 45, 0));
  }

  .XL\:focus\:via-greyText:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:focus\:via-greyTextForm:focus {
    --gradient-via-color: #929292;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 146, 146, 0));
  }

  .XL\:focus\:via-mountainMist:focus {
    --gradient-via-color: #949494;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 148, 148, 0));
  }

  .XL\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .XL\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .XL\:focus\:to-flesh:focus {
    --gradient-to-color: #ffbe8d;
  }

  .XL\:focus\:to-gulfBlue:focus {
    --gradient-to-color: #001959;
  }

  .XL\:focus\:to-blueDark:focus {
    --gradient-to-color: #001b5b;
  }

  .XL\:focus\:to-blueCheckbox:focus {
    --gradient-to-color: #2F7094;
  }

  .XL\:focus\:to-blueCyan:focus {
    --gradient-to-color: #00518C;
  }

  .XL\:focus\:to-blueDarkHover:focus {
    --gradient-to-color: #00233F;
  }

  .XL\:focus\:to-blueMedium:focus {
    --gradient-to-color: #003F6D;
  }

  .XL\:focus\:to-blueMediumHover:focus {
    --gradient-to-color: #00294B;
  }

  .XL\:focus\:to-blue:focus {
    --gradient-to-color: #0065bb;
  }

  .XL\:focus\:to-blueProgrammaBack:focus {
    --gradient-to-color: #0066b7;
  }

  .XL\:focus\:to-blueHover:focus {
    --gradient-to-color: #003F6D;
  }

  .XL\:focus\:to-blueLightDarker:focus {
    --gradient-to-color: #7BB1CF;
  }

  .XL\:focus\:to-blueLightDark:focus {
    --gradient-to-color: #A4D2EC;
  }

  .XL\:focus\:to-perano:focus {
    --gradient-to-color: #A6D1F4;
  }

  .XL\:focus\:to-blueLight:focus {
    --gradient-to-color: #b7dbf9;
  }

  .XL\:focus\:to-bluePersian:focus {
    --gradient-to-color: #0169B4;
  }

  .XL\:focus\:to-mediumElectricBlue:focus {
    --gradient-to-color: #0057A0;
  }

  .XL\:focus\:to-red:focus {
    --gradient-to-color: #e70000;
  }

  .XL\:focus\:to-redCadmium:focus {
    --gradient-to-color: #E30413;
  }

  .XL\:focus\:to-redHover:focus {
    --gradient-to-color: #AA030D;
  }

  .XL\:focus\:to-yellow:focus {
    --gradient-to-color: #ff6f03;
  }

  .XL\:focus\:to-yellowHover:focus {
    --gradient-to-color: #FF9103;
  }

  .XL\:focus\:to-greyLighter:focus {
    --gradient-to-color: #F6F5F3;
  }

  .XL\:focus\:to-greyLight:focus {
    --gradient-to-color: #E2E2E2;
  }

  .XL\:focus\:to-grey:focus {
    --gradient-to-color: #E6E3DF;
  }

  .XL\:focus\:to-greyMedium:focus {
    --gradient-to-color: #DDD;
  }

  .XL\:focus\:to-greyWarm:focus {
    --gradient-to-color: #939283;
  }

  .XL\:focus\:to-darkGrey:focus {
    --gradient-to-color: #2D2D2D;
  }

  .XL\:focus\:to-darkGreyHover:focus {
    --gradient-to-color: #212121;
  }

  .XL\:focus\:to-shadedFilters:focus {
    --gradient-to-color: rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:to-thunderBlack:focus {
    --gradient-to-color: #2D2D2D;
  }

  .XL\:focus\:to-greyText:focus {
    --gradient-to-color: #949494;
  }

  .XL\:focus\:to-greyTextForm:focus {
    --gradient-to-color: #929292;
  }

  .XL\:focus\:to-mountainMist:focus {
    --gradient-to-color: #949494;
  }

  .XL\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .XL\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .XL\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .XL\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .XL\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .XL\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .XL\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .XL\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .XL\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .XL\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .XL\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .XL\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .XL\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35;
  }

  .XL\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45;
  }

  .XL\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .XL\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .XL\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .XL\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .XL\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .XL\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35;
  }

  .XL\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45;
  }

  .XL\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .XL\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .XL\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .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-auto {
    background-size: auto;
  }

  .XL\:bg-cover {
    background-size: cover;
  }

  .XL\:bg-contain {
    background-size: contain;
  }

  .XL\:border-collapse {
    border-collapse: collapse;
  }

  .XL\:border-separate {
    border-collapse: separate;
  }

  .XL\:border-flesh {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .XL\:border-gulfBlue {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .XL\:border-blueDark {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .XL\:border-blueCheckbox {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .XL\:border-blueCyan {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .XL\:border-blueDarkHover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .XL\:border-blueMedium {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .XL\:border-blueMediumHover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .XL\:border-blue {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .XL\:border-blueProgrammaBack {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .XL\:border-blueHover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .XL\:border-blueLightDarker {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .XL\:border-blueLightDark {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .XL\:border-perano {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .XL\:border-blueLight {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .XL\:border-bluePersian {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .XL\:border-mediumElectricBlue {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .XL\:border-red {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .XL\:border-redCadmium {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .XL\:border-redHover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .XL\:border-yellow {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .XL\:border-yellowHover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .XL\:border-greyLighter {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .XL\:border-greyLight {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .XL\:border-grey {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .XL\:border-greyMedium {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .XL\:border-greyWarm {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .XL\:border-darkGrey {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .XL\:border-darkGreyHover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .XL\:border-shadedFilters {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .XL\:border-thunderBlack {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .XL\:border-greyText {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .XL\:border-greyTextForm {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .XL\:border-mountainMist {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .XL\:border-transparent {
    border-color: transparent;
  }

  .XL\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .XL\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .XL\:hover\:border-flesh:hover {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .XL\:hover\:border-gulfBlue:hover {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .XL\:hover\:border-blueDark:hover {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .XL\:hover\:border-blueCheckbox:hover {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .XL\:hover\:border-blueCyan:hover {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .XL\:hover\:border-blueDarkHover:hover {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .XL\:hover\:border-blueMedium:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .XL\:hover\:border-blueMediumHover:hover {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .XL\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .XL\:hover\:border-blueProgrammaBack:hover {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .XL\:hover\:border-blueHover:hover {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .XL\:hover\:border-blueLightDarker:hover {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .XL\:hover\:border-blueLightDark:hover {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .XL\:hover\:border-perano:hover {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .XL\:hover\:border-blueLight:hover {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .XL\:hover\:border-bluePersian:hover {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .XL\:hover\:border-mediumElectricBlue:hover {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .XL\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .XL\:hover\:border-redCadmium:hover {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .XL\:hover\:border-redHover:hover {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .XL\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .XL\:hover\:border-yellowHover:hover {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .XL\:hover\:border-greyLighter:hover {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .XL\:hover\:border-greyLight:hover {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .XL\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .XL\:hover\:border-greyMedium:hover {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .XL\:hover\:border-greyWarm:hover {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .XL\:hover\:border-darkGrey:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .XL\:hover\:border-darkGreyHover:hover {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .XL\:hover\:border-shadedFilters:hover {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .XL\:hover\:border-thunderBlack:hover {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .XL\:hover\:border-greyText:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .XL\:hover\:border-greyTextForm:hover {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .XL\:hover\:border-mountainMist:hover {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .XL\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .XL\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .XL\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .XL\:focus\:border-flesh:focus {
    --border-opacity: 1;
    border-color: #ffbe8d;
    border-color: rgba(255, 190, 141, var(--border-opacity));
  }

  .XL\:focus\:border-gulfBlue:focus {
    --border-opacity: 1;
    border-color: #001959;
    border-color: rgba(0, 25, 89, var(--border-opacity));
  }

  .XL\:focus\:border-blueDark:focus {
    --border-opacity: 1;
    border-color: #001b5b;
    border-color: rgba(0, 27, 91, var(--border-opacity));
  }

  .XL\:focus\:border-blueCheckbox:focus {
    --border-opacity: 1;
    border-color: #2F7094;
    border-color: rgba(47, 112, 148, var(--border-opacity));
  }

  .XL\:focus\:border-blueCyan:focus {
    --border-opacity: 1;
    border-color: #00518C;
    border-color: rgba(0, 81, 140, var(--border-opacity));
  }

  .XL\:focus\:border-blueDarkHover:focus {
    --border-opacity: 1;
    border-color: #00233F;
    border-color: rgba(0, 35, 63, var(--border-opacity));
  }

  .XL\:focus\:border-blueMedium:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .XL\:focus\:border-blueMediumHover:focus {
    --border-opacity: 1;
    border-color: #00294B;
    border-color: rgba(0, 41, 75, var(--border-opacity));
  }

  .XL\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #0065bb;
    border-color: rgba(0, 101, 187, var(--border-opacity));
  }

  .XL\:focus\:border-blueProgrammaBack:focus {
    --border-opacity: 1;
    border-color: #0066b7;
    border-color: rgba(0, 102, 183, var(--border-opacity));
  }

  .XL\:focus\:border-blueHover:focus {
    --border-opacity: 1;
    border-color: #003F6D;
    border-color: rgba(0, 63, 109, var(--border-opacity));
  }

  .XL\:focus\:border-blueLightDarker:focus {
    --border-opacity: 1;
    border-color: #7BB1CF;
    border-color: rgba(123, 177, 207, var(--border-opacity));
  }

  .XL\:focus\:border-blueLightDark:focus {
    --border-opacity: 1;
    border-color: #A4D2EC;
    border-color: rgba(164, 210, 236, var(--border-opacity));
  }

  .XL\:focus\:border-perano:focus {
    --border-opacity: 1;
    border-color: #A6D1F4;
    border-color: rgba(166, 209, 244, var(--border-opacity));
  }

  .XL\:focus\:border-blueLight:focus {
    --border-opacity: 1;
    border-color: #b7dbf9;
    border-color: rgba(183, 219, 249, var(--border-opacity));
  }

  .XL\:focus\:border-bluePersian:focus {
    --border-opacity: 1;
    border-color: #0169B4;
    border-color: rgba(1, 105, 180, var(--border-opacity));
  }

  .XL\:focus\:border-mediumElectricBlue:focus {
    --border-opacity: 1;
    border-color: #0057A0;
    border-color: rgba(0, 87, 160, var(--border-opacity));
  }

  .XL\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e70000;
    border-color: rgba(231, 0, 0, var(--border-opacity));
  }

  .XL\:focus\:border-redCadmium:focus {
    --border-opacity: 1;
    border-color: #E30413;
    border-color: rgba(227, 4, 19, var(--border-opacity));
  }

  .XL\:focus\:border-redHover:focus {
    --border-opacity: 1;
    border-color: #AA030D;
    border-color: rgba(170, 3, 13, var(--border-opacity));
  }

  .XL\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #ff6f03;
    border-color: rgba(255, 111, 3, var(--border-opacity));
  }

  .XL\:focus\:border-yellowHover:focus {
    --border-opacity: 1;
    border-color: #FF9103;
    border-color: rgba(255, 145, 3, var(--border-opacity));
  }

  .XL\:focus\:border-greyLighter:focus {
    --border-opacity: 1;
    border-color: #F6F5F3;
    border-color: rgba(246, 245, 243, var(--border-opacity));
  }

  .XL\:focus\:border-greyLight:focus {
    --border-opacity: 1;
    border-color: #E2E2E2;
    border-color: rgba(226, 226, 226, var(--border-opacity));
  }

  .XL\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #E6E3DF;
    border-color: rgba(230, 227, 223, var(--border-opacity));
  }

  .XL\:focus\:border-greyMedium:focus {
    --border-opacity: 1;
    border-color: #DDD;
    border-color: rgba(221, 221, 221, var(--border-opacity));
  }

  .XL\:focus\:border-greyWarm:focus {
    --border-opacity: 1;
    border-color: #939283;
    border-color: rgba(147, 146, 131, var(--border-opacity));
  }

  .XL\:focus\:border-darkGrey:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .XL\:focus\:border-darkGreyHover:focus {
    --border-opacity: 1;
    border-color: #212121;
    border-color: rgba(33, 33, 33, var(--border-opacity));
  }

  .XL\:focus\:border-shadedFilters:focus {
    border-color: rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:border-thunderBlack:focus {
    --border-opacity: 1;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, var(--border-opacity));
  }

  .XL\:focus\:border-greyText:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .XL\:focus\:border-greyTextForm:focus {
    --border-opacity: 1;
    border-color: #929292;
    border-color: rgba(146, 146, 146, var(--border-opacity));
  }

  .XL\:focus\:border-mountainMist:focus {
    --border-opacity: 1;
    border-color: #949494;
    border-color: rgba(148, 148, 148, var(--border-opacity));
  }

  .XL\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .XL\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .XL\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .XL\:border-opacity-0 {
    --border-opacity: 0;
  }

  .XL\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .XL\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .XL\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .XL\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .XL\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .XL\:border-opacity-100 {
    --border-opacity: 1;
  }

  .XL\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .XL\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .XL\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35;
  }

  .XL\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45;
  }

  .XL\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .XL\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .XL\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .XL\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .XL\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .XL\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35;
  }

  .XL\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45;
  }

  .XL\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .XL\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .XL\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .XL\:rounded-2 {
    border-radius: 2px;
  }

  .XL\:rounded-6 {
    border-radius: 6px;
  }

  .XL\:rounded-none {
    border-radius: 0;
  }

  .XL\:rounded-sm {
    border-radius: 0.125rem;
  }

  .XL\:rounded {
    border-radius: 0.25rem;
  }

  .XL\:rounded-md {
    border-radius: 0.375rem;
  }

  .XL\:rounded-lg {
    border-radius: 0.5rem;
  }

  .XL\:rounded-full {
    border-radius: 9999px;
  }

  .XL\:rounded-t-2 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .XL\:rounded-r-2 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .XL\:rounded-b-2 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .XL\:rounded-l-2 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .XL\:rounded-t-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .XL\:rounded-r-6 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .XL\:rounded-b-6 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .XL\:rounded-l-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .XL\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .XL\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .XL\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .XL\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .XL\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .XL\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .XL\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .XL\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .XL\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .XL\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .XL\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .XL\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .XL\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .XL\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .XL\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .XL\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .XL\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .XL\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .XL\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .XL\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .XL\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .XL\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .XL\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .XL\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .XL\:rounded-tl-2 {
    border-top-left-radius: 2px;
  }

  .XL\:rounded-tr-2 {
    border-top-right-radius: 2px;
  }

  .XL\:rounded-br-2 {
    border-bottom-right-radius: 2px;
  }

  .XL\:rounded-bl-2 {
    border-bottom-left-radius: 2px;
  }

  .XL\:rounded-tl-6 {
    border-top-left-radius: 6px;
  }

  .XL\:rounded-tr-6 {
    border-top-right-radius: 6px;
  }

  .XL\:rounded-br-6 {
    border-bottom-right-radius: 6px;
  }

  .XL\:rounded-bl-6 {
    border-bottom-left-radius: 6px;
  }

  .XL\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .XL\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .XL\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .XL\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .XL\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .XL\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .XL\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .XL\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .XL\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .XL\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .XL\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .XL\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .XL\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .XL\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .XL\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .XL\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .XL\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .XL\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .XL\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .XL\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .XL\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .XL\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .XL\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .XL\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .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-0 {
    border-width: 0;
  }

  .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: 0;
  }

  .XL\:border-r-0 {
    border-right-width: 0;
  }

  .XL\:border-b-0 {
    border-bottom-width: 0;
  }

  .XL\:border-l-0 {
    border-left-width: 0;
  }

  .XL\:border-t-2 {
    border-top-width: 2px;
  }

  .XL\:border-r-2 {
    border-right-width: 2px;
  }

  .XL\:border-b-2 {
    border-bottom-width: 2px;
  }

  .XL\:border-l-2 {
    border-left-width: 2px;
  }

  .XL\:border-t-4 {
    border-top-width: 4px;
  }

  .XL\:border-r-4 {
    border-right-width: 4px;
  }

  .XL\:border-b-4 {
    border-bottom-width: 4px;
  }

  .XL\:border-l-4 {
    border-left-width: 4px;
  }

  .XL\:border-t-8 {
    border-top-width: 8px;
  }

  .XL\:border-r-8 {
    border-right-width: 8px;
  }

  .XL\:border-b-8 {
    border-bottom-width: 8px;
  }

  .XL\:border-l-8 {
    border-left-width: 8px;
  }

  .XL\:border-t {
    border-top-width: 1px;
  }

  .XL\:border-r {
    border-right-width: 1px;
  }

  .XL\:border-b {
    border-bottom-width: 1px;
  }

  .XL\:border-l {
    border-left-width: 1px;
  }

  .XL\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .XL\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .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-not-allowed {
    cursor: not-allowed;
  }

  .XL\:block {
    display: block;
  }

  .XL\:inline-block {
    display: inline-block;
  }

  .XL\:inline {
    display: inline;
  }

  .XL\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .XL\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .XL\:table {
    display: 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\:hidden {
    display: none;
  }

  .XL\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .XL\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .XL\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .XL\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .XL\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .XL\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .XL\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .XL\:place-items-auto {
    place-items: auto;
  }

  .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\: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-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\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .XL\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .XL\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .XL\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .XL\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .XL\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .XL\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .XL\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .XL\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .XL\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .XL\:content-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }

  .XL\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .XL\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .XL\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .XL\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .XL\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .XL\:justify-items-auto {
    justify-items: auto;
  }

  .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\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .XL\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .XL\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .XL\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .XL\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .XL\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .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\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .XL\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .XL\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .XL\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .XL\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .XL\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .XL\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .XL\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .XL\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .XL\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .XL\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .XL\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .XL\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .XL\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .XL\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .XL\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .XL\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .XL\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .XL\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .XL\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .XL\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .XL\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .XL\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .XL\:float-right {
    float: right;
  }

  .XL\:float-left {
    float: left;
  }

  .XL\:float-none {
    float: none;
  }

  .XL\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .XL\:clear-left {
    clear: left;
  }

  .XL\:clear-right {
    clear: right;
  }

  .XL\:clear-both {
    clear: both;
  }

  .XL\:clear-none {
    clear: none;
  }

  .XL\:font-sans {
    font-family: Bauziet, Goodot, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .XL\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .XL\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .XL\:font-hairline {
    font-weight: 100;
  }

  .XL\:font-thin {
    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\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .XL\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .XL\:hover\:font-light:hover {
    font-weight: 300;
  }

  .XL\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .XL\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .XL\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .XL\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .XL\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .XL\:hover\:font-black:hover {
    font-weight: 900;
  }

  .XL\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .XL\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .XL\:focus\:font-light:focus {
    font-weight: 300;
  }

  .XL\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .XL\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .XL\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .XL\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .XL\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .XL\:focus\:font-black:focus {
    font-weight: 900;
  }

  .XL\:h-0 {
    height: 0;
  }

  .XL\:h-1 {
    height: 0.25rem;
  }

  .XL\:h-2 {
    height: 0.5rem;
  }

  .XL\:h-3 {
    height: 0.75rem;
  }

  .XL\:h-4 {
    height: 1rem;
  }

  .XL\:h-5 {
    height: 1.25rem;
  }

  .XL\:h-6 {
    height: 1.5rem;
  }

  .XL\:h-8 {
    height: 2rem;
  }

  .XL\:h-10 {
    height: 2.5rem;
  }

  .XL\:h-12 {
    height: 3rem;
  }

  .XL\:h-14 {
    height: 3.5rem;
  }

  .XL\:h-16 {
    height: 4rem;
  }

  .XL\:h-20 {
    height: 5rem;
  }

  .XL\:h-22 {
    height: 5.5rem;
  }

  .XL\:h-24 {
    height: 6rem;
  }

  .XL\:h-28 {
    height: 7rem;
  }

  .XL\:h-32 {
    height: 8rem;
  }

  .XL\:h-40 {
    height: 10rem;
  }

  .XL\:h-48 {
    height: 12rem;
  }

  .XL\:h-56 {
    height: 14rem;
  }

  .XL\:h-64 {
    height: 16rem;
  }

  .XL\:h-auto {
    height: auto;
  }

  .XL\:h-px {
    height: 1px;
  }

  .XL\:h-full {
    height: 100%;
  }

  .XL\:h-screen {
    height: 100vh;
  }

  .XL\:text-xs {
    font-size: 0.75rem;
  }

  .XL\:text-sm {
    font-size: 0.875rem;
  }

  .XL\:text-base {
    font-size: 1rem;
  }

  .XL\:text-lg {
    font-size: 1.125rem;
  }

  .XL\:text-xl {
    font-size: 1.25rem;
  }

  .XL\:text-2xl {
    font-size: 1.5rem;
  }

  .XL\:text-3xl {
    font-size: 1.875rem;
  }

  .XL\:text-4xl {
    font-size: 2.25rem;
  }

  .XL\:text-5xl {
    font-size: 3rem;
  }

  .XL\:text-6xl {
    font-size: 4rem;
  }

  .XL\:text-12px {
    font-size: 12px;
  }

  .XL\:text-14px {
    font-size: 14px;
  }

  .XL\:text-15px {
    font-size: 15px;
  }

  .XL\:text-16px {
    font-size: 16px;
  }

  .XL\:text-17px {
    font-size: 17px;
  }

  .XL\:text-18px {
    font-size: 18px;
  }

  .XL\:text-20px {
    font-size: 20px;
  }

  .XL\:text-22px {
    font-size: 22px;
  }

  .XL\:text-24px {
    font-size: 24px;
  }

  .XL\:text-26px {
    font-size: 26px;
  }

  .XL\:text-30px {
    font-size: 30px;
  }

  .XL\:text-35px {
    font-size: 35px;
  }

  .XL\:text-40px {
    font-size: 40px;
  }

  .XL\:text-45px {
    font-size: 45px;
  }

  .XL\:text-50px {
    font-size: 50px;
  }

  .XL\:text-60px {
    font-size: 60px;
  }

  .XL\:text-70px {
    font-size: 70px;
  }

  .XL\:text-90px {
    font-size: 90px;
  }

  .XL\:text-97px {
    font-size: 97px;
  }

  .XL\:text-100px {
    font-size: 100px;
  }

  .XL\:text-150px {
    font-size: 150px;
  }

  .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-cramp {
    line-height: 0.75;
  }

  .XL\:leading-none {
    line-height: 1;
  }

  .XL\:leading-tighter {
    line-height: 1.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\: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\:m-0 {
    margin: 0;
  }

  .XL\:m-1 {
    margin: 0.25rem;
  }

  .XL\:m-2 {
    margin: 0.5rem;
  }

  .XL\:m-3 {
    margin: 0.75rem;
  }

  .XL\:m-4 {
    margin: 1rem;
  }

  .XL\:m-5 {
    margin: 1.25rem;
  }

  .XL\:m-6 {
    margin: 1.5rem;
  }

  .XL\:m-8 {
    margin: 2rem;
  }

  .XL\:m-10 {
    margin: 2.5rem;
  }

  .XL\:m-12 {
    margin: 3rem;
  }

  .XL\:m-14 {
    margin: 3.5rem;
  }

  .XL\:m-16 {
    margin: 4rem;
  }

  .XL\:m-20 {
    margin: 5rem;
  }

  .XL\:m-22 {
    margin: 5.5rem;
  }

  .XL\:m-24 {
    margin: 6rem;
  }

  .XL\:m-28 {
    margin: 7rem;
  }

  .XL\:m-32 {
    margin: 8rem;
  }

  .XL\:m-40 {
    margin: 10rem;
  }

  .XL\:m-48 {
    margin: 12rem;
  }

  .XL\:m-56 {
    margin: 14rem;
  }

  .XL\:m-64 {
    margin: 16rem;
  }

  .XL\:m-auto {
    margin: auto;
  }

  .XL\:m-px {
    margin: 1px;
  }

  .XL\:-m-1 {
    margin: -0.25rem;
  }

  .XL\:-m-2 {
    margin: -0.5rem;
  }

  .XL\:-m-3 {
    margin: -0.75rem;
  }

  .XL\:-m-4 {
    margin: -1rem;
  }

  .XL\:-m-5 {
    margin: -1.25rem;
  }

  .XL\:-m-6 {
    margin: -1.5rem;
  }

  .XL\:-m-8 {
    margin: -2rem;
  }

  .XL\:-m-10 {
    margin: -2.5rem;
  }

  .XL\:-m-12 {
    margin: -3rem;
  }

  .XL\:-m-14 {
    margin: -3.5rem;
  }

  .XL\:-m-16 {
    margin: -4rem;
  }

  .XL\:-m-20 {
    margin: -5rem;
  }

  .XL\:-m-22 {
    margin: -5.5rem;
  }

  .XL\:-m-24 {
    margin: -6rem;
  }

  .XL\:-m-28 {
    margin: -7rem;
  }

  .XL\:-m-32 {
    margin: -8rem;
  }

  .XL\:-m-40 {
    margin: -10rem;
  }

  .XL\:-m-48 {
    margin: -12rem;
  }

  .XL\:-m-56 {
    margin: -14rem;
  }

  .XL\:-m-64 {
    margin: -16rem;
  }

  .XL\:-m-px {
    margin: -1px;
  }

  .XL\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .XL\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .XL\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .XL\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .XL\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .XL\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .XL\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .XL\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .XL\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .XL\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .XL\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .XL\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .XL\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .XL\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .XL\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .XL\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .XL\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .XL\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .XL\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .XL\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .XL\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .XL\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .XL\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .XL\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .XL\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .XL\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .XL\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .XL\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .XL\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .XL\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .XL\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .XL\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .XL\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .XL\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .XL\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .XL\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .XL\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .XL\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .XL\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .XL\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .XL\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .XL\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .XL\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .XL\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .XL\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .XL\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .XL\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .XL\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .XL\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .XL\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .XL\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .XL\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .XL\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .XL\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .XL\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .XL\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .XL\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .XL\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .XL\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .XL\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .XL\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .XL\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .XL\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .XL\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .XL\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .XL\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .XL\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .XL\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .XL\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .XL\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .XL\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .XL\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .XL\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .XL\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .XL\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .XL\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .XL\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .XL\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .XL\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .XL\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .XL\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .XL\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .XL\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .XL\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .XL\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .XL\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .XL\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .XL\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .XL\:mt-0 {
    margin-top: 0;
  }

  .XL\:mr-0 {
    margin-right: 0;
  }

  .XL\:mb-0 {
    margin-bottom: 0;
  }

  .XL\:ml-0 {
    margin-left: 0;
  }

  .XL\:mt-1 {
    margin-top: 0.25rem;
  }

  .XL\:mr-1 {
    margin-right: 0.25rem;
  }

  .XL\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .XL\:ml-1 {
    margin-left: 0.25rem;
  }

  .XL\:mt-2 {
    margin-top: 0.5rem;
  }

  .XL\:mr-2 {
    margin-right: 0.5rem;
  }

  .XL\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .XL\:ml-2 {
    margin-left: 0.5rem;
  }

  .XL\:mt-3 {
    margin-top: 0.75rem;
  }

  .XL\:mr-3 {
    margin-right: 0.75rem;
  }

  .XL\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .XL\:ml-3 {
    margin-left: 0.75rem;
  }

  .XL\:mt-4 {
    margin-top: 1rem;
  }

  .XL\:mr-4 {
    margin-right: 1rem;
  }

  .XL\:mb-4 {
    margin-bottom: 1rem;
  }

  .XL\:ml-4 {
    margin-left: 1rem;
  }

  .XL\:mt-5 {
    margin-top: 1.25rem;
  }

  .XL\:mr-5 {
    margin-right: 1.25rem;
  }

  .XL\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .XL\:ml-5 {
    margin-left: 1.25rem;
  }

  .XL\:mt-6 {
    margin-top: 1.5rem;
  }

  .XL\:mr-6 {
    margin-right: 1.5rem;
  }

  .XL\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .XL\:ml-6 {
    margin-left: 1.5rem;
  }

  .XL\:mt-8 {
    margin-top: 2rem;
  }

  .XL\:mr-8 {
    margin-right: 2rem;
  }

  .XL\:mb-8 {
    margin-bottom: 2rem;
  }

  .XL\:ml-8 {
    margin-left: 2rem;
  }

  .XL\:mt-10 {
    margin-top: 2.5rem;
  }

  .XL\:mr-10 {
    margin-right: 2.5rem;
  }

  .XL\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .XL\:ml-10 {
    margin-left: 2.5rem;
  }

  .XL\:mt-12 {
    margin-top: 3rem;
  }

  .XL\:mr-12 {
    margin-right: 3rem;
  }

  .XL\:mb-12 {
    margin-bottom: 3rem;
  }

  .XL\:ml-12 {
    margin-left: 3rem;
  }

  .XL\:mt-14 {
    margin-top: 3.5rem;
  }

  .XL\:mr-14 {
    margin-right: 3.5rem;
  }

  .XL\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .XL\:ml-14 {
    margin-left: 3.5rem;
  }

  .XL\:mt-16 {
    margin-top: 4rem;
  }

  .XL\:mr-16 {
    margin-right: 4rem;
  }

  .XL\:mb-16 {
    margin-bottom: 4rem;
  }

  .XL\:ml-16 {
    margin-left: 4rem;
  }

  .XL\:mt-20 {
    margin-top: 5rem;
  }

  .XL\:mr-20 {
    margin-right: 5rem;
  }

  .XL\:mb-20 {
    margin-bottom: 5rem;
  }

  .XL\:ml-20 {
    margin-left: 5rem;
  }

  .XL\:mt-22 {
    margin-top: 5.5rem;
  }

  .XL\:mr-22 {
    margin-right: 5.5rem;
  }

  .XL\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .XL\:ml-22 {
    margin-left: 5.5rem;
  }

  .XL\:mt-24 {
    margin-top: 6rem;
  }

  .XL\:mr-24 {
    margin-right: 6rem;
  }

  .XL\:mb-24 {
    margin-bottom: 6rem;
  }

  .XL\:ml-24 {
    margin-left: 6rem;
  }

  .XL\:mt-28 {
    margin-top: 7rem;
  }

  .XL\:mr-28 {
    margin-right: 7rem;
  }

  .XL\:mb-28 {
    margin-bottom: 7rem;
  }

  .XL\:ml-28 {
    margin-left: 7rem;
  }

  .XL\:mt-32 {
    margin-top: 8rem;
  }

  .XL\:mr-32 {
    margin-right: 8rem;
  }

  .XL\:mb-32 {
    margin-bottom: 8rem;
  }

  .XL\:ml-32 {
    margin-left: 8rem;
  }

  .XL\:mt-40 {
    margin-top: 10rem;
  }

  .XL\:mr-40 {
    margin-right: 10rem;
  }

  .XL\:mb-40 {
    margin-bottom: 10rem;
  }

  .XL\:ml-40 {
    margin-left: 10rem;
  }

  .XL\:mt-48 {
    margin-top: 12rem;
  }

  .XL\:mr-48 {
    margin-right: 12rem;
  }

  .XL\:mb-48 {
    margin-bottom: 12rem;
  }

  .XL\:ml-48 {
    margin-left: 12rem;
  }

  .XL\:mt-56 {
    margin-top: 14rem;
  }

  .XL\:mr-56 {
    margin-right: 14rem;
  }

  .XL\:mb-56 {
    margin-bottom: 14rem;
  }

  .XL\:ml-56 {
    margin-left: 14rem;
  }

  .XL\:mt-64 {
    margin-top: 16rem;
  }

  .XL\:mr-64 {
    margin-right: 16rem;
  }

  .XL\:mb-64 {
    margin-bottom: 16rem;
  }

  .XL\:ml-64 {
    margin-left: 16rem;
  }

  .XL\:mt-auto {
    margin-top: auto;
  }

  .XL\:mr-auto {
    margin-right: auto;
  }

  .XL\:mb-auto {
    margin-bottom: auto;
  }

  .XL\:ml-auto {
    margin-left: auto;
  }

  .XL\:mt-px {
    margin-top: 1px;
  }

  .XL\:mr-px {
    margin-right: 1px;
  }

  .XL\:mb-px {
    margin-bottom: 1px;
  }

  .XL\:ml-px {
    margin-left: 1px;
  }

  .XL\:-mt-1 {
    margin-top: -0.25rem;
  }

  .XL\:-mr-1 {
    margin-right: -0.25rem;
  }

  .XL\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .XL\:-ml-1 {
    margin-left: -0.25rem;
  }

  .XL\:-mt-2 {
    margin-top: -0.5rem;
  }

  .XL\:-mr-2 {
    margin-right: -0.5rem;
  }

  .XL\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .XL\:-ml-2 {
    margin-left: -0.5rem;
  }

  .XL\:-mt-3 {
    margin-top: -0.75rem;
  }

  .XL\:-mr-3 {
    margin-right: -0.75rem;
  }

  .XL\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .XL\:-ml-3 {
    margin-left: -0.75rem;
  }

  .XL\:-mt-4 {
    margin-top: -1rem;
  }

  .XL\:-mr-4 {
    margin-right: -1rem;
  }

  .XL\:-mb-4 {
    margin-bottom: -1rem;
  }

  .XL\:-ml-4 {
    margin-left: -1rem;
  }

  .XL\:-mt-5 {
    margin-top: -1.25rem;
  }

  .XL\:-mr-5 {
    margin-right: -1.25rem;
  }

  .XL\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .XL\:-ml-5 {
    margin-left: -1.25rem;
  }

  .XL\:-mt-6 {
    margin-top: -1.5rem;
  }

  .XL\:-mr-6 {
    margin-right: -1.5rem;
  }

  .XL\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .XL\:-ml-6 {
    margin-left: -1.5rem;
  }

  .XL\:-mt-8 {
    margin-top: -2rem;
  }

  .XL\:-mr-8 {
    margin-right: -2rem;
  }

  .XL\:-mb-8 {
    margin-bottom: -2rem;
  }

  .XL\:-ml-8 {
    margin-left: -2rem;
  }

  .XL\:-mt-10 {
    margin-top: -2.5rem;
  }

  .XL\:-mr-10 {
    margin-right: -2.5rem;
  }

  .XL\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .XL\:-ml-10 {
    margin-left: -2.5rem;
  }

  .XL\:-mt-12 {
    margin-top: -3rem;
  }

  .XL\:-mr-12 {
    margin-right: -3rem;
  }

  .XL\:-mb-12 {
    margin-bottom: -3rem;
  }

  .XL\:-ml-12 {
    margin-left: -3rem;
  }

  .XL\:-mt-14 {
    margin-top: -3.5rem;
  }

  .XL\:-mr-14 {
    margin-right: -3.5rem;
  }

  .XL\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .XL\:-ml-14 {
    margin-left: -3.5rem;
  }

  .XL\:-mt-16 {
    margin-top: -4rem;
  }

  .XL\:-mr-16 {
    margin-right: -4rem;
  }

  .XL\:-mb-16 {
    margin-bottom: -4rem;
  }

  .XL\:-ml-16 {
    margin-left: -4rem;
  }

  .XL\:-mt-20 {
    margin-top: -5rem;
  }

  .XL\:-mr-20 {
    margin-right: -5rem;
  }

  .XL\:-mb-20 {
    margin-bottom: -5rem;
  }

  .XL\:-ml-20 {
    margin-left: -5rem;
  }

  .XL\:-mt-22 {
    margin-top: -5.5rem;
  }

  .XL\:-mr-22 {
    margin-right: -5.5rem;
  }

  .XL\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .XL\:-ml-22 {
    margin-left: -5.5rem;
  }

  .XL\:-mt-24 {
    margin-top: -6rem;
  }

  .XL\:-mr-24 {
    margin-right: -6rem;
  }

  .XL\:-mb-24 {
    margin-bottom: -6rem;
  }

  .XL\:-ml-24 {
    margin-left: -6rem;
  }

  .XL\:-mt-28 {
    margin-top: -7rem;
  }

  .XL\:-mr-28 {
    margin-right: -7rem;
  }

  .XL\:-mb-28 {
    margin-bottom: -7rem;
  }

  .XL\:-ml-28 {
    margin-left: -7rem;
  }

  .XL\:-mt-32 {
    margin-top: -8rem;
  }

  .XL\:-mr-32 {
    margin-right: -8rem;
  }

  .XL\:-mb-32 {
    margin-bottom: -8rem;
  }

  .XL\:-ml-32 {
    margin-left: -8rem;
  }

  .XL\:-mt-40 {
    margin-top: -10rem;
  }

  .XL\:-mr-40 {
    margin-right: -10rem;
  }

  .XL\:-mb-40 {
    margin-bottom: -10rem;
  }

  .XL\:-ml-40 {
    margin-left: -10rem;
  }

  .XL\:-mt-48 {
    margin-top: -12rem;
  }

  .XL\:-mr-48 {
    margin-right: -12rem;
  }

  .XL\:-mb-48 {
    margin-bottom: -12rem;
  }

  .XL\:-ml-48 {
    margin-left: -12rem;
  }

  .XL\:-mt-56 {
    margin-top: -14rem;
  }

  .XL\:-mr-56 {
    margin-right: -14rem;
  }

  .XL\:-mb-56 {
    margin-bottom: -14rem;
  }

  .XL\:-ml-56 {
    margin-left: -14rem;
  }

  .XL\:-mt-64 {
    margin-top: -16rem;
  }

  .XL\:-mr-64 {
    margin-right: -16rem;
  }

  .XL\:-mb-64 {
    margin-bottom: -16rem;
  }

  .XL\:-ml-64 {
    margin-left: -16rem;
  }

  .XL\:-mt-px {
    margin-top: -1px;
  }

  .XL\:-mr-px {
    margin-right: -1px;
  }

  .XL\:-mb-px {
    margin-bottom: -1px;
  }

  .XL\:-ml-px {
    margin-left: -1px;
  }

  .XL\:first\:m-0:first-child {
    margin: 0;
  }

  .XL\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .XL\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .XL\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .XL\:first\:m-4:first-child {
    margin: 1rem;
  }

  .XL\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .XL\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .XL\:first\:m-8:first-child {
    margin: 2rem;
  }

  .XL\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .XL\:first\:m-12:first-child {
    margin: 3rem;
  }

  .XL\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .XL\:first\:m-16:first-child {
    margin: 4rem;
  }

  .XL\:first\:m-20:first-child {
    margin: 5rem;
  }

  .XL\:first\:m-22:first-child {
    margin: 5.5rem;
  }

  .XL\:first\:m-24:first-child {
    margin: 6rem;
  }

  .XL\:first\:m-28:first-child {
    margin: 7rem;
  }

  .XL\:first\:m-32:first-child {
    margin: 8rem;
  }

  .XL\:first\:m-40:first-child {
    margin: 10rem;
  }

  .XL\:first\:m-48:first-child {
    margin: 12rem;
  }

  .XL\:first\:m-56:first-child {
    margin: 14rem;
  }

  .XL\:first\:m-64:first-child {
    margin: 16rem;
  }

  .XL\:first\:m-auto:first-child {
    margin: auto;
  }

  .XL\:first\:m-px:first-child {
    margin: 1px;
  }

  .XL\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .XL\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .XL\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .XL\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .XL\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .XL\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .XL\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .XL\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .XL\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .XL\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .XL\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .XL\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .XL\:first\:-m-22:first-child {
    margin: -5.5rem;
  }

  .XL\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .XL\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .XL\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .XL\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .XL\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .XL\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .XL\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .XL\:first\:-m-px:first-child {
    margin: -1px;
  }

  .XL\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .XL\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .XL\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .XL\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .XL\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .XL\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .XL\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .XL\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .XL\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .XL\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .XL\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .XL\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .XL\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .XL\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .XL\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .XL\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .XL\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .XL\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .XL\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .XL\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .XL\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .XL\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .XL\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .XL\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .XL\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .XL\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .XL\:first\:my-22:first-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .XL\:first\:mx-22:first-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .XL\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .XL\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .XL\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .XL\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .XL\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .XL\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .XL\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .XL\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .XL\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .XL\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .XL\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .XL\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .XL\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .XL\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .XL\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .XL\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .XL\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .XL\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .XL\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .XL\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .XL\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .XL\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .XL\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .XL\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .XL\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .XL\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .XL\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .XL\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .XL\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .XL\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .XL\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .XL\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .XL\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .XL\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .XL\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .XL\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .XL\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .XL\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .XL\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .XL\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .XL\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .XL\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .XL\:first\:-my-22:first-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .XL\:first\:-mx-22:first-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .XL\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .XL\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .XL\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .XL\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .XL\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .XL\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .XL\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .XL\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .XL\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .XL\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .XL\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .XL\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .XL\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .XL\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .XL\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .XL\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .XL\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .XL\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .XL\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .XL\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .XL\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .XL\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .XL\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .XL\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .XL\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .XL\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .XL\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .XL\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .XL\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .XL\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .XL\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .XL\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .XL\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .XL\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .XL\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .XL\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .XL\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .XL\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .XL\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .XL\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .XL\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .XL\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .XL\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .XL\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .XL\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .XL\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .XL\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .XL\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .XL\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .XL\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .XL\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .XL\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .XL\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .XL\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .XL\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .XL\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .XL\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .XL\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .XL\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .XL\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .XL\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .XL\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .XL\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .XL\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .XL\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .XL\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .XL\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .XL\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .XL\:first\:mt-22:first-child {
    margin-top: 5.5rem;
  }

  .XL\:first\:mr-22:first-child {
    margin-right: 5.5rem;
  }

  .XL\:first\:mb-22:first-child {
    margin-bottom: 5.5rem;
  }

  .XL\:first\:ml-22:first-child {
    margin-left: 5.5rem;
  }

  .XL\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .XL\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .XL\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .XL\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .XL\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .XL\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .XL\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .XL\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .XL\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .XL\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .XL\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .XL\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .XL\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .XL\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .XL\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .XL\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .XL\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .XL\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .XL\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .XL\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .XL\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .XL\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .XL\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .XL\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .XL\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .XL\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .XL\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .XL\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .XL\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .XL\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .XL\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .XL\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .XL\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .XL\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .XL\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .XL\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .XL\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .XL\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .XL\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .XL\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .XL\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .XL\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .XL\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .XL\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .XL\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .XL\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .XL\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .XL\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .XL\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .XL\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .XL\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .XL\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .XL\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .XL\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .XL\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .XL\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .XL\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .XL\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .XL\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .XL\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .XL\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .XL\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .XL\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .XL\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .XL\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .XL\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .XL\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .XL\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .XL\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .XL\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .XL\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .XL\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .XL\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .XL\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .XL\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .XL\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .XL\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .XL\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .XL\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .XL\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .XL\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .XL\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .XL\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .XL\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .XL\:first\:-mt-22:first-child {
    margin-top: -5.5rem;
  }

  .XL\:first\:-mr-22:first-child {
    margin-right: -5.5rem;
  }

  .XL\:first\:-mb-22:first-child {
    margin-bottom: -5.5rem;
  }

  .XL\:first\:-ml-22:first-child {
    margin-left: -5.5rem;
  }

  .XL\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .XL\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .XL\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .XL\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .XL\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .XL\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .XL\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .XL\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .XL\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .XL\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .XL\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .XL\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .XL\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .XL\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .XL\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .XL\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .XL\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .XL\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .XL\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .XL\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .XL\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .XL\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .XL\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .XL\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .XL\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .XL\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .XL\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .XL\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .XL\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .XL\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .XL\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .XL\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .XL\:last\:m-0:last-child {
    margin: 0;
  }

  .XL\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .XL\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .XL\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .XL\:last\:m-4:last-child {
    margin: 1rem;
  }

  .XL\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .XL\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .XL\:last\:m-8:last-child {
    margin: 2rem;
  }

  .XL\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .XL\:last\:m-12:last-child {
    margin: 3rem;
  }

  .XL\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .XL\:last\:m-16:last-child {
    margin: 4rem;
  }

  .XL\:last\:m-20:last-child {
    margin: 5rem;
  }

  .XL\:last\:m-22:last-child {
    margin: 5.5rem;
  }

  .XL\:last\:m-24:last-child {
    margin: 6rem;
  }

  .XL\:last\:m-28:last-child {
    margin: 7rem;
  }

  .XL\:last\:m-32:last-child {
    margin: 8rem;
  }

  .XL\:last\:m-40:last-child {
    margin: 10rem;
  }

  .XL\:last\:m-48:last-child {
    margin: 12rem;
  }

  .XL\:last\:m-56:last-child {
    margin: 14rem;
  }

  .XL\:last\:m-64:last-child {
    margin: 16rem;
  }

  .XL\:last\:m-auto:last-child {
    margin: auto;
  }

  .XL\:last\:m-px:last-child {
    margin: 1px;
  }

  .XL\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .XL\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .XL\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .XL\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .XL\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .XL\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .XL\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .XL\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .XL\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .XL\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .XL\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .XL\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .XL\:last\:-m-22:last-child {
    margin: -5.5rem;
  }

  .XL\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .XL\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .XL\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .XL\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .XL\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .XL\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .XL\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .XL\:last\:-m-px:last-child {
    margin: -1px;
  }

  .XL\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .XL\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .XL\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .XL\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .XL\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .XL\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .XL\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .XL\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .XL\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .XL\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .XL\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .XL\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .XL\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .XL\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .XL\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .XL\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .XL\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .XL\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .XL\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .XL\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .XL\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .XL\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .XL\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .XL\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .XL\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .XL\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .XL\:last\:my-22:last-child {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .XL\:last\:mx-22:last-child {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .XL\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .XL\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .XL\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .XL\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .XL\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .XL\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .XL\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .XL\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .XL\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .XL\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .XL\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .XL\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .XL\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .XL\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .XL\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .XL\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .XL\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .XL\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .XL\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .XL\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .XL\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .XL\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .XL\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .XL\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .XL\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .XL\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .XL\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .XL\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .XL\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .XL\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .XL\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .XL\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .XL\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .XL\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .XL\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .XL\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .XL\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .XL\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .XL\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .XL\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .XL\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .XL\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .XL\:last\:-my-22:last-child {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .XL\:last\:-mx-22:last-child {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .XL\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .XL\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .XL\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .XL\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .XL\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .XL\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .XL\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .XL\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .XL\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .XL\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .XL\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .XL\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .XL\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .XL\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .XL\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .XL\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .XL\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .XL\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .XL\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .XL\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .XL\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .XL\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .XL\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .XL\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .XL\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .XL\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .XL\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .XL\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .XL\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .XL\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .XL\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .XL\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .XL\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .XL\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .XL\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .XL\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .XL\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .XL\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .XL\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .XL\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .XL\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .XL\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .XL\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .XL\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .XL\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .XL\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .XL\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .XL\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .XL\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .XL\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .XL\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .XL\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .XL\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .XL\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .XL\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .XL\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .XL\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .XL\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .XL\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .XL\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .XL\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .XL\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .XL\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .XL\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .XL\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .XL\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .XL\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .XL\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .XL\:last\:mt-22:last-child {
    margin-top: 5.5rem;
  }

  .XL\:last\:mr-22:last-child {
    margin-right: 5.5rem;
  }

  .XL\:last\:mb-22:last-child {
    margin-bottom: 5.5rem;
  }

  .XL\:last\:ml-22:last-child {
    margin-left: 5.5rem;
  }

  .XL\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .XL\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .XL\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .XL\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .XL\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .XL\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .XL\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .XL\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .XL\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .XL\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .XL\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .XL\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .XL\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .XL\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .XL\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .XL\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .XL\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .XL\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .XL\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .XL\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .XL\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .XL\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .XL\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .XL\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .XL\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .XL\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .XL\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .XL\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .XL\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .XL\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .XL\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .XL\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .XL\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .XL\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .XL\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .XL\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .XL\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .XL\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .XL\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .XL\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .XL\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .XL\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .XL\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .XL\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .XL\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .XL\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .XL\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .XL\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .XL\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .XL\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .XL\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .XL\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .XL\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .XL\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .XL\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .XL\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .XL\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .XL\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .XL\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .XL\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .XL\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .XL\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .XL\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .XL\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .XL\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .XL\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .XL\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .XL\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .XL\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .XL\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .XL\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .XL\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .XL\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .XL\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .XL\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .XL\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .XL\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .XL\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .XL\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .XL\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .XL\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .XL\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .XL\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .XL\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .XL\:last\:-mt-22:last-child {
    margin-top: -5.5rem;
  }

  .XL\:last\:-mr-22:last-child {
    margin-right: -5.5rem;
  }

  .XL\:last\:-mb-22:last-child {
    margin-bottom: -5.5rem;
  }

  .XL\:last\:-ml-22:last-child {
    margin-left: -5.5rem;
  }

  .XL\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .XL\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .XL\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .XL\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .XL\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .XL\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .XL\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .XL\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .XL\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .XL\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .XL\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .XL\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .XL\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .XL\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .XL\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .XL\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .XL\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .XL\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .XL\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .XL\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .XL\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .XL\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .XL\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .XL\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .XL\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .XL\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .XL\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .XL\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .XL\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .XL\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .XL\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .XL\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .XL\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .XL\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .XL\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .XL\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .XL\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .XL\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .XL\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .XL\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .XL\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .XL\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .XL\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .XL\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .XL\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .XL\:even\:m-22:nth-child(even) {
    margin: 5.5rem;
  }

  .XL\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .XL\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .XL\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .XL\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .XL\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .XL\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .XL\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .XL\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .XL\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .XL\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .XL\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .XL\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .XL\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .XL\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .XL\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .XL\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .XL\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .XL\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .XL\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .XL\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .XL\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .XL\:even\:-m-22:nth-child(even) {
    margin: -5.5rem;
  }

  .XL\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .XL\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .XL\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .XL\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .XL\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .XL\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .XL\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .XL\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .XL\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .XL\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .XL\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .XL\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .XL\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .XL\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .XL\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .XL\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .XL\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .XL\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .XL\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .XL\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .XL\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .XL\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .XL\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .XL\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .XL\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .XL\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .XL\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .XL\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .XL\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .XL\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .XL\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .XL\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .XL\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .XL\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .XL\:even\:my-22:nth-child(even) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .XL\:even\:mx-22:nth-child(even) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .XL\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .XL\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .XL\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .XL\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .XL\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .XL\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .XL\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .XL\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .XL\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .XL\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .XL\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .XL\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .XL\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .XL\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .XL\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .XL\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .XL\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .XL\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .XL\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .XL\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .XL\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .XL\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .XL\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .XL\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .XL\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .XL\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .XL\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .XL\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .XL\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .XL\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .XL\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .XL\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .XL\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .XL\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .XL\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .XL\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .XL\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .XL\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .XL\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .XL\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .XL\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .XL\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .XL\:even\:-my-22:nth-child(even) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .XL\:even\:-mx-22:nth-child(even) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .XL\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .XL\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .XL\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .XL\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .XL\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .XL\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .XL\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .XL\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .XL\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .XL\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .XL\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .XL\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .XL\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .XL\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .XL\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .XL\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .XL\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .XL\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .XL\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .XL\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .XL\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .XL\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .XL\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .XL\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .XL\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .XL\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .XL\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .XL\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .XL\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .XL\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .XL\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .XL\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .XL\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .XL\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .XL\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .XL\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .XL\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .XL\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .XL\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .XL\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .XL\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .XL\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .XL\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .XL\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .XL\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .XL\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .XL\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .XL\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .XL\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .XL\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .XL\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .XL\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .XL\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .XL\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .XL\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .XL\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .XL\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .XL\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .XL\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .XL\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .XL\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .XL\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .XL\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .XL\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .XL\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .XL\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .XL\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .XL\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .XL\:even\:mt-22:nth-child(even) {
    margin-top: 5.5rem;
  }

  .XL\:even\:mr-22:nth-child(even) {
    margin-right: 5.5rem;
  }

  .XL\:even\:mb-22:nth-child(even) {
    margin-bottom: 5.5rem;
  }

  .XL\:even\:ml-22:nth-child(even) {
    margin-left: 5.5rem;
  }

  .XL\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .XL\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .XL\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .XL\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .XL\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .XL\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .XL\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .XL\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .XL\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .XL\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .XL\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .XL\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .XL\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .XL\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .XL\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .XL\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .XL\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .XL\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .XL\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .XL\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .XL\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .XL\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .XL\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .XL\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .XL\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .XL\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .XL\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .XL\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .XL\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .XL\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .XL\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .XL\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .XL\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .XL\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .XL\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .XL\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .XL\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .XL\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .XL\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .XL\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .XL\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .XL\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .XL\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .XL\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .XL\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .XL\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .XL\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .XL\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .XL\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .XL\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .XL\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .XL\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .XL\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .XL\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .XL\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .XL\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .XL\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .XL\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .XL\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .XL\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .XL\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .XL\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .XL\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .XL\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .XL\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .XL\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .XL\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .XL\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .XL\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .XL\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .XL\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .XL\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .XL\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .XL\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .XL\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .XL\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .XL\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .XL\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .XL\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .XL\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .XL\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .XL\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .XL\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .XL\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .XL\:even\:-mt-22:nth-child(even) {
    margin-top: -5.5rem;
  }

  .XL\:even\:-mr-22:nth-child(even) {
    margin-right: -5.5rem;
  }

  .XL\:even\:-mb-22:nth-child(even) {
    margin-bottom: -5.5rem;
  }

  .XL\:even\:-ml-22:nth-child(even) {
    margin-left: -5.5rem;
  }

  .XL\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .XL\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .XL\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .XL\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .XL\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .XL\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .XL\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .XL\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .XL\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .XL\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .XL\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .XL\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .XL\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .XL\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .XL\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .XL\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .XL\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .XL\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .XL\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .XL\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .XL\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .XL\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .XL\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .XL\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .XL\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .XL\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .XL\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .XL\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .XL\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .XL\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .XL\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .XL\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .XL\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .XL\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .XL\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .XL\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .XL\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .XL\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .XL\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .XL\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .XL\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .XL\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .XL\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .XL\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .XL\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .XL\:odd\:m-22:nth-child(odd) {
    margin: 5.5rem;
  }

  .XL\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .XL\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .XL\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .XL\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .XL\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .XL\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .XL\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .XL\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .XL\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .XL\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .XL\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .XL\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .XL\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .XL\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .XL\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .XL\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .XL\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .XL\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .XL\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .XL\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .XL\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .XL\:odd\:-m-22:nth-child(odd) {
    margin: -5.5rem;
  }

  .XL\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .XL\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .XL\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .XL\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .XL\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .XL\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .XL\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .XL\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .XL\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .XL\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .XL\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .XL\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .XL\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .XL\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .XL\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .XL\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .XL\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .XL\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .XL\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .XL\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .XL\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .XL\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .XL\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .XL\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .XL\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .XL\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .XL\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .XL\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .XL\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .XL\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .XL\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .XL\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .XL\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .XL\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .XL\:odd\:my-22:nth-child(odd) {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .XL\:odd\:mx-22:nth-child(odd) {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .XL\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .XL\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .XL\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .XL\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .XL\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .XL\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .XL\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .XL\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .XL\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .XL\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .XL\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .XL\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .XL\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .XL\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .XL\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .XL\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .XL\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .XL\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .XL\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .XL\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .XL\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .XL\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .XL\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .XL\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .XL\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .XL\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .XL\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .XL\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .XL\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .XL\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .XL\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .XL\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .XL\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .XL\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .XL\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .XL\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .XL\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .XL\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .XL\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .XL\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .XL\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .XL\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .XL\:odd\:-my-22:nth-child(odd) {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .XL\:odd\:-mx-22:nth-child(odd) {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .XL\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .XL\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .XL\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .XL\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .XL\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .XL\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .XL\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .XL\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .XL\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .XL\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .XL\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .XL\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .XL\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .XL\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .XL\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .XL\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .XL\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .XL\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .XL\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .XL\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .XL\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .XL\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .XL\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .XL\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .XL\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .XL\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .XL\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .XL\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .XL\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .XL\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .XL\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .XL\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .XL\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .XL\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .XL\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .XL\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .XL\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .XL\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .XL\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .XL\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .XL\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .XL\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .XL\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .XL\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .XL\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .XL\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .XL\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .XL\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .XL\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .XL\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .XL\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .XL\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .XL\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .XL\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .XL\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .XL\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .XL\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .XL\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .XL\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .XL\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .XL\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .XL\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .XL\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .XL\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .XL\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .XL\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .XL\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .XL\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .XL\:odd\:mt-22:nth-child(odd) {
    margin-top: 5.5rem;
  }

  .XL\:odd\:mr-22:nth-child(odd) {
    margin-right: 5.5rem;
  }

  .XL\:odd\:mb-22:nth-child(odd) {
    margin-bottom: 5.5rem;
  }

  .XL\:odd\:ml-22:nth-child(odd) {
    margin-left: 5.5rem;
  }

  .XL\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .XL\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .XL\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .XL\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .XL\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .XL\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .XL\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .XL\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .XL\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .XL\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .XL\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .XL\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .XL\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .XL\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .XL\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .XL\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .XL\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .XL\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .XL\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .XL\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .XL\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .XL\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .XL\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .XL\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .XL\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .XL\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .XL\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .XL\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .XL\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .XL\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .XL\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .XL\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .XL\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .XL\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .XL\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .XL\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .XL\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .XL\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .XL\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .XL\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .XL\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .XL\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .XL\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .XL\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .XL\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .XL\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .XL\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .XL\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .XL\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .XL\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .XL\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .XL\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .XL\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .XL\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .XL\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .XL\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .XL\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .XL\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .XL\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .XL\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .XL\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .XL\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .XL\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .XL\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .XL\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .XL\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .XL\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .XL\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .XL\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .XL\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .XL\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .XL\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .XL\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .XL\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .XL\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .XL\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .XL\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .XL\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .XL\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .XL\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .XL\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .XL\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .XL\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .XL\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .XL\:odd\:-mt-22:nth-child(odd) {
    margin-top: -5.5rem;
  }

  .XL\:odd\:-mr-22:nth-child(odd) {
    margin-right: -5.5rem;
  }

  .XL\:odd\:-mb-22:nth-child(odd) {
    margin-bottom: -5.5rem;
  }

  .XL\:odd\:-ml-22:nth-child(odd) {
    margin-left: -5.5rem;
  }

  .XL\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .XL\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .XL\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .XL\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .XL\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .XL\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .XL\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .XL\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .XL\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .XL\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .XL\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .XL\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .XL\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .XL\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .XL\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .XL\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .XL\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .XL\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .XL\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .XL\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .XL\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .XL\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .XL\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .XL\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .XL\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .XL\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .XL\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .XL\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .XL\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .XL\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .XL\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .XL\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .XL\:max-h-full {
    max-height: 100%;
  }

  .XL\:max-h-screen {
    max-height: 100vh;
  }

  .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-full {
    max-width: 100%;
  }

  .XL\:max-w-screen-xs {
    max-width: 480px;
  }

  .XL\:max-w-screen-sm {
    max-width: 640px;
  }

  .XL\:max-w-screen-md {
    max-width: 768px;
  }

  .XL\:max-w-screen-lg {
    max-width: 1024px;
  }

  .XL\:max-w-screen-xl {
    max-width: 1280px;
  }

  .XL\:max-w-screen-xxl {
    max-width: 1400px;
  }

  .XL\:max-w-screen-xxxl {
    max-width: 1600px;
  }

  .XL\:max-w-screen-XL {
    max-width: 2000px;
  }

  .XL\:min-h-0 {
    min-height: 0;
  }

  .XL\:min-h-full {
    min-height: 100%;
  }

  .XL\:min-h-screen {
    min-height: 100vh;
  }

  .XL\:min-w-0 {
    min-width: 0;
  }

  .XL\:min-w-full {
    min-width: 100%;
  }

  .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\:opacity-0 {
    opacity: 0;
  }

  .XL\:opacity-25 {
    opacity: 0.25;
  }

  .XL\:opacity-35 {
    opacity: 0.35;
  }

  .XL\:opacity-45 {
    opacity: 0.45;
  }

  .XL\:opacity-50 {
    opacity: 0.5;
  }

  .XL\:opacity-75 {
    opacity: 0.75;
  }

  .XL\:opacity-100 {
    opacity: 1;
  }

  .XL\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .XL\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .XL\:hover\:opacity-35:hover {
    opacity: 0.35;
  }

  .XL\:hover\:opacity-45:hover {
    opacity: 0.45;
  }

  .XL\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .XL\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .XL\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .XL\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .XL\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .XL\:focus\:opacity-35:focus {
    opacity: 0.35;
  }

  .XL\:focus\:opacity-45:focus {
    opacity: 0.45;
  }

  .XL\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .XL\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .XL\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .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\: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\: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\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .XL\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .XL\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .XL\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .XL\:overscroll-none {
    -ms-scroll-chaining: 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\:p-0 {
    padding: 0;
  }

  .XL\:p-1 {
    padding: 0.25rem;
  }

  .XL\:p-2 {
    padding: 0.5rem;
  }

  .XL\:p-3 {
    padding: 0.75rem;
  }

  .XL\:p-4 {
    padding: 1rem;
  }

  .XL\:p-5 {
    padding: 1.25rem;
  }

  .XL\:p-6 {
    padding: 1.5rem;
  }

  .XL\:p-8 {
    padding: 2rem;
  }

  .XL\:p-10 {
    padding: 2.5rem;
  }

  .XL\:p-12 {
    padding: 3rem;
  }

  .XL\:p-14 {
    padding: 3.5rem;
  }

  .XL\:p-16 {
    padding: 4rem;
  }

  .XL\:p-20 {
    padding: 5rem;
  }

  .XL\:p-22 {
    padding: 5.5rem;
  }

  .XL\:p-24 {
    padding: 6rem;
  }

  .XL\:p-28 {
    padding: 7rem;
  }

  .XL\:p-32 {
    padding: 8rem;
  }

  .XL\:p-40 {
    padding: 10rem;
  }

  .XL\:p-48 {
    padding: 12rem;
  }

  .XL\:p-56 {
    padding: 14rem;
  }

  .XL\:p-64 {
    padding: 16rem;
  }

  .XL\:p-px {
    padding: 1px;
  }

  .XL\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .XL\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .XL\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .XL\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .XL\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .XL\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .XL\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .XL\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .XL\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .XL\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .XL\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .XL\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .XL\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .XL\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .XL\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .XL\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .XL\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .XL\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .XL\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .XL\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .XL\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .XL\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .XL\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .XL\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .XL\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .XL\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .XL\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .XL\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .XL\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .XL\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .XL\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .XL\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .XL\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .XL\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .XL\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .XL\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .XL\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .XL\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .XL\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .XL\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .XL\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .XL\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .XL\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .XL\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .XL\:pt-0 {
    padding-top: 0;
  }

  .XL\:pr-0 {
    padding-right: 0;
  }

  .XL\:pb-0 {
    padding-bottom: 0;
  }

  .XL\:pl-0 {
    padding-left: 0;
  }

  .XL\:pt-1 {
    padding-top: 0.25rem;
  }

  .XL\:pr-1 {
    padding-right: 0.25rem;
  }

  .XL\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .XL\:pl-1 {
    padding-left: 0.25rem;
  }

  .XL\:pt-2 {
    padding-top: 0.5rem;
  }

  .XL\:pr-2 {
    padding-right: 0.5rem;
  }

  .XL\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .XL\:pl-2 {
    padding-left: 0.5rem;
  }

  .XL\:pt-3 {
    padding-top: 0.75rem;
  }

  .XL\:pr-3 {
    padding-right: 0.75rem;
  }

  .XL\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .XL\:pl-3 {
    padding-left: 0.75rem;
  }

  .XL\:pt-4 {
    padding-top: 1rem;
  }

  .XL\:pr-4 {
    padding-right: 1rem;
  }

  .XL\:pb-4 {
    padding-bottom: 1rem;
  }

  .XL\:pl-4 {
    padding-left: 1rem;
  }

  .XL\:pt-5 {
    padding-top: 1.25rem;
  }

  .XL\:pr-5 {
    padding-right: 1.25rem;
  }

  .XL\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .XL\:pl-5 {
    padding-left: 1.25rem;
  }

  .XL\:pt-6 {
    padding-top: 1.5rem;
  }

  .XL\:pr-6 {
    padding-right: 1.5rem;
  }

  .XL\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .XL\:pl-6 {
    padding-left: 1.5rem;
  }

  .XL\:pt-8 {
    padding-top: 2rem;
  }

  .XL\:pr-8 {
    padding-right: 2rem;
  }

  .XL\:pb-8 {
    padding-bottom: 2rem;
  }

  .XL\:pl-8 {
    padding-left: 2rem;
  }

  .XL\:pt-10 {
    padding-top: 2.5rem;
  }

  .XL\:pr-10 {
    padding-right: 2.5rem;
  }

  .XL\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .XL\:pl-10 {
    padding-left: 2.5rem;
  }

  .XL\:pt-12 {
    padding-top: 3rem;
  }

  .XL\:pr-12 {
    padding-right: 3rem;
  }

  .XL\:pb-12 {
    padding-bottom: 3rem;
  }

  .XL\:pl-12 {
    padding-left: 3rem;
  }

  .XL\:pt-14 {
    padding-top: 3.5rem;
  }

  .XL\:pr-14 {
    padding-right: 3.5rem;
  }

  .XL\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .XL\:pl-14 {
    padding-left: 3.5rem;
  }

  .XL\:pt-16 {
    padding-top: 4rem;
  }

  .XL\:pr-16 {
    padding-right: 4rem;
  }

  .XL\:pb-16 {
    padding-bottom: 4rem;
  }

  .XL\:pl-16 {
    padding-left: 4rem;
  }

  .XL\:pt-20 {
    padding-top: 5rem;
  }

  .XL\:pr-20 {
    padding-right: 5rem;
  }

  .XL\:pb-20 {
    padding-bottom: 5rem;
  }

  .XL\:pl-20 {
    padding-left: 5rem;
  }

  .XL\:pt-22 {
    padding-top: 5.5rem;
  }

  .XL\:pr-22 {
    padding-right: 5.5rem;
  }

  .XL\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .XL\:pl-22 {
    padding-left: 5.5rem;
  }

  .XL\:pt-24 {
    padding-top: 6rem;
  }

  .XL\:pr-24 {
    padding-right: 6rem;
  }

  .XL\:pb-24 {
    padding-bottom: 6rem;
  }

  .XL\:pl-24 {
    padding-left: 6rem;
  }

  .XL\:pt-28 {
    padding-top: 7rem;
  }

  .XL\:pr-28 {
    padding-right: 7rem;
  }

  .XL\:pb-28 {
    padding-bottom: 7rem;
  }

  .XL\:pl-28 {
    padding-left: 7rem;
  }

  .XL\:pt-32 {
    padding-top: 8rem;
  }

  .XL\:pr-32 {
    padding-right: 8rem;
  }

  .XL\:pb-32 {
    padding-bottom: 8rem;
  }

  .XL\:pl-32 {
    padding-left: 8rem;
  }

  .XL\:pt-40 {
    padding-top: 10rem;
  }

  .XL\:pr-40 {
    padding-right: 10rem;
  }

  .XL\:pb-40 {
    padding-bottom: 10rem;
  }

  .XL\:pl-40 {
    padding-left: 10rem;
  }

  .XL\:pt-48 {
    padding-top: 12rem;
  }

  .XL\:pr-48 {
    padding-right: 12rem;
  }

  .XL\:pb-48 {
    padding-bottom: 12rem;
  }

  .XL\:pl-48 {
    padding-left: 12rem;
  }

  .XL\:pt-56 {
    padding-top: 14rem;
  }

  .XL\:pr-56 {
    padding-right: 14rem;
  }

  .XL\:pb-56 {
    padding-bottom: 14rem;
  }

  .XL\:pl-56 {
    padding-left: 14rem;
  }

  .XL\:pt-64 {
    padding-top: 16rem;
  }

  .XL\:pr-64 {
    padding-right: 16rem;
  }

  .XL\:pb-64 {
    padding-bottom: 16rem;
  }

  .XL\:pl-64 {
    padding-left: 16rem;
  }

  .XL\:pt-px {
    padding-top: 1px;
  }

  .XL\:pr-px {
    padding-right: 1px;
  }

  .XL\:pb-px {
    padding-bottom: 1px;
  }

  .XL\:pl-px {
    padding-left: 1px;
  }

  .XL\:placeholder-flesh::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .XL\:placeholder-flesh::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .XL\:placeholder-flesh::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .XL\:placeholder-flesh::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .XL\:placeholder-gulfBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .XL\:placeholder-gulfBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .XL\:placeholder-gulfBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .XL\:placeholder-gulfBlue::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueDark::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueCheckbox::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueCheckbox::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueCheckbox::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueCheckbox::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueCyan::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueCyan::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueCyan::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueCyan::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueDarkHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueDarkHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueDarkHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueDarkHover::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueMedium::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueMediumHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueMediumHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueMediumHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueMediumHover::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .XL\:placeholder-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .XL\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .XL\:placeholder-blue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .XL\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueProgrammaBack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueProgrammaBack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueProgrammaBack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueProgrammaBack::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueHover::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLightDarker::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLightDarker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLightDarker::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLightDarker::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLightDark::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLightDark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLightDark::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLightDark::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .XL\:placeholder-perano::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .XL\:placeholder-perano::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .XL\:placeholder-perano::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .XL\:placeholder-perano::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .XL\:placeholder-blueLight::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .XL\:placeholder-bluePersian::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .XL\:placeholder-bluePersian::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .XL\:placeholder-bluePersian::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .XL\:placeholder-bluePersian::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .XL\:placeholder-mediumElectricBlue::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .XL\:placeholder-mediumElectricBlue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .XL\:placeholder-mediumElectricBlue::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .XL\:placeholder-mediumElectricBlue::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .XL\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .XL\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .XL\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .XL\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .XL\:placeholder-redCadmium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .XL\:placeholder-redCadmium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .XL\:placeholder-redCadmium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .XL\:placeholder-redCadmium::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .XL\:placeholder-redHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .XL\:placeholder-redHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .XL\:placeholder-redHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .XL\:placeholder-redHover::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .XL\:placeholder-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .XL\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .XL\:placeholder-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .XL\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .XL\:placeholder-yellowHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .XL\:placeholder-yellowHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .XL\:placeholder-yellowHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .XL\:placeholder-yellowHover::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyLighter::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyLighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyLighter::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyLighter::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyLight::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyLight::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyLight::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyLight::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .XL\:placeholder-grey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .XL\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .XL\:placeholder-grey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .XL\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyMedium::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyMedium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyMedium::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyMedium::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyWarm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyWarm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyWarm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyWarm::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .XL\:placeholder-darkGrey::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:placeholder-darkGrey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:placeholder-darkGrey::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:placeholder-darkGrey::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:placeholder-darkGreyHover::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .XL\:placeholder-darkGreyHover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .XL\:placeholder-darkGreyHover::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .XL\:placeholder-darkGreyHover::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .XL\:placeholder-shadedFilters::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:placeholder-shadedFilters::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:placeholder-shadedFilters::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:placeholder-shadedFilters::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:placeholder-thunderBlack::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:placeholder-thunderBlack::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:placeholder-thunderBlack::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:placeholder-thunderBlack::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyText::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyText::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyText::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyText::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyTextForm::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyTextForm::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyTextForm::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .XL\:placeholder-greyTextForm::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .XL\:placeholder-mountainMist::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-mountainMist::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-mountainMist::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-mountainMist::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .XL\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .XL\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .XL\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .XL\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .XL\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .XL\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .XL\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .XL\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .XL\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .XL\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .XL\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-flesh:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-flesh:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-flesh:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-flesh:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-gulfBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-gulfBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-gulfBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-gulfBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueCheckbox:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueCheckbox:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueCheckbox:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueCheckbox:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueCyan:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueCyan:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueCyan:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueCyan:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueDarkHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueDarkHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueDarkHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueDarkHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueMediumHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueMediumHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueMediumHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueMediumHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueProgrammaBack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueProgrammaBack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueProgrammaBack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueProgrammaBack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLightDarker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLightDarker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLightDarker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLightDarker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLightDark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLightDark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLightDark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLightDark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-perano:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-perano:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-perano:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-perano:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-blueLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-bluePersian:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-bluePersian:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-bluePersian:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-bluePersian:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-mediumElectricBlue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-mediumElectricBlue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-mediumElectricBlue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-mediumElectricBlue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-redCadmium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-redCadmium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-redCadmium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-redCadmium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-redHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-redHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-redHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-redHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-yellowHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-yellowHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-yellowHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-yellowHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyLighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyLighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyLighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyLighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyLight:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyLight:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyLight:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyLight:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-grey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-grey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyMedium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyMedium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyMedium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyMedium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyWarm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyWarm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyWarm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyWarm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-darkGrey:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-darkGrey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-darkGrey:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-darkGrey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-darkGreyHover:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-darkGreyHover:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-darkGreyHover:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-darkGreyHover:focus::placeholder {
    --placeholder-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-shadedFilters:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:placeholder-shadedFilters:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:placeholder-shadedFilters:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:placeholder-shadedFilters:focus::placeholder {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:placeholder-thunderBlack:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-thunderBlack:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-thunderBlack:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-thunderBlack:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyText:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyText:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyText:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyText:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyTextForm:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyTextForm:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyTextForm:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-greyTextForm:focus::placeholder {
    --placeholder-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-mountainMist:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-mountainMist:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-mountainMist:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-mountainMist:focus::placeholder {
    --placeholder-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .XL\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .XL\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .XL\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .XL\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .XL\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .XL\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .XL\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .XL\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .XL\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .XL\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .XL\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .XL\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .XL\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .XL\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .XL\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .XL\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .XL\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35;
  }

  .XL\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .XL\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .XL\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .XL\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45;
  }

  .XL\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .XL\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .XL\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .XL\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .XL\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .XL\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .XL\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .XL\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .XL\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .XL\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .XL\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .XL\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .XL\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0;
  }

  .XL\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .XL\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .XL\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .XL\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .XL\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .XL\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .XL\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .XL\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .XL\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35;
  }

  .XL\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35;
  }

  .XL\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35;
  }

  .XL\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .XL\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45;
  }

  .XL\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45;
  }

  .XL\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45;
  }

  .XL\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .XL\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .XL\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .XL\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .XL\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .XL\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .XL\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .XL\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .XL\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
  }

  .XL\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .XL\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .XL\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .XL\:pointer-events-none {
    pointer-events: none;
  }

  .XL\:pointer-events-auto {
    pointer-events: auto;
  }

  .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.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .XL\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .XL\:inset-3 {
    top: .75rem;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
  }

  .XL\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .XL\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .XL\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .XL\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .XL\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .XL\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .XL\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .XL\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .XL\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .XL\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .XL\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .XL\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .XL\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .XL\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .XL\:inset-y-3 {
    top: .75rem;
    bottom: .75rem;
  }

  .XL\:inset-x-3 {
    right: .75rem;
    left: .75rem;
  }

  .XL\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .XL\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .XL\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .XL\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .XL\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .XL\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .XL\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .XL\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .XL\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .XL\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .XL\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .XL\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .XL\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .XL\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .XL\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .XL\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .XL\:top-0 {
    top: 0;
  }

  .XL\:right-0 {
    right: 0;
  }

  .XL\:bottom-0 {
    bottom: 0;
  }

  .XL\:left-0 {
    left: 0;
  }

  .XL\:top-1 {
    top: 0.25rem;
  }

  .XL\:right-1 {
    right: 0.25rem;
  }

  .XL\:bottom-1 {
    bottom: 0.25rem;
  }

  .XL\:left-1 {
    left: 0.25rem;
  }

  .XL\:top-2 {
    top: 0.5rem;
  }

  .XL\:right-2 {
    right: 0.5rem;
  }

  .XL\:bottom-2 {
    bottom: 0.5rem;
  }

  .XL\:left-2 {
    left: 0.5rem;
  }

  .XL\:top-3 {
    top: .75rem;
  }

  .XL\:right-3 {
    right: .75rem;
  }

  .XL\:bottom-3 {
    bottom: .75rem;
  }

  .XL\:left-3 {
    left: .75rem;
  }

  .XL\:top-4 {
    top: 1rem;
  }

  .XL\:right-4 {
    right: 1rem;
  }

  .XL\:bottom-4 {
    bottom: 1rem;
  }

  .XL\:left-4 {
    left: 1rem;
  }

  .XL\:top-5 {
    top: 1.25rem;
  }

  .XL\:right-5 {
    right: 1.25rem;
  }

  .XL\:bottom-5 {
    bottom: 1.25rem;
  }

  .XL\:left-5 {
    left: 1.25rem;
  }

  .XL\:top-6 {
    top: 1.5rem;
  }

  .XL\:right-6 {
    right: 1.5rem;
  }

  .XL\:bottom-6 {
    bottom: 1.5rem;
  }

  .XL\:left-6 {
    left: 1.5rem;
  }

  .XL\:top-7 {
    top: 1.75rem;
  }

  .XL\:right-7 {
    right: 1.75rem;
  }

  .XL\:bottom-7 {
    bottom: 1.75rem;
  }

  .XL\:left-7 {
    left: 1.75rem;
  }

  .XL\:top-8 {
    top: 2rem;
  }

  .XL\:right-8 {
    right: 2rem;
  }

  .XL\:bottom-8 {
    bottom: 2rem;
  }

  .XL\:left-8 {
    left: 2rem;
  }

  .XL\:top-9 {
    top: 2.25rem;
  }

  .XL\:right-9 {
    right: 2.25rem;
  }

  .XL\:bottom-9 {
    bottom: 2.25rem;
  }

  .XL\:left-9 {
    left: 2.25rem;
  }

  .XL\:top-10 {
    top: 2.5rem;
  }

  .XL\:right-10 {
    right: 2.5rem;
  }

  .XL\:bottom-10 {
    bottom: 2.5rem;
  }

  .XL\:left-10 {
    left: 2.5rem;
  }

  .XL\:top-auto {
    top: auto;
  }

  .XL\:right-auto {
    right: auto;
  }

  .XL\:bottom-auto {
    bottom: auto;
  }

  .XL\:left-auto {
    left: auto;
  }

  .XL\:resize-none {
    resize: none;
  }

  .XL\:resize-y {
    resize: vertical;
  }

  .XL\:resize-x {
    resize: horizontal;
  }

  .XL\:resize {
    resize: both;
  }

  .XL\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .XL\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .XL\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .XL\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .XL\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .XL\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .XL\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .XL\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .XL\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .XL\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .XL\:shadow-lg_noBottom {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .XL\:shadow-lg_noTop {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .XL\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .XL\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .XL\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .XL\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .XL\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .XL\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .XL\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .XL\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .XL\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .XL\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .XL\:hover\:shadow-lg_noBottom:hover {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .XL\:hover\:shadow-lg_noTop:hover {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .XL\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .XL\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .XL\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .XL\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .XL\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .XL\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .XL\:focus\:shadow-lg_noBottom:focus {
    -webkit-box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px -10px 15px -3px rgba(0, 0, 0, 0.1), 5px -4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:shadow-lg_noTop:focus {
    -webkit-box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 10px 15px -3px rgba(0, 0, 0, 0.1), 5px 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .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\:table-auto {
    table-layout: auto;
  }

  .XL\:table-fixed {
    table-layout: fixed;
  }

  .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\:text-flesh {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .XL\:text-gulfBlue {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .XL\:text-blueDark {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .XL\:text-blueCheckbox {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .XL\:text-blueCyan {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .XL\:text-blueDarkHover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .XL\:text-blueMedium {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .XL\:text-blueMediumHover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .XL\:text-blue {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .XL\:text-blueProgrammaBack {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .XL\:text-blueHover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .XL\:text-blueLightDarker {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .XL\:text-blueLightDark {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .XL\:text-perano {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .XL\:text-blueLight {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .XL\:text-bluePersian {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .XL\:text-mediumElectricBlue {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .XL\:text-red {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .XL\:text-redCadmium {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .XL\:text-redHover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .XL\:text-yellow {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .XL\:text-yellowHover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .XL\:text-greyLighter {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .XL\:text-greyLight {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .XL\:text-grey {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .XL\:text-greyMedium {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .XL\:text-greyWarm {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .XL\:text-darkGrey {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .XL\:text-darkGreyHover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .XL\:text-shadedFilters {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:text-thunderBlack {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .XL\:text-greyText {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .XL\:text-greyTextForm {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .XL\:text-mountainMist {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .XL\:text-transparent {
    color: transparent;
  }

  .XL\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .XL\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .XL\:hover\:text-flesh:hover {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .XL\:hover\:text-gulfBlue:hover {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .XL\:hover\:text-blueDark:hover {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .XL\:hover\:text-blueCheckbox:hover {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .XL\:hover\:text-blueCyan:hover {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .XL\:hover\:text-blueDarkHover:hover {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .XL\:hover\:text-blueMedium:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .XL\:hover\:text-blueMediumHover:hover {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .XL\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .XL\:hover\:text-blueProgrammaBack:hover {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .XL\:hover\:text-blueHover:hover {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .XL\:hover\:text-blueLightDarker:hover {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .XL\:hover\:text-blueLightDark:hover {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .XL\:hover\:text-perano:hover {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .XL\:hover\:text-blueLight:hover {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .XL\:hover\:text-bluePersian:hover {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .XL\:hover\:text-mediumElectricBlue:hover {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .XL\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .XL\:hover\:text-redCadmium:hover {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .XL\:hover\:text-redHover:hover {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .XL\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .XL\:hover\:text-yellowHover:hover {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .XL\:hover\:text-greyLighter:hover {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .XL\:hover\:text-greyLight:hover {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .XL\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .XL\:hover\:text-greyMedium:hover {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .XL\:hover\:text-greyWarm:hover {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .XL\:hover\:text-darkGrey:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .XL\:hover\:text-darkGreyHover:hover {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .XL\:hover\:text-shadedFilters:hover {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:hover\:text-thunderBlack:hover {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .XL\:hover\:text-greyText:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .XL\:hover\:text-greyTextForm:hover {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .XL\:hover\:text-mountainMist:hover {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .XL\:hover\:text-transparent:hover {
    color: transparent;
  }

  .XL\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .XL\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .XL\:focus\:text-flesh:focus {
    --text-opacity: 1;
    color: #ffbe8d;
    color: rgba(255, 190, 141, var(--text-opacity));
  }

  .XL\:focus\:text-gulfBlue:focus {
    --text-opacity: 1;
    color: #001959;
    color: rgba(0, 25, 89, var(--text-opacity));
  }

  .XL\:focus\:text-blueDark:focus {
    --text-opacity: 1;
    color: #001b5b;
    color: rgba(0, 27, 91, var(--text-opacity));
  }

  .XL\:focus\:text-blueCheckbox:focus {
    --text-opacity: 1;
    color: #2F7094;
    color: rgba(47, 112, 148, var(--text-opacity));
  }

  .XL\:focus\:text-blueCyan:focus {
    --text-opacity: 1;
    color: #00518C;
    color: rgba(0, 81, 140, var(--text-opacity));
  }

  .XL\:focus\:text-blueDarkHover:focus {
    --text-opacity: 1;
    color: #00233F;
    color: rgba(0, 35, 63, var(--text-opacity));
  }

  .XL\:focus\:text-blueMedium:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .XL\:focus\:text-blueMediumHover:focus {
    --text-opacity: 1;
    color: #00294B;
    color: rgba(0, 41, 75, var(--text-opacity));
  }

  .XL\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #0065bb;
    color: rgba(0, 101, 187, var(--text-opacity));
  }

  .XL\:focus\:text-blueProgrammaBack:focus {
    --text-opacity: 1;
    color: #0066b7;
    color: rgba(0, 102, 183, var(--text-opacity));
  }

  .XL\:focus\:text-blueHover:focus {
    --text-opacity: 1;
    color: #003F6D;
    color: rgba(0, 63, 109, var(--text-opacity));
  }

  .XL\:focus\:text-blueLightDarker:focus {
    --text-opacity: 1;
    color: #7BB1CF;
    color: rgba(123, 177, 207, var(--text-opacity));
  }

  .XL\:focus\:text-blueLightDark:focus {
    --text-opacity: 1;
    color: #A4D2EC;
    color: rgba(164, 210, 236, var(--text-opacity));
  }

  .XL\:focus\:text-perano:focus {
    --text-opacity: 1;
    color: #A6D1F4;
    color: rgba(166, 209, 244, var(--text-opacity));
  }

  .XL\:focus\:text-blueLight:focus {
    --text-opacity: 1;
    color: #b7dbf9;
    color: rgba(183, 219, 249, var(--text-opacity));
  }

  .XL\:focus\:text-bluePersian:focus {
    --text-opacity: 1;
    color: #0169B4;
    color: rgba(1, 105, 180, var(--text-opacity));
  }

  .XL\:focus\:text-mediumElectricBlue:focus {
    --text-opacity: 1;
    color: #0057A0;
    color: rgba(0, 87, 160, var(--text-opacity));
  }

  .XL\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e70000;
    color: rgba(231, 0, 0, var(--text-opacity));
  }

  .XL\:focus\:text-redCadmium:focus {
    --text-opacity: 1;
    color: #E30413;
    color: rgba(227, 4, 19, var(--text-opacity));
  }

  .XL\:focus\:text-redHover:focus {
    --text-opacity: 1;
    color: #AA030D;
    color: rgba(170, 3, 13, var(--text-opacity));
  }

  .XL\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #ff6f03;
    color: rgba(255, 111, 3, var(--text-opacity));
  }

  .XL\:focus\:text-yellowHover:focus {
    --text-opacity: 1;
    color: #FF9103;
    color: rgba(255, 145, 3, var(--text-opacity));
  }

  .XL\:focus\:text-greyLighter:focus {
    --text-opacity: 1;
    color: #F6F5F3;
    color: rgba(246, 245, 243, var(--text-opacity));
  }

  .XL\:focus\:text-greyLight:focus {
    --text-opacity: 1;
    color: #E2E2E2;
    color: rgba(226, 226, 226, var(--text-opacity));
  }

  .XL\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #E6E3DF;
    color: rgba(230, 227, 223, var(--text-opacity));
  }

  .XL\:focus\:text-greyMedium:focus {
    --text-opacity: 1;
    color: #DDD;
    color: rgba(221, 221, 221, var(--text-opacity));
  }

  .XL\:focus\:text-greyWarm:focus {
    --text-opacity: 1;
    color: #939283;
    color: rgba(147, 146, 131, var(--text-opacity));
  }

  .XL\:focus\:text-darkGrey:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .XL\:focus\:text-darkGreyHover:focus {
    --text-opacity: 1;
    color: #212121;
    color: rgba(33, 33, 33, var(--text-opacity));
  }

  .XL\:focus\:text-shadedFilters:focus {
    color: rgba(0, 0, 0, 0.05);
  }

  .XL\:focus\:text-thunderBlack:focus {
    --text-opacity: 1;
    color: #2D2D2D;
    color: rgba(45, 45, 45, var(--text-opacity));
  }

  .XL\:focus\:text-greyText:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .XL\:focus\:text-greyTextForm:focus {
    --text-opacity: 1;
    color: #929292;
    color: rgba(146, 146, 146, var(--text-opacity));
  }

  .XL\:focus\:text-mountainMist:focus {
    --text-opacity: 1;
    color: #949494;
    color: rgba(148, 148, 148, var(--text-opacity));
  }

  .XL\:focus\:text-transparent:focus {
    color: transparent;
  }

  .XL\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .XL\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .XL\:text-opacity-0 {
    --text-opacity: 0;
  }

  .XL\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .XL\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .XL\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .XL\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .XL\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .XL\:text-opacity-100 {
    --text-opacity: 1;
  }

  .XL\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .XL\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .XL\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35;
  }

  .XL\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45;
  }

  .XL\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .XL\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .XL\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .XL\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .XL\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .XL\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35;
  }

  .XL\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45;
  }

  .XL\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .XL\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .XL\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .XL\:italic {
    font-style: italic;
  }

  .XL\:not-italic {
    font-style: normal;
  }

  .XL\:uppercase {
    text-transform: uppercase;
  }

  .XL\:lowercase {
    text-transform: lowercase;
  }

  .XL\:capitalize {
    text-transform: capitalize;
  }

  .XL\:normal-case {
    text-transform: none;
  }

  .XL\:underline {
    text-decoration: underline;
  }

  .XL\:line-through {
    text-decoration: line-through;
  }

  .XL\:no-underline {
    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\:ordinal, .XL\:slashed-zero, .XL\:lining-nums, .XL\:oldstyle-nums, .XL\:proportional-nums, .XL\:tabular-nums, .XL\:diagonal-fractions, .XL\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .XL\:normal-nums {
    font-variant-numeric: normal;
  }

  .XL\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .XL\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .XL\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .XL\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .XL\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .XL\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .XL\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .XL\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .XL\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .XL\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .XL\:tracking-normal {
    letter-spacing: 0;
  }

  .XL\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .XL\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .XL\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .XL\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .XL\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .XL\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .XL\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .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\:visible {
    visibility: visible;
  }

  .XL\:invisible {
    visibility: hidden;
  }

  .XL\:whitespace-normal {
    white-space: normal;
  }

  .XL\:whitespace-no-wrap {
    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 {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .XL\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .XL\:break-all {
    word-break: break-all;
  }

  .XL\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .XL\:w-0 {
    width: 0;
  }

  .XL\:w-1 {
    width: 0.25rem;
  }

  .XL\:w-2 {
    width: 0.5rem;
  }

  .XL\:w-3 {
    width: 0.75rem;
  }

  .XL\:w-4 {
    width: 1rem;
  }

  .XL\:w-5 {
    width: 1.25rem;
  }

  .XL\:w-6 {
    width: 1.5rem;
  }

  .XL\:w-8 {
    width: 2rem;
  }

  .XL\:w-10 {
    width: 2.5rem;
  }

  .XL\:w-12 {
    width: 3rem;
  }

  .XL\:w-14 {
    width: 3.5rem;
  }

  .XL\:w-16 {
    width: 4rem;
  }

  .XL\:w-20 {
    width: 5rem;
  }

  .XL\:w-22 {
    width: 5.5rem;
  }

  .XL\:w-24 {
    width: 6rem;
  }

  .XL\:w-28 {
    width: 7rem;
  }

  .XL\:w-32 {
    width: 8rem;
  }

  .XL\:w-40 {
    width: 10rem;
  }

  .XL\:w-48 {
    width: 12rem;
  }

  .XL\:w-56 {
    width: 14rem;
  }

  .XL\:w-64 {
    width: 16rem;
  }

  .XL\:w-auto {
    width: auto;
  }

  .XL\:w-px {
    width: 1px;
  }

  .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-48\% {
    width: 48%;
  }

  .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\:-z-1 {
    z-index: -1;
  }

  .XL\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .XL\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .XL\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .XL\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .XL\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .XL\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .XL\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .XL\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .XL\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .XL\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .XL\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .XL\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .XL\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .XL\:gap-22 {
    grid-gap: 5.5rem;
    gap: 5.5rem;
  }

  .XL\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .XL\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .XL\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .XL\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .XL\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .XL\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .XL\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .XL\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .XL\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .XL\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .XL\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .XL\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .XL\:col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .XL\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .XL\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .XL\:col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .XL\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .XL\:col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .XL\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .XL\:col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .XL\:col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .XL\:col-gap-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .XL\:col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .XL\:col-gap-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .XL\:col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .XL\:col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .XL\:col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .XL\:col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .XL\:col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .XL\:col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .XL\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .XL\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .XL\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .XL\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .XL\:gap-x-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .XL\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .XL\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .XL\:gap-x-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .XL\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .XL\:gap-x-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .XL\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .XL\:gap-x-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .XL\:gap-x-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .XL\:gap-x-22 {
    grid-column-gap: 5.5rem;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }

  .XL\:gap-x-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .XL\:gap-x-28 {
    grid-column-gap: 7rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .XL\:gap-x-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .XL\:gap-x-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .XL\:gap-x-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .XL\:gap-x-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .XL\:gap-x-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .XL\:gap-x-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  .XL\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .XL\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .XL\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .XL\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .XL\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .XL\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .XL\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .XL\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .XL\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .XL\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .XL\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .XL\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .XL\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .XL\:row-gap-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .XL\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .XL\:row-gap-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .XL\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .XL\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .XL\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .XL\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .XL\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .XL\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .XL\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .XL\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .XL\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .XL\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .XL\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .XL\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .XL\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .XL\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .XL\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .XL\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .XL\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .XL\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .XL\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .XL\:gap-y-22 {
    grid-row-gap: 5.5rem;
    row-gap: 5.5rem;
  }

  .XL\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .XL\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .XL\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .XL\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .XL\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .XL\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .XL\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .XL\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .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\: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\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .XL\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .XL\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .XL\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .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-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\: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\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .XL\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .XL\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .XL\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-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\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
         -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .XL\:transform-none {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .XL\:origin-center {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }

  .XL\:origin-top {
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }

  .XL\:origin-top-right {
    -webkit-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
  }

  .XL\:origin-right {
    -webkit-transform-origin: right;
         -o-transform-origin: right;
            transform-origin: right;
  }

  .XL\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .XL\:origin-bottom {
    -webkit-transform-origin: bottom;
         -o-transform-origin: bottom;
            transform-origin: bottom;
  }

  .XL\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .XL\:origin-left {
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
  }

  .XL\:origin-top-left {
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
  }

  .XL\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .XL\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .XL\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .XL\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .XL\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .XL\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .XL\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .XL\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .XL\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .XL\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .XL\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .XL\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .XL\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .XL\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .XL\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .XL\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .XL\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .XL\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .XL\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .XL\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .XL\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .XL\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .XL\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .XL\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .XL\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .XL\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .XL\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .XL\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .XL\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .XL\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .XL\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .XL\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .XL\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .XL\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .XL\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .XL\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .XL\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .XL\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .XL\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .XL\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .XL\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .XL\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .XL\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .XL\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .XL\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .XL\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .XL\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .XL\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .XL\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .XL\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .XL\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .XL\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .XL\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .XL\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .XL\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .XL\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .XL\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .XL\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .XL\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .XL\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .XL\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .XL\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .XL\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .XL\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .XL\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .XL\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .XL\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .XL\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .XL\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .XL\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .XL\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .XL\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .XL\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .XL\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .XL\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .XL\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .XL\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .XL\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .XL\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .XL\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .XL\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .XL\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .XL\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .XL\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .XL\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .XL\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .XL\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .XL\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .XL\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .XL\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .XL\:rotate-0 {
    --transform-rotate: 0;
  }

  .XL\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .XL\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .XL\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .XL\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .XL\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .XL\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .XL\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .XL\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .XL\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .XL\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .XL\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .XL\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .XL\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .XL\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .XL\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .XL\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .XL\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .XL\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .XL\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .XL\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .XL\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .XL\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .XL\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .XL\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .XL\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .XL\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .XL\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .XL\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .XL\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .XL\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .XL\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .XL\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .XL\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .XL\:translate-x-22 {
    --transform-translate-x: 5.5rem;
  }

  .XL\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .XL\:translate-x-28 {
    --transform-translate-x: 7rem;
  }

  .XL\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .XL\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .XL\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .XL\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .XL\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .XL\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .XL\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .XL\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .XL\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .XL\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .XL\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .XL\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .XL\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .XL\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .XL\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .XL\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .XL\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .XL\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .XL\:-translate-x-22 {
    --transform-translate-x: -5.5rem;
  }

  .XL\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .XL\:-translate-x-28 {
    --transform-translate-x: -7rem;
  }

  .XL\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .XL\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .XL\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .XL\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .XL\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .XL\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .XL\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .XL\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .XL\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .XL\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .XL\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .XL\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .XL\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .XL\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .XL\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .XL\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .XL\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .XL\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .XL\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .XL\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .XL\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .XL\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .XL\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .XL\:translate-y-22 {
    --transform-translate-y: 5.5rem;
  }

  .XL\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .XL\:translate-y-28 {
    --transform-translate-y: 7rem;
  }

  .XL\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .XL\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .XL\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .XL\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .XL\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .XL\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .XL\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .XL\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .XL\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .XL\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .XL\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .XL\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .XL\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .XL\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .XL\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .XL\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .XL\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .XL\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .XL\:-translate-y-22 {
    --transform-translate-y: -5.5rem;
  }

  .XL\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .XL\:-translate-y-28 {
    --transform-translate-y: -7rem;
  }

  .XL\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .XL\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .XL\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .XL\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .XL\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .XL\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .XL\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .XL\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .XL\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .XL\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .XL\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .XL\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .XL\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .XL\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .XL\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .XL\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .XL\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .XL\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .XL\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .XL\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .XL\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .XL\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .XL\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .XL\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem;
  }

  .XL\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .XL\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem;
  }

  .XL\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .XL\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .XL\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .XL\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .XL\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .XL\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .XL\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .XL\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .XL\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .XL\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .XL\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .XL\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .XL\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .XL\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .XL\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .XL\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .XL\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .XL\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .XL\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem;
  }

  .XL\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .XL\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem;
  }

  .XL\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .XL\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .XL\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .XL\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .XL\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .XL\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .XL\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .XL\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .XL\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .XL\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .XL\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .XL\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .XL\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .XL\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .XL\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .XL\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .XL\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .XL\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .XL\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .XL\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .XL\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .XL\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .XL\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .XL\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem;
  }

  .XL\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .XL\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem;
  }

  .XL\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .XL\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .XL\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .XL\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .XL\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .XL\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .XL\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .XL\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .XL\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .XL\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .XL\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .XL\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .XL\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .XL\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .XL\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .XL\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .XL\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .XL\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .XL\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem;
  }

  .XL\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .XL\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem;
  }

  .XL\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .XL\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .XL\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .XL\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .XL\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .XL\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .XL\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .XL\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .XL\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .XL\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .XL\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .XL\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .XL\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .XL\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .XL\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .XL\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .XL\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .XL\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .XL\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .XL\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .XL\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .XL\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .XL\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .XL\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem;
  }

  .XL\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .XL\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem;
  }

  .XL\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .XL\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .XL\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .XL\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .XL\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .XL\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .XL\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .XL\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .XL\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .XL\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .XL\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .XL\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .XL\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .XL\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .XL\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .XL\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .XL\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .XL\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .XL\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem;
  }

  .XL\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .XL\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem;
  }

  .XL\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .XL\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .XL\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .XL\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .XL\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .XL\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .XL\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .XL\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .XL\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .XL\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .XL\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .XL\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .XL\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .XL\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .XL\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .XL\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .XL\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .XL\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .XL\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .XL\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .XL\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .XL\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .XL\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .XL\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem;
  }

  .XL\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .XL\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem;
  }

  .XL\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .XL\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .XL\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .XL\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .XL\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .XL\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .XL\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .XL\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .XL\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .XL\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .XL\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .XL\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .XL\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .XL\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .XL\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .XL\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .XL\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .XL\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .XL\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem;
  }

  .XL\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .XL\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem;
  }

  .XL\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .XL\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .XL\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .XL\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .XL\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .XL\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .XL\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .XL\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .XL\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .XL\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .XL\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .XL\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .XL\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .XL\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .XL\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .XL\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .XL\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .XL\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .XL\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .XL\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .XL\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .XL\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .XL\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .XL\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .XL\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .XL\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .XL\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .XL\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .XL\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .XL\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .XL\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .XL\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .XL\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .XL\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .XL\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .XL\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .XL\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .XL\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .XL\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .XL\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .XL\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .XL\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .XL\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .XL\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .XL\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .XL\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .XL\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .XL\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .XL\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .XL\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .XL\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .XL\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .XL\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .XL\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }

  .XL\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -o-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -o-transform;
  }

  .XL\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .XL\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  .XL\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .XL\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
  }

  .XL\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .XL\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .XL\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .XL\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .XL\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .XL\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .XL\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .XL\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .XL\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .XL\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .XL\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .XL\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .XL\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .XL\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .XL\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .XL\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .XL\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .XL\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .XL\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .XL\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .XL\:animate-none {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  .XL\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
         -o-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .XL\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
         -o-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .XL\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
         -o-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .XL\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
         -o-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}
/*# sourceMappingURL=main.css.map*/